From: Tarun Kumar Date: Tue, 12 Dec 2023 04:49:29 +0000 (+0530) Subject: [TCT][media-content][Non-ACR] media-content module resource and code refactoring X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f30be980a62d12e8c3a6587f8946277b6f8db0d8;p=test%2Ftct%2Fnative%2Fapi.git [TCT][media-content][Non-ACR] media-content module resource and code refactoring Change-Id: Ifd63c8d0567ea515770b561caa70dfcf05aeb4bb Signed-off-by: Tarun Kumar (cherry picked from commit 696f13ffdb7ce82c8eec9ba113c78eaa2f7f89ee) --- diff --git a/scripts_tpk/spec.sh b/scripts_tpk/spec.sh index 96e476f04..386b27490 100644 --- a/scripts_tpk/spec.sh +++ b/scripts_tpk/spec.sh @@ -291,23 +291,23 @@ case "$1" in mkdir -p $APP_DATA_DIR/TestFolder mkdir -p $APP_DATA_DIR/Videos mkdir -p $APP_DATA_DIR/Music - cp TestImage.jpg $APP_DATA_DIR/TestImage.jpg - cp TestText.txt $APP_DATA_DIR/TestText.txt - cp TestImage.jpg $APP_DATA_DIR/Remove.jpg - cp TestAudio.mp3 $APP_DATA_DIR/TestAudio.mp3 - cp TestText.txt $APP_DATA_DIR/Text/TestText.txt - cp TestImage.jpg $APP_DATA_DIR/Images/TestImage.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/BookMarkImage.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/ThumbNailImage.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/BurstImage1.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/BurstImage2.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/BurstImage3.jpg - cp TestImage.jpg $APP_DATA_DIR/Images/BurstImage4.jpg - cp TestImage.jpg $APP_DATA_DIR/TestFolder/TestImage.jpg - cp TestVideo.mp4 $APP_DATA_DIR/Videos/TestVideo.mp4 - cp TestAudio.mp3 $APP_DATA_DIR/Music/TestAudio.mp3 - cp itc_test.epub $APP_DATA_DIR/itc_test.epub - cp itc_test.pdf $APP_DATA_DIR/itc_test.pdf + cp res/TestImage.jpg $APP_DATA_DIR/TestImage.jpg + cp res/TestText.txt $APP_DATA_DIR/TestText.txt + cp res/TestImage.jpg $APP_DATA_DIR/Remove.jpg + cp res/TestAudio.mp3 $APP_DATA_DIR/TestAudio.mp3 + cp res/TestText.txt $APP_DATA_DIR/Text/TestText.txt + cp res/TestImage.jpg $APP_DATA_DIR/Images/TestImage.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/BookMarkImage.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/ThumbNailImage.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/BurstImage1.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/BurstImage2.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/BurstImage3.jpg + cp res/TestImage.jpg $APP_DATA_DIR/Images/BurstImage4.jpg + cp res/TestImage.jpg $APP_DATA_DIR/TestFolder/TestImage.jpg + cp res/TestVideo.mp4 $APP_DATA_DIR/Videos/TestVideo.mp4 + cp res/TestAudio.mp3 $APP_DATA_DIR/Music/TestAudio.mp3 + cp res/itc_test.epub $APP_DATA_DIR/itc_test.epub + cp res/itc_test.pdf $APP_DATA_DIR/itc_test.pdf chown -R 5000:5000 $APP_DATA_DIR chmod -R 777 $APP_DATA_DIR chsmack -a "User::App::Shared" $APP_DATA_DIR/* diff --git a/src/itc/media-content/TestAudio.mp3 b/src/itc/media-content/TestAudio.mp3 deleted file mode 100755 index 4109b7276..000000000 Binary files a/src/itc/media-content/TestAudio.mp3 and /dev/null differ diff --git a/src/itc/media-content/TestImage.jpg b/src/itc/media-content/TestImage.jpg deleted file mode 100755 index a1a4fc4fb..000000000 Binary files a/src/itc/media-content/TestImage.jpg and /dev/null differ diff --git a/src/itc/media-content/TestText.txt b/src/itc/media-content/TestText.txt deleted file mode 100755 index e69de29bb..000000000 diff --git a/src/itc/media-content/TestVideo.mp4 b/src/itc/media-content/TestVideo.mp4 deleted file mode 100755 index 9cc7b5560..000000000 Binary files a/src/itc/media-content/TestVideo.mp4 and /dev/null differ diff --git a/src/itc/media-content/itc_test.epub b/src/itc/media-content/itc_test.epub deleted file mode 100755 index 90cc8a134..000000000 Binary files a/src/itc/media-content/itc_test.epub and /dev/null differ diff --git a/src/itc/media-content/itc_test.pdf b/src/itc/media-content/itc_test.pdf deleted file mode 100755 index a7ed4f069..000000000 Binary files a/src/itc/media-content/itc_test.pdf and /dev/null differ diff --git a/src/itc/media-content/res/TestAudio.mp3 b/src/itc/media-content/res/TestAudio.mp3 new file mode 100755 index 000000000..4109b7276 Binary files /dev/null and b/src/itc/media-content/res/TestAudio.mp3 differ diff --git a/src/itc/media-content/res/TestImage.jpg b/src/itc/media-content/res/TestImage.jpg new file mode 100755 index 000000000..a1a4fc4fb Binary files /dev/null and b/src/itc/media-content/res/TestImage.jpg differ diff --git a/src/itc/media-content/res/TestText.txt b/src/itc/media-content/res/TestText.txt new file mode 100755 index 000000000..e69de29bb diff --git a/src/itc/media-content/res/TestVideo.mp4 b/src/itc/media-content/res/TestVideo.mp4 new file mode 100755 index 000000000..9cc7b5560 Binary files /dev/null and b/src/itc/media-content/res/TestVideo.mp4 differ diff --git a/src/itc/media-content/res/itc_test.epub b/src/itc/media-content/res/itc_test.epub new file mode 100755 index 000000000..90cc8a134 Binary files /dev/null and b/src/itc/media-content/res/itc_test.epub differ diff --git a/src/itc/media-content/res/itc_test.pdf b/src/itc/media-content/res/itc_test.pdf new file mode 100755 index 000000000..a7ed4f069 Binary files /dev/null and b/src/itc/media-content/res/itc_test.pdf differ