Disable WSI and WSP for MCD products 10/110210/2 accepted/tizen/3.0/common/20170123.132048 accepted/tizen/3.0/ivi/20170123.095536 accepted/tizen/3.0/mobile/20170123.095507 accepted/tizen/3.0/tv/20170123.095521 accepted/tizen/3.0/wearable/20170123.095527 accepted/tizen/common/20170120.125222 accepted/tizen/ivi/20170120.122309 accepted/tizen/mobile/20170120.122223 accepted/tizen/tv/20170120.122239 accepted/tizen/wearable/20170120.122254 submit/tizen/20170120.081113 submit/tizen_3.0/20170120.093924
authorDmitry Kovalenko <d.kovalenko@samsung.com>
Fri, 13 Jan 2017 08:23:36 +0000 (11:23 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Fri, 13 Jan 2017 12:31:12 +0000 (15:31 +0300)
Change-Id: I25f35510ce582fadbf6775ead733ba7cbc793b1a
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
packaging/swap-manager.spec
scripts/gen_nsp_data.sh

index 5e08ba5..1111d18 100644 (file)
@@ -19,6 +19,8 @@ Source:    %{name}_%{version}.tar.gz
 # for mobile/werable/tv product
 %if "%{sec_product_feature_profile_lite}" == "1" || "%{sec_product_feature_profile_wearable}" == "1" || "%{TIZEN_PRODUCT_TV}" == "1"
 %define TIZEN_PRODUCT 1
+%define WSP_SUPPORT 0
+%define WSI_SUPPORT 0
 %endif
 
 ExcludeArch: aarch64 x86_64
index ca30322..9863a3e 100755 (executable)
@@ -59,7 +59,7 @@ check_null_or_exit path_capi_appfw_application
 check_null_or_exit dpath_capi_appfw_application
 
 # get launchpad path
-if [ "$__tizen_product_wearable__" == "1" ] || [ "$__tizen_product_lite__" == "1" ]; then
+if [ "$__tizen_product_wearable__" == "1" ]; then
        path_launchpad=$(rpm -ql launchpad-loader | grep launchpad-loader | head -1)
        path_launchpad=${path_launchpad:-$(rpm -ql launchpad-process-pool | grep launchpad-process-pool | head -1)}
 else