summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Jung <jh8801.jung@samsung.com>2021-02-09 00:26:48 +0900
committerJihoon Jung <jh8801.jung@samsung.com>2021-02-09 13:07:07 +0900
commitbbd8d3cf0d67921880bc325a1bda29ab1f9c7329 (patch)
tree7d179c9eea4795d7db8ef31cc98aa0e80059d156
parent637f8d41799edfbc5f017d14d45bfd4cebafaa99 (diff)
downloadbuilding-blocks-accepted/tizen/unified/20210209.124336.tar.gz
building-blocks-accepted/tizen/unified/20210209.124336.tar.bz2
building-blocks-accepted/tizen/unified/20210209.124336.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>
-rw-r--r--packaging/domain-apis-network.inc2
-rw-r--r--packaging/domain-halapis.inc29
2 files changed, 31 insertions, 0 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc
index 75f3c31..c1ae8b0 100644
--- a/packaging/domain-apis-network.inc
+++ b/packaging/domain-apis-network.inc
@@ -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>
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