[TCT][player][Non-ACR] Player module code and resource refactoring 09/302609/1
authorTarun Kumar <tarun1.kumar@samsung.com>
Mon, 11 Dec 2023 06:50:32 +0000 (12:20 +0530)
committerAbuzar Maqsood <abuzar.m@samsung.com>
Mon, 11 Dec 2023 08:43:49 +0000 (08:43 +0000)
Change-Id: I51b2c2f6187f08df80379a7fbe47768d89709a65
Signed-off-by: Tarun Kumar <tarun1.kumar@samsung.com>
(cherry picked from commit 90335ee8202a5d8aa39532aea4790174e4307bfa)

scripts_tpk/spec.sh
src/itc/player/res/AWB_header_change_AMR.amr [moved from src/itc/player/AWB_header_change_AMR.amr with 100% similarity]
src/itc/player/res/file.mp4 [moved from src/itc/player/file.mp4 with 100% similarity]
src/itc/player/res/short.mp3 [moved from src/itc/player/short.mp3 with 100% similarity]
src/itc/player/res/sub.srt [moved from src/itc/player/sub.srt with 100% similarity]
src/itc/player/res/test.h264 [moved from src/itc/player/test.h264 with 100% similarity]
src/itc/player/res/test_360.mp4 [moved from src/itc/player/test_360.mp4 with 100% similarity]
src/itc/player/res/test_drc.ts [moved from src/itc/player/test_drc.ts with 100% similarity]
src/itc/player/res/v.mp4 [moved from src/itc/player/v.mp4 with 100% similarity]

index 993aef4..96e476f 100644 (file)
@@ -410,14 +410,14 @@ case "$1" in
                        mkdir -p $APP_DATA_DIR
                        chsmack -a "User::App::Shared" $APP_DATA_DIR
                        chsmack -e "User::App::Shared" $APP_DATA_DIR
-                       cp short.mp3 $APP_DATA_DIR/short.mp3
-                       cp file.mp4 $APP_DATA_DIR/file.mp4
-                       cp sub.srt $APP_DATA_DIR/sub.srt
-                       cp v.mp4 $APP_DATA_DIR/v.mp4
-                       cp test_drc.ts $APP_DATA_DIR/test_drc.ts
-                       cp test.h264 $APP_DATA_DIR/test.h264
-                       cp AWB_header_change_AMR.amr $APP_DATA_DIR/AWB_header_change_AMR.amr
-                       cp test_360.mp4 $APP_DATA_DIR/test_360.mp4
+                       cp res/short.mp3 $APP_DATA_DIR/short.mp3
+                       cp res/file.mp4 $APP_DATA_DIR/file.mp4
+                       cp res/sub.srt $APP_DATA_DIR/sub.srt
+                       cp res/v.mp4 $APP_DATA_DIR/v.mp4
+                       cp res/test_drc.ts $APP_DATA_DIR/test_drc.ts
+                       cp res/test.h264 $APP_DATA_DIR/test.h264
+                       cp res/AWB_header_change_AMR.amr $APP_DATA_DIR/AWB_header_change_AMR.amr
+                       cp res/test_360.mp4 $APP_DATA_DIR/test_360.mp4
                        chown -R 5000:5000 $APP_DATA_DIR
                        chmod -R 777 $APP_DATA_DIR
                        chsmack -a "User::App::Shared" $APP_DATA_DIR/*