diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2021-02-09 00:26:48 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2021-02-09 13:07:07 +0900 |
commit | bbd8d3cf0d67921880bc325a1bda29ab1f9c7329 (patch) | |
tree | 7d179c9eea4795d7db8ef31cc98aa0e80059d156 /packaging/domain-halapis.inc | |
parent | 637f8d41799edfbc5f017d14d45bfd4cebafaa99 (diff) | |
download | building-blocks-bbd8d3cf0d67921880bc325a1bda29ab1f9c7329.tar.gz building-blocks-bbd8d3cf0d67921880bc325a1bda29ab1f9c7329.tar.bz2 building-blocks-bbd8d3cf0d67921880bc325a1bda29ab1f9c7329.zip |
[TRE-2626][TRE-2627] Add hal-api-uwb and hal-api-zigbee package to building blocksubmit/tizen/20210209.053251accepted/tizen/unified/20210209.124336
Change-Id: Id826912253a46772a5dacc0d939194d0f4695896
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Diffstat (limited to 'packaging/domain-halapis.inc')
-rw-r--r-- | packaging/domain-halapis.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index 0afbec5..ad47077 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -9,6 +9,8 @@ Requires: %{name}-sub1-domain_HALAPI-Bluetooth Requires: %{name}-sub1-domain_HALAPI-Sensor Requires: %{name}-sub1-domain_HALAPI-Device Requires: %{name}-sub1-domain_HALAPI-Wifi +Requires: %{name}-sub1-domain_HALAPI-Uwb +Requires: %{name}-sub1-domain_HALAPI-Zigbee %description root-domain_HALAPI __EXPAND__: domains @@ -105,3 +107,30 @@ WiFi HAL API (hal-api-wifi) provides the HAL C API for Tizen internal user such as library and daemon in order to control wifi functionality related to station, p2p, softap and so on. %files sub1-domain_HALAPI-Wifi + +#################### +### UWB HAL API ### +#################### +%package sub1-domain_HALAPI-Uwb +Summary: UWB HAL API +Requires: hal-api-common +Requires: hal-api-uwb + +%description sub1-domain_HALAPI-Uwb +UWB HAL API (hal-api-uwb) provides the HAL C API for Tizen internal user +such as library and daemon in order to control Uwb functionality related to +range, position and so on. +%files sub1-domain_HALAPI-Uwb + +#################### +### Zigbee HAL API ### +#################### +%package sub1-domain_HALAPI-Zigbee +Summary: Zigbee HAL API +Requires: hal-api-common +Requires: hal-api-zigbee + +%description sub1-domain_HALAPI-Zigbee +Zigbee HAL API (hal-api-zigbee) provides the HAL C API for Tizen internal user +such as library and daemon in order to control Zigbee functionality. +%files sub1-domain_HALAPI-Zigbee |