diff options
-rw-r--r-- | packaging/domain-apis-network.inc | 1 | ||||
-rw-r--r-- | packaging/domain-halapis.inc | 15 |
2 files changed, 16 insertions, 0 deletions
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 @@ -111,6 +112,20 @@ 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 ### #################### %package sub1-domain_HALAPI-Uwb |