From 4dcb7ffbf90e64cd6a03731a8892f580365a6604 Mon Sep 17 00:00:00 2001 From: "so2.park" Date: Tue, 4 Oct 2016 15:42:11 +0900 Subject: [PATCH] [TCT][scripts][Non-ACR][Remove change smack label] Change-Id: Ifaaaaaaec8c092a439196673bef48193be22cbde Signed-off-by: so2.park --- scripts_tpk/spec.sh | 12 ---- src/itc/media-vision/post-install/post-inst.sh | 8 --- .../capi-media-vision/post-install/post-inst.sh | 70 +--------------------- src/utc/metadata-editor/post-install/post-inst.sh | 1 - src/utc/streamrecorder/post-install/post-inst.sh | 4 -- src/utc/wav-player/post-install/post-inst.sh | 4 -- 6 files changed, 1 insertion(+), 98 deletions(-) diff --git a/scripts_tpk/spec.sh b/scripts_tpk/spec.sh index 4e7e350..acf51f7 100755 --- a/scripts_tpk/spec.sh +++ b/scripts_tpk/spec.sh @@ -430,10 +430,6 @@ case "$1" in "org.tizen.wav-player-native-utc") echo "Installing pre-requisites for the package $1" cp -rf res $DEVICE_STORAGE_30/ - chsmack -a User::App::org.tizen.wav-player-native-utc $DEVICE_STORAGE_30/res - chsmack -a User::App::org.tizen.wav-player-native-utc $DEVICE_STORAGE_30/res/* - chsmack -e User::App::org.tizen.wav-player-native-utc $DEVICE_STORAGE_30/res - chsmack -e User::App::org.tizen.wav-player-native-utc $DEVICE_STORAGE_30/res/* ;; "org.tizen.wav-player-native-utc") echo "Installing pre-requisites for the package $1" @@ -563,14 +559,6 @@ case "$1" in chmod -R 777 $DEVICE_STORAGE_30/res chown -R 5000:5000 ../../data chown -R 5001:100 $DEVICE_STORAGE_30/res - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/P1 - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/P1/* - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res/* - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res/track - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res/track/* - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res/track/sequence - chsmack -a User::App::org.tizen.media-vision-native-itc $DEVICE_STORAGE_30/res/track/sequence/* ;; "org.tizen.mediastreamrecorder-native-itc") echo "Installing pre-requisites for the package $1" diff --git a/src/itc/media-vision/post-install/post-inst.sh b/src/itc/media-vision/post-install/post-inst.sh index 3e79b9d..9452ee4 100755 --- a/src/itc/media-vision/post-install/post-inst.sh +++ b/src/itc/media-vision/post-install/post-inst.sh @@ -85,14 +85,6 @@ if [ $MODE == "inst" ]; then chown -R 5000:5000 $APP_DIR/$PKG_NAME/data chown -R 5001:100 $DEVICE_STORAGE_30/res chsmack -a $PKG_NAME $APP_DIR/$PKG_NAME/data - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/P1 - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/P1/* - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res/* - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res/track - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res/track/* - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res/track/sequence - chsmack -a User::App::native.media-vision-itc $DEVICE_STORAGE_30/res/track/sequence/* echo "Installing the pre-requisites for the package $PKG_NAME ======> Completed" else echo "Un-installing the pre-requisites for the package $PKG_NAME" diff --git a/src/utc/capi-media-vision/post-install/post-inst.sh b/src/utc/capi-media-vision/post-install/post-inst.sh index 526af07..54dcc95 100755 --- a/src/utc/capi-media-vision/post-install/post-inst.sh +++ b/src/utc/capi-media-vision/post-install/post-inst.sh @@ -79,77 +79,9 @@ if [ $MODE == "inst" ]; then chmod -R 777 $DEVICE_STORAGE_30/res chown -R 5001:100 $DEVICE_STORAGE_30/res - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/img/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/img/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/img/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/img/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P1/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P1/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P1/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P1/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P2/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P2/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P2/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/rec/P2/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/eye/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/eye/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/eye/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/eye/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/expr/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/expr/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/expr/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/expr/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/facedetect/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/facedetect/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/facedetect/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/facedetect/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/sequence/ - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/sequence/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/sequence/ - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/track/sequence/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/tracking - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/tracking/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/tracking - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/image/tracking/* - - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/surv - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/surv/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/surv - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/res/surv/* - + chmod -R 777 $DEVICE_STORAGE_30/model chown -R 5001:100 $DEVICE_STORAGE_30/model - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/model - chsmack -a User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/model/* - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/model - chsmack -e User::App::core.capi-media-vision-tests $DEVICE_STORAGE_30/model/* echo "Installing the pre-requisites for the package $PKG_NAME ======> Completed" else echo "Un-installing the pre-requisites for the package $PKG_NAME" diff --git a/src/utc/metadata-editor/post-install/post-inst.sh b/src/utc/metadata-editor/post-install/post-inst.sh index 180018b..44c9c72 100755 --- a/src/utc/metadata-editor/post-install/post-inst.sh +++ b/src/utc/metadata-editor/post-install/post-inst.sh @@ -77,7 +77,6 @@ if [ $MODE == "inst" ]; then mkdir -p $DEVICE_USER_30/apps_rw/core-metadata-editor-tests/data/ cp $APP_DIR/$PKG_NAME/data/* $DEVICE_USER_30/apps_rw/core-metadata-editor-tests/data/ chown -R 5001:100 $DEVICE_USER_30/apps_rw/core-metadata-editor-tests/data/ - chsmack -a User::App::core.metadata-editor-tests $DEVICE_USER_30/apps_rw/core-metadata-editor-tests/data/* echo "Installing the pre-requisites for the package $PKG_NAME ======> Completed" else echo "Un-installing the pre-requisites for the package $PKG_NAME" diff --git a/src/utc/streamrecorder/post-install/post-inst.sh b/src/utc/streamrecorder/post-install/post-inst.sh index 1d9c036..ab261d4 100755 --- a/src/utc/streamrecorder/post-install/post-inst.sh +++ b/src/utc/streamrecorder/post-install/post-inst.sh @@ -79,10 +79,6 @@ if [ $MODE == "inst" ]; then cp $APP_DIR/$PKG_NAME/data/res/I420_352x288.yuv $DEVICE_STORAGE_30/res/I420_352x288.yuv chmod -R 777 $DEVICE_STORAGE_30/res chown -R 5001:100 $DEVICE_STORAGE_30/res - chsmack -a User::App::core.streamrecorder-tests $DEVICE_STORAGE_30/res - chsmack -a User::App::core.streamrecorder-tests $DEVICE_STORAGE_30/res/* - chsmack -e User::App::core.streamrecorder-tests $DEVICE_STORAGE_30/res - chsmack -e User::App::core.streamrecorder-tests $DEVICE_STORAGE_30/res/* echo "Installing the pre-requisites for the package $PKG_NAME ======> Completed" else echo "Un-installing the pre-requisites for the package $PKG_NAME" diff --git a/src/utc/wav-player/post-install/post-inst.sh b/src/utc/wav-player/post-install/post-inst.sh index d64e562..d2b6e99 100755 --- a/src/utc/wav-player/post-install/post-inst.sh +++ b/src/utc/wav-player/post-install/post-inst.sh @@ -76,10 +76,6 @@ if [ $MODE == "inst" ]; then echo "Installing pre-requisites for the package $PKG_NAME" mkdir -p $DEVICE_STORAGE_30 cp -R $APP_DIR/$PKG_NAME/data/* $DEVICE_STORAGE_30/ - chsmack -a User::App::core.wav-player-tests $DEVICE_STORAGE_30/res - chsmack -a User::App::core.wav-player-tests $DEVICE_STORAGE_30/res/* - chsmack -e User::App::core.wav-player-tests $DEVICE_STORAGE_30/res - chsmack -e User::App::core.wav-player-tests $DEVICE_STORAGE_30/res/* echo "Installing the pre-requisites for the package $PKG_NAME ======> Completed" else echo "Un-installing the pre-requisites for the package $PKG_NAME" -- 2.7.4