From: gaurav.m2 Date: Tue, 27 Sep 2016 10:18:56 +0000 (+0530) Subject: [ITC][contacts-service2][Non-ACR][TSAM-6918][tpk_create.sh file change for contacts_s... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=359cb22ddf1f5dfadd5aa2d40d74575599c9fded;p=test%2Ftct%2Fnative%2Fapi.git [ITC][contacts-service2][Non-ACR][TSAM-6918][tpk_create.sh file change for contacts_service2] Change-Id: I3b0682952dd4da54875ee88720c717065faea5d7 Signed-off-by: gaurav.m2 --- diff --git a/scripts_tpk/tpk_create.sh b/scripts_tpk/tpk_create.sh index 5c473e1..ab8631d 100755 --- a/scripts_tpk/tpk_create.sh +++ b/scripts_tpk/tpk_create.sh @@ -359,6 +359,13 @@ deploySourceFile() { sed -i -e 's/native.accounts-svc-itc/org.tizen.accounts-svc-native-itc/g' tizen-manifest.xml fi fi + if [ $MODULE_NAME == "contacts-service2" ]; then + if [ "$5" == "utc" ]; then + sed -i -e 's/core.contacts-service2-tests/org.tizen.contacts-service2-native-utc/g' tizen-manifest.xml + elif [ "$5" == "itc" ]; then + sed -i -e 's/native.contacts-service2-itc/org.tizen.contacts-service2-native-itc/g' tizen-manifest.xml + fi + fi if [ $MODULE_NAME == "sync-manager" ]; then if [ "$5" == "utc" ]; then sed -i -e 's/core.sync-manager-tests/org.tizen.sync-manager-native-utc/g' tizen-manifest.xml