From f946b2a1e9e600b7bdf58bcca72e62194500c6f4 Mon Sep 17 00:00:00 2001 From: "taesub.kim" Date: Wed, 25 Jul 2018 08:44:22 +0900 Subject: Add INM building block configuration Change-Id: I002e598e8e179d375101c7ab2e9ac4a2a2c0407a Signed-off-by: Taesub Kim --- build_test_img/test_set/TC0025_artik530_bb_list.txt | 3 ++- mapping-bb-rs.xml | 3 +++ mapping-bb-tct.xml | 2 ++ packaging/domain-apis-network.inc | 14 ++++++++++++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/build_test_img/test_set/TC0025_artik530_bb_list.txt b/build_test_img/test_set/TC0025_artik530_bb_list.txt index f9f4e24..0e0f010 100644 --- a/build_test_img/test_set/TC0025_artik530_bb_list.txt +++ b/build_test_img/test_set/TC0025_artik530_bb_list.txt @@ -1,4 +1,4 @@ -# TC0025 HTTP, STC, VPN for ARTIK530 +# TC0025 HTTP, curl, STC, VPN, INM for ARTIK530 # iot core for ARTIK530 building-blocks-root-Preset_iot_core building-blocks-sub1-Preset_boards-ARTIK530 @@ -12,3 +12,4 @@ building-blocks-sub2-domain_API-Network-HTTP building-blocks-sub2-domain_API-Network-Curl building-blocks-sub2-domain_API-Network-STC building-blocks-sub2-domain_API-Network-VPN_Service +building-blocks-sub2-domain_API-Network-INM diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 5c926a9..283c7de 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -345,6 +345,9 @@ capi-network-wifi-manager-rs.xml + + capi-network-inm-rs.xml + csr-framework-rs.xml diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index eafce1e..a3559a7 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -287,11 +287,13 @@ tct-http-native-utc tct-stc-native-itc tct-stc-native-utc + tct-intelligent-network-monitoring-native-utc tct-vpn-service-native-itc tct-vpn-native-utc building-blocks-sub2-domain_API-Network-Curl building-blocks-sub2-domain_API-Network-HTTP building-blocks-sub2-domain_API-Network-STC + building-blocks-sub2-domain_API-Network-INM building-blocks-sub2-domain_API-Network-VPN_Service wifi diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 09675bf..f9a3b9b 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -23,6 +23,7 @@ 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-INM Suggests: %{name}-sub2-domain_API-Network-Smartcard Suggests: %{name}-sub2-domain_API-Network-VPN_Service Suggests: %{name}-sub2-domain_API-Network-WiFi_Manager @@ -360,6 +361,19 @@ To use this feature, either Data Network or Wi-Fi connection is required.
%posttrans sub2-domain_API-Network-STC %tizen_feature tizen.org/feature/network.traffic_control true +%package sub2-domain_API-Network-INM +Summary: INM(Intelligent Network Monitoring) +Requires: capi-network-inm +Requires: inm-manager +Requires: %{name}-sub2-domain_API-Network-WiFi_Manager +Suggests: %{name}-sub1-domain_API-Telephony +%description sub2-domain_API-Network-INM +Tizen block (set of packages) for API sets of domain API-Network-INM
+To use this feature, either Data Network or Wi-Fi connection is required.
+%files sub2-domain_API-Network-INM +%posttrans sub2-domain_API-Network-INM +%tizen_feature tizen.org/feature/network.inm true + %package sub2-domain_API-Network-Smartcard Summary: Smartcard Requires: capi-network-smartcard -- cgit v1.2.3