From: Jihoon Jung Date: Mon, 8 Feb 2021 15:26:48 +0000 (+0900) Subject: [TRE-2626][TRE-2627] Add hal-api-uwb and hal-api-zigbee package to building block X-Git-Tag: submit/tizen/20210209.053251^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F253308%2F2;p=tools%2Fbuilding-blocks.git [TRE-2626][TRE-2627] Add hal-api-uwb and hal-api-zigbee package to building block Change-Id: Id826912253a46772a5dacc0d939194d0f4695896 Signed-off-by: Jihoon Jung --- 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
@@ -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
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