diff options
author | taesub kim <taesub.kim@samsung.com> | 2018-05-09 09:52:38 +0900 |
---|---|---|
committer | Woo Chang Kim <wchang.kim@samsung.com> | 2018-05-16 00:22:31 +0000 |
commit | cb8d686c790d94dc6c9ada91eb0b25e3f0a84cfa (patch) | |
tree | 7caa673d9ff03ac43cf158a627142b8cf9e90925 | |
parent | 635944262967f54b0fc51a5031d8aee6ec0baa09 (diff) | |
download | building-blocks-cb8d686c790d94dc6c9ada91eb0b25e3f0a84cfa.tar.gz building-blocks-cb8d686c790d94dc6c9ada91eb0b25e3f0a84cfa.tar.bz2 building-blocks-cb8d686c790d94dc6c9ada91eb0b25e3f0a84cfa.zip |
Add suggest option for wearable profile
Change-Id: Idee74f5784df4d4e4842dcdb9c2e54212f5634ba
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 641e0d1..98f8af7 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -393,6 +393,7 @@ Suggests: wpa_supplicant-extension-TM2 Suggests: wpa_supplicant-profile_common Suggests: wpa_supplicant-profile_tv Suggests: net-config-profile_tv +Suggests: net-config-profile_wearable Suggests: connman-extension-ivi Suggests: connman-extension-tv @@ -407,9 +408,10 @@ TM2 target (headed settgin UI) : wpa_supplicant-extension-TM2, net-config-plugin TM2 target (headless) : wpa_supplicant-extension-TM2 <br> TW1 target (headed setting UI) : wpa_supplicant-profile_common, net-config-plugin-headed <br> TW1 target (headless) : wpa_supplicant-profile_common <br> -TW2 target (headed setting UI) : wpa_supplicant-profile_common, net-config-plugin-headed <br> -TW2 target (headless): wpa_supplicant-profile_common <br> -tv profile : wpa_supplicant-profile_common, net-config-profile_tv, connman-extension-tv <br> +TW2 target (headed setting UI) : wpa_supplicant-profile_common, net-config-profile_wearable, net-config-plugin-headed <br> +TW2 target (headless): wpa_supplicant-profile_common, net-config-profile_wearable <br> +wearable profile : wpa_supplicant-profile_common, net-config-profile_wearable <br> +tv profile : wpa_supplicant-profile_common, wpa_supplicant-profile_tv, net-config-profile_tv, connman-extension-tv <br> ivi profile : wpa_supplicant-profile_common, connman-extension-ivi <br> common profile : wpa_supplicant-profile_common <br> %files sub2-domain_API-Network-WiFi @@ -429,6 +431,7 @@ Suggests: wpa_supplicant-extension-TM2 Suggests: wpa_supplicant-profile_common Suggests: wpa_supplicant-profile_tv Suggests: net-config-profile_tv +Suggests: net-config-profile_wearable Suggests: connman-extension-ivi Suggests: connman-extension-tv @@ -443,9 +446,10 @@ TM2 target (headed settgin UI) : wpa_supplicant-extension-TM2, net-config-plugin TM2 target (headless) : wpa_supplicant-extension-TM2 <br> TW1 target (headed setting UI) : wpa_supplicant-profile_common, net-config-plugin-headed <br> TW1 target (headless) : wpa_supplicant-profile_common <br> -TW2 target (headed setting UI) : wpa_supplicant-profile_common, net-config-plugin-headed <br> -TW2 target (headless): wpa_supplicant-profile_common <br> -tv profile : wpa_supplicant-profile_common, net-config-profile_tv, connman-extension-tv <br> +TW2 target (headed setting UI) : wpa_supplicant-profile_common, net-config-profile_wearable, net-config-plugin-headed <br> +TW2 target (headless): wpa_supplicant-profile_common, net-config-profile_wearable <br> +wearable profile : wpa_supplicant-profile_common, net-config-profile_wearable <br> +tv profile : wpa_supplicant-profile_common, wpa_supplicant-profile_tv, net-config-profile_tv, connman-extension-tv <br> ivi profile : wpa_supplicant-profile_common, connman-extension-ivi <br> common profile : wpa_supplicant-profile_common <br> %files sub2-domain_API-Network-WiFi_Manager |