From: chleun.moon Date: Wed, 16 May 2018 01:43:36 +0000 (+0900) Subject: Add SoftAP building-block X-Git-Tag: submit/tizen/20180516.023652^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0718b7b0c2bc69f2cde0c02807530cad4683f4b;p=tools%2Fbuilding-blocks.git Add SoftAP building-block Change-Id: Ib8c520b7b7810646b4d3c9a009e6d843c4236929 Signed-off-by: Cheoleun Moon --- diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 72c88b1..9ee5efc 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -323,6 +323,9 @@ capi-network-nfc-rs.xml + + capi-network-softap-rs.xml + capi-network-nsd-rs.xml diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 4778853..06d64b9 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -66,6 +66,7 @@ tct-alarm-native-itc tct-alarm-native-utc + tct-softap-native-utc building-blocks-sub2-domain_API-AppFramework-Alarm_API diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index b12929f..09675bf 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -20,6 +20,7 @@ Suggests: %{name}-sub2-domain_API-Network-HTTP Suggests: %{name}-sub2-domain_API-Network-IoTCon Suggests: %{name}-sub2-domain_API-Network-MTP Suggests: %{name}-sub2-domain_API-Network-NFC +Suggests: %{name}-sub2-domain_API-Network-SoftAP Suggests: %{name}-sub2-domain_API-Network-SSDP Suggests: %{name}-sub2-domain_API-Network-STC Suggests: %{name}-sub2-domain_API-Network-Smartcard @@ -316,6 +317,24 @@ Enabling NFC Manager and it is possible to user NFC API %posttrans sub2-domain_API-Network-NFC %tizen_feature tizen.org/feature/network.nfc true +%package sub2-domain_API-Network-SoftAP +Summary: SoftAP +Requires: capi-network-softap +Requires: mobileap-agent +Requires: %{name}-sub2-domain_API-Network-WiFi_Manager + +Suggests: mobileap-agent-extension-headed +Suggests: mobileap-agent-extension-TM1 + +%description sub2-domain_API-Network-SoftAP +Tizen block (set of packages) for API sets of domain API-Network-SoftAP
+TM1 target : mobileap-agent-extension-TM1
+Headed devices except TM1 : mobileap-agent-extension-headed + +%files sub2-domain_API-Network-SoftAP +%posttrans sub2-domain_API-Network-SoftAP +%tizen_feature tizen.org/feature/network.wifi.softap true + %package sub2-domain_API-Network-SSDP Summary: SSDP Requires: libnsd-ssdp