From: Jihoon Jung Date: Wed, 17 Feb 2021 00:30:14 +0000 (+0900) Subject: [TRE-2631]Add hal-api-nfc package to buildig block X-Git-Tag: submit/tizen/20210217.020358^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41438ef55d50e7bcbe4267e86a07da541801c3e5;p=tools%2Fbuilding-blocks.git [TRE-2631]Add hal-api-nfc package to buildig block Change-Id: Ia496caec978fa8f6aa8148c9637ba653b3b6b45d Signed-off-by: Jihoon Jung --- diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index c1ae8b0..44a3c84 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -319,6 +319,7 @@ Summary: NFC Requires: capi-network-nfc Requires: nfc-common-lib Requires: nfc-manager +Requires: hal-api-nfc %description sub2-domain_API-Network-NFC Enabling NFC Manager and it is possible to user NFC API %files sub2-domain_API-Network-NFC diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index bf1fc28..a18a683 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -9,6 +9,7 @@ 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-Nfc Requires: %{name}-sub1-domain_HALAPI-Uwb Requires: %{name}-sub1-domain_HALAPI-Zigbee Requires: %{name}-sub1-domain_HALAPI-Tbm @@ -110,6 +111,20 @@ such as library and daemon in order to control wifi functionality related to station, p2p, softap and so on. %files sub1-domain_HALAPI-Wifi +#################### +### NFC HAL API ### +#################### +%package sub1-domain_HALAPI-Nfc +Summary: NFC HAL API +Requires: hal-api-common +Requires: hal-api-nfc + +%description sub1-domain_HALAPI-Nfc +NFC HAL API (hal-api-nfc) 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-Nfc + #################### ### UWB HAL API ### ####################