From: Jihoon Jung Date: Tue, 25 Aug 2020 23:48:04 +0000 (+0900) Subject: Add UWB building block to iot image X-Git-Tag: submit/tizen/20200827.035840~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21bfbb2c8e13df47c4bd70922508dfadd9afd862;p=tools%2Fbuilding-blocks.git Add UWB building block to iot image Change-Id: I1a17a517d4cd148cdcb88a1eade1df1118751fd0 Signed-off-by: Jihoon Jung --- diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index e3e6d2a..80f69ee 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -25,6 +25,7 @@ Suggests: %{name}-sub2-domain_API-Network-SSDP Suggests: %{name}-sub2-domain_API-Network-STC Suggests: %{name}-sub2-domain_API-Network-INM Suggests: %{name}-sub2-domain_API-Network-Smartcard +Suggests: %{name}-sub2-domain_API-Network-UWB Suggests: %{name}-sub2-domain_API-Network-VPN_Service Suggests: %{name}-sub2-domain_API-Network-WiFi_Manager Suggests: %{name}-sub2-domain_API-Network-WiFi_Direct @@ -400,6 +401,16 @@ In case of embedded SE, 'smartcard-plugin-nfc' and 'sub2-domain_API-Network-NFC' %tizen_feature tizen.org/feature/network.secure_element.ese true %tizen_feature tizen.org/feature/network.secure_element.uicc true +%package sub2-domain_API-Network-UWB +Summary: UWB +Requires: capi-network-uwb +Requires: uwb-manager + +%description sub2-domain_API-Network-UWB +Enabling UWB Framework
+ +%files sub2-domain_API-Network-UWB + %package sub2-domain_API-Network-VPN_Service Summary: VPN_Service Requires: capi-vpnsvc diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 46bd900..df3d13c 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -154,6 +154,7 @@ Requires: %{name}-sub2-domain_API-Network-MTP Requires: %{name}-sub2-domain_API-Network-SoftAP Requires: %{name}-sub2-domain_API-Network-SSDP Requires: %{name}-sub2-domain_API-Network-STC +Requires: %{name}-sub2-domain_API-Network-UWB Requires: %{name}-sub2-domain_API-Network-VPN_Service Requires: %{name}-sub2-domain_API-Network-WiFi_Direct Requires: %{name}-sub2-domain_API-Network-WiFi_Manager