From fda0467e6b8b870f63777013e8f1cf33aa150b98 Mon Sep 17 00:00:00 2001 From: Shobhit Verma Date: Thu, 8 Sep 2016 09:28:57 +0530 Subject: [PATCH] [TCT][TPK Scripts][NONACR][TSAM-6921, updated spec.sh file to fix privilege-info UTC module] Change-Id: I961b1682465a1396526da10f8a2950e62cedd830 Signed-off-by: Shobhit Verma --- scripts_tpk/spec.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts_tpk/spec.sh b/scripts_tpk/spec.sh index d48d2a4..2ffbdc3 100755 --- a/scripts_tpk/spec.sh +++ b/scripts_tpk/spec.sh @@ -772,4 +772,9 @@ case "$1" in chsmack -a "User::App::Shared" $DEVICE_STORAGE_30/res/* chsmack -e "User::App::Shared" $DEVICE_STORAGE_30/res/* ;; + "org.tizen.privilege-info-native-utc") + echo "Installing pre-requisites for the package $1" + cyad -s -k MANIFESTS -c User::App::org.tizen.privilege-info-native-utc -u '*' -p http://tizen.org/privilege/contact.read -t DENY + ;; + esac -- 2.7.4