diff options
author | Cheoleun Moon <chleun.moon@samsung.com> | 2021-04-09 17:08:45 +0900 |
---|---|---|
committer | Cheoleun Moon <chleun.moon@samsung.com> | 2021-04-09 17:11:34 +0900 |
commit | 06828886f757c645cfb85b02e9dad999e135e594 (patch) | |
tree | 782c6d3a108127b6ae621ea5a7563ac57ac71872 | |
parent | 8ed925a7cf43b59f44ad18c3e61899e92cc20757 (diff) | |
download | building-blocks-06828886f757c645cfb85b02e9dad999e135e594.tar.gz building-blocks-06828886f757c645cfb85b02e9dad999e135e594.tar.bz2 building-blocks-06828886f757c645cfb85b02e9dad999e135e594.zip |
[TRE-2675] Add capi-network-vine to IoT platform imagesubmit/tizen/20210412.100322accepted/tizen/unified/20210413.021316
Change-Id: I339f37433c0351a11d25fe64fdf6104e1f440df0
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 13 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 44a3c84..3b95b89 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -30,6 +30,7 @@ Suggests: %{name}-sub2-domain_API-Network-VPN_Service Suggests: %{name}-sub2-domain_API-Network-WiFi_Manager Suggests: %{name}-sub2-domain_API-Network-WiFi_Direct Suggests: %{name}-sub2-domain_API-Network-ZigBee +Suggests: %{name}-sub2-domain_API-Network-Vine Suggests: %{name}-sub2-domain_API-Network-WiFi_Aware Suggests: %{name}-sub2-domain_API-Network-UserAwareness %description sub1-domain_API-Network @@ -532,6 +533,18 @@ Enabling WiFi Aware (NAN) API <br> %files sub2-domain_API-Network-WiFi_Aware %posttrans sub2-domain_API-Network-WiFi_Aware +%package sub2-domain_API-Network-Vine +Summary: Vine +Requires: capi-network-vine +Requires: %{name}-sub2-domain_API-Network-DNSSD + +%description sub2-domain_API-Network-Vine +Tizen block (set of packages) for API sets of domain API-Network-Vine <br> +To use this feature, API-Network-DNSSD is required. <br> + +%files sub2-domain_API-Network-Vine +%posttrans sub2-domain_API-Network-Vine + %package sub2-domain_API-Network-UserAwareness Summary: User Awareness (UA) diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 5aed931..766c372 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -158,6 +158,7 @@ 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-Vine Requires: %{name}-sub2-domain_API-Network-VPN_Service Requires: %{name}-sub2-domain_API-Network-WiFi_Direct Requires: %{name}-sub2-domain_API-Network-WiFi_Manager |