[TRE-2626][TRE-2627] Add hal-api-uwb and hal-api-zigbee package to building block 08/253308/2 accepted/tizen/unified/20210209.124336 submit/tizen/20210209.053251
authorJihoon Jung <jh8801.jung@samsung.com>
Mon, 8 Feb 2021 15:26:48 +0000 (00:26 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 9 Feb 2021 04:07:07 +0000 (13:07 +0900)
Change-Id: Id826912253a46772a5dacc0d939194d0f4695896
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
packaging/domain-apis-network.inc
packaging/domain-halapis.inc

index 75f3c311206103866c852f3fd00008984770755c..c1ae8b0e4240681f4b315ffc1bfc273633dddf7f 100644 (file)
@@ -408,6 +408,7 @@ In case of embedded SE, 'smartcard-plugin-nfc' and 'sub2-domain_API-Network-NFC'
 Summary:    UWB
 Requires: capi-network-uwb
 Requires: uwb-manager
+Requires: hal-api-uwb
 
 %description sub2-domain_API-Network-UWB
 Enabling UWB Framework <br>
@@ -507,6 +508,7 @@ Requires: capi-network-zigbee
 Requires: zigbee-manager
 Requires: zigbee-lib
 Requires: awk
+Requires: hal-api-zigbee
 
 %description sub2-domain_API-Network-ZigBee
 Enabling ZigBee Manager and provide to user ZigBee API <br>
index 0afbec59b8b034c419aa5d1d2e45e24829a2f82b..ad47077768b310085b34614e812a08e9d2f95d85 100644 (file)
@@ -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