[mobile][behavior][add armv8 support in Hybrid Application Test] 61/287961/1 tizen_7.0
authorchen <chen89.chen@samsung.com>
Wed, 8 Feb 2023 08:16:10 +0000 (16:16 +0800)
committerchen <chen89.chen@samsung.com>
Wed, 8 Feb 2023 08:17:17 +0000 (16:17 +0800)
Change-Id: I826d1981f953c90df55622f964168dab4487c97c
Signed-off-by: chen <chen89.chen@samsung.com>
mobile/tct-behavior-tests/tests/HybridApplication/js/main.js
mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp1.wgt [new file with mode: 0755]
mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp2.wgt [new file with mode: 0755]

index f3370a246f4becb7f2efefbfdfda153e3bccb738..a594b5b42749983fcf0b286e188eebd4e1256a5d 100755 (executable)
@@ -255,6 +255,8 @@ function packagePre() {
         packagePath = "wgt-package/tests/HybridApplication/res/armv7/";
     } else if (arch == "aarch64") {
         packagePath = "wgt-package/tests/HybridApplication/res/aarch64/";
+    } else if (arch == "armv8") {
+        packagePath = "wgt-package/tests/HybridApplication/res/armv8/";
     } else if (arch == "x86") {
         packagePath = "wgt-package/tests/HybridApplication/res/x86/";
     } else {
diff --git a/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp1.wgt b/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp1.wgt
new file mode 100755 (executable)
index 0000000..234daa6
Binary files /dev/null and b/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp1.wgt differ
diff --git a/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp2.wgt b/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp2.wgt
new file mode 100755 (executable)
index 0000000..fd210cd
Binary files /dev/null and b/mobile/tct-behavior-tests/tests/HybridApplication/res/armv8/HybridApp2.wgt differ