提交 15affaa3 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 44da9d00
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsOsAccountJSApiTest") { ohos_js_hap_suite("ActsOsAccountJSApiTest") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":osaccount_js_assets", ":osaccount_js_assets",
":osaccount_resources", ":osaccount_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsOsAccountJSApiTest" hap_name = "ActsOsAccountJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("osaccount_js_assets") { ohos_js_assets("osaccount_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ace_standard_test") { ohos_js_hap_suite("ace_standard_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":ace_js_assets", ":ace_js_assets",
":ace_resources", ":ace_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceStandardTest" hap_name = "ActsAceStandardTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("ace_js_assets") { ohos_js_assets("ace_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -15,9 +15,7 @@ import("//test/xts/tools/lite/build/suite_lite.gni") ...@@ -15,9 +15,7 @@ import("//test/xts/tools/lite/build/suite_lite.gni")
hctest_suite("ActsKitFwkApiTest") { hctest_suite("ActsKitFwkApiTest") {
suite_name = "acts" suite_name = "acts"
sources = [ "kitfwk_oem_api_test.c" ] sources = [ "kitfwk_oem_api_test.c" ]
include_dirs = [ include_dirs = [
"//test/xts/tools/lite/hctest/include", "//test/xts/tools/lite/hctest/include",
"//third_party/unity/src", "//third_party/unity/src",
......
...@@ -12,15 +12,14 @@ ...@@ -12,15 +12,14 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ipcrpcService") { ohos_js_hap_suite("ipcrpcService") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":ipcrpcService_assets", ":ipcrpcService_assets",
":ipcrpcService_resources", ":ipcrpcService_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsIpcRpcServiceTest" hap_name = "ActsIpcRpcServiceTest"
} }
ohos_js_assets("ipcrpcService_assets") { ohos_js_assets("ipcrpcService_assets") {
......
...@@ -12,15 +12,14 @@ ...@@ -12,15 +12,14 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ipcrpcTest") { ohos_js_hap_suite("ipcrpcTest") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":ipcrpcTest_assets", ":ipcrpcTest_assets",
":ipcrpcTest_resources", ":ipcrpcTest_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsIpcRpcTest" hap_name = "ActsIpcRpcTest"
} }
ohos_js_assets("ipcrpcTest_assets") { ohos_js_assets("ipcrpcTest_assets") {
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("wifi_standard_test") { ohos_js_hap_suite("wifi_standard_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":wifi_js_assets", ":wifi_js_assets",
":wifi_resources", ":wifi_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsWifiJSApiTest" hap_name = "ActsWifiJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("wifi_js_assets") { ohos_js_assets("wifi_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("process_js_test") { ohos_js_hap_suite("process_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":process_js_assets", ":process_js_assets",
":process_resources", ":process_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsProcessJSApiTest" hap_name = "ActsProcessJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("process_js_assets") { ohos_js_assets("process_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("url_js_test") { ohos_js_hap_suite("url_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":url_js_assets", ":url_js_assets",
":url_resources", ":url_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUrlJsTest" hap_name = "ActsUrlJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("url_js_assets") { ohos_js_assets("url_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("util_js_test") { ohos_js_hap_suite("util_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":util_js_assets", ":util_js_assets",
":util_resources", ":util_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUtilJsTest" hap_name = "ActsUtilJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("util_js_assets") { ohos_js_assets("util_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("worker_js_hap") { ohos_js_hap_suite("worker_js_hap") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":worker_js_assets", ":worker_js_assets",
":worker_resources", ":worker_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsWorkerJSTest" hap_name = "ActsWorkerJSTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("worker_js_assets") { ohos_js_assets("worker_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,20 +12,15 @@ ...@@ -12,20 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("hjs_demo_test") { ohos_js_hap_suite("hjs_demo_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
":hjs_demo_resources", ":hjs_demo_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "Hjsdemotest" hap_name = "Hjsdemotest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("appdatamgr_js_test") { ohos_js_hap_suite("appdatamgr_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":appdatamgr_js_assets", ":appdatamgr_js_assets",
":appdatamgr_resources", ":appdatamgr_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAppdatamagrJsTest" hap_name = "ActsAppdatamagrJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("appdatamgr_js_assets") { ohos_js_assets("appdatamgr_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("distributeddatamgr_js_test") { ohos_js_hap_suite("distributeddatamgr_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":distributeddatamgr_js_assets", ":distributeddatamgr_js_assets",
":distributeddatamgr_resources", ":distributeddatamgr_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsDistributedDatamgrJsTest" hap_name = "ActsDistributedDatamgrJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("distributeddatamgr_js_assets") { ohos_js_assets("distributeddatamgr_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("intljs_test") { ohos_js_hap_suite("intljs_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":intljs_assets", ":intljs_assets",
":intljs_resources", ":intljs_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsIntlJsTest" hap_name = "ActsIntlJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("intljs_assets") { ohos_js_assets("intljs_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("resmgrjs_test") { ohos_js_hap_suite("resmgrjs_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":resmgrjs_assets", ":resmgrjs_assets",
":resmgrjs_resources", ":resmgrjs_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsResMgrJsTest" hap_name = "ActsResMgrJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("resmgrjs_assets") { ohos_js_assets("resmgrjs_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("window_hap_test") { ohos_js_hap_suite("window_hap_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":window_js_assets", ":window_js_assets",
":window_resources", ":window_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsWindowHapTest" hap_name = "ActsWindowHapTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("window_js_assets") { ohos_js_assets("window_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHiAppEventJsTest") { ohos_js_hap_suite("ActsHiAppEventJsTest") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":hiappevent_js_assets", ":hiappevent_js_assets",
":hiappevent_resources", ":hiappevent_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHiAppEventJsTest" hap_name = "ActsHiAppEventJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("hiappevent_js_assets") { ohos_js_assets("hiappevent_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("time_js_test") { ohos_js_hap_suite("time_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":time_js_assets", ":time_js_assets",
":time_resources", ":time_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsTimeJSApiTest" hap_name = "ActsTimeJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("time_js_assets") { ohos_js_assets("time_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("timer_js_test") { ohos_js_hap_suite("timer_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":time_js_assets", ":time_js_assets",
":time_resources", ":time_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsTimeJSApiTest" hap_name = "ActsTimeJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("time_js_assets") { ohos_js_assets("time_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("audio_manager_js_hap") { ohos_js_hap_suite("audio_manager_js_hap") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":audio_manager_js_assets", ":audio_manager_js_assets",
":audio_manager_resources", ":audio_manager_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAudioManagerJsTest" hap_name = "ActsAudioManagerJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("audio_manager_js_assets") { ohos_js_assets("audio_manager_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("audio_player_js_hap") { ohos_js_hap_suite("audio_player_js_hap") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":audio_player_js_assets", ":audio_player_js_assets",
":audio_player_resources", ":audio_player_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAudioPlayerJsTest" hap_name = "ActsAudioPlayerJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("audio_player_js_assets") { ohos_js_assets("audio_player_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("audio_player_api_js_hap") { ohos_js_hap_suite("audio_player_api_js_hap") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":audio_player_api_js_assets", ":audio_player_api_js_assets",
":audio_player_api_resources", ":audio_player_api_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAudioPlayerApiJsTest" hap_name = "ActsAudioPlayerApiJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("audio_player_api_js_assets") { ohos_js_assets("audio_player_api_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("audio_recorder_js_hap") { ohos_js_hap_suite("audio_recorder_js_hap") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":audio_recorder_js_assets", ":audio_recorder_js_assets",
":audio_recorder_resources", ":audio_recorder_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAudioRecorderJsTest" hap_name = "ActsAudioRecorderJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("audio_recorder_js_assets") { ohos_js_assets("audio_recorder_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("powermgr_battery_test") { ohos_js_hap_suite("powermgr_battery_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":powermgr_battery_js_assets", ":powermgr_battery_js_assets",
":powermgr_battery_resources", ":powermgr_battery_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsPowerMgrBatteryTest" hap_name = "ActsPowerMgrBatteryTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("powermgr_battery_js_assets") { ohos_js_assets("powermgr_battery_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("startup_js_test") { ohos_js_hap_suite("startup_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":startup_js_assets", ":startup_js_assets",
":startup_js_resources", ":startup_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStartupJSApiTest" hap_name = "ActsStartupJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("startup_js_assets") { ohos_js_assets("startup_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagedsm_js_test") { ohos_js_hap_suite("storagedsm_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagedsm_js_assets", ":storagedsm_js_assets",
":storagedsm_js_resources", ":storagedsm_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFmsPublicJsTest" hap_name = "ActsStorageFmsPublicJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagedsm_js_assets") { ohos_js_assets("storagedsm_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagedsmstability_js_test") { ohos_js_hap_suite("storagedsmstability_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagedsmstability_js_assets", ":storagedsmstability_js_assets",
":storagedsmstability_js_resources", ":storagedsmstability_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFmsPublicJsTest" hap_name = "ActsStorageFmsPublicJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagedsmstability_js_assets") { ohos_js_assets("storagedsmstability_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileconcurrent_js_test") { ohos_js_hap_suite("storagefileconcurrent_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileconcurrent_js_assets", ":storagefileconcurrent_js_assets",
":storagefileconcurrent_js_resources", ":storagefileconcurrent_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileConcurrentJsTest" hap_name = "ActsStorageFileConcurrentJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileconcurrent_js_assets") { ohos_js_assets("storagefileconcurrent_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileioerror_js_test") { ohos_js_hap_suite("storagefileioerror_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileioerror_js_assets", ":storagefileioerror_js_assets",
":storagefileioerror_js_resources", ":storagefileioerror_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoErrorJsTest" hap_name = "ActsStorageFileIoErrorJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileioerror_js_assets") { ohos_js_assets("storagefileioerror_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileio_js_test") { ohos_js_hap_suite("storagefileio_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileio_js_assets", ":storagefileio_js_assets",
":storagefileio_js_resources", ":storagefileio_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoJSTest" hap_name = "ActsStorageFileIoJSTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileio_js_assets") { ohos_js_assets("storagefileio_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileioperformance_js_test") { ohos_js_hap_suite("storagefileioperformance_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileioperformance_js_assets", ":storagefileioperformance_js_assets",
":storagefileioperformance_js_resources", ":storagefileioperformance_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoPerformanceJsTest" hap_name = "ActsStorageFileIoPerformanceJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileioperformance_js_assets") { ohos_js_assets("storagefileioperformance_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileioreliability_js_test") { ohos_js_hap_suite("storagefileioreliability_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileioreliability_js_assets", ":storagefileioreliability_js_assets",
":storagefileioreliability_js_resources", ":storagefileioreliability_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoreLiabilityJsTest" hap_name = "ActsStorageFileIoreLiabilityJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileioreliability_js_assets") { ohos_js_assets("storagefileioreliability_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefileiostability_js_test") { ohos_js_hap_suite("storagefileiostability_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefileiostability_js_assets", ":storagefileiostability_js_assets",
":storagefileiostability_js_resources", ":storagefileiostability_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoStabilityJsTest" hap_name = "ActsStorageFileIoStabilityJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefileiostability_js_assets") { ohos_js_assets("storagefileiostability_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefilestability_js_test") { ohos_js_hap_suite("storagefilestability_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefilestability_js_assets", ":storagefilestability_js_assets",
":storagefilestability_js_resources", ":storagefilestability_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileStabilityJsTest" hap_name = "ActsStorageFileStabilityJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefilestability_js_assets") { ohos_js_assets("storagefilestability_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefmspublic_js_test") { ohos_js_hap_suite("storagefmspublic_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefmspublic_js_assets", ":storagefmspublic_js_assets",
":storagefmspublic_js_resources", ":storagefmspublic_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFmsPublicJsTest" hap_name = "ActsStorageFmsPublicJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefmspublic_js_assets") { ohos_js_assets("storagefmspublic_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagefmsshare_js_test") { ohos_js_hap_suite("storagefmsshare_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagefmsshare_js_assets", ":storagefmsshare_js_assets",
":storagefmsshare_js_resources", ":storagefmsshare_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFmsShareJsTest" hap_name = "ActsStorageFmsShareJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagefmsshare_js_assets") { ohos_js_assets("storagefmsshare_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("storagestatfs_js_test") { ohos_js_hap_suite("storagestatfs_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":storagestatfs_js_assets", ":storagestatfs_js_assets",
":storagestatfs_js_resources", ":storagestatfs_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageStatfsJsTest" hap_name = "ActsStorageStatfsJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("storagestatfs_js_assets") { ohos_js_assets("storagestatfs_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -12,22 +12,15 @@ ...@@ -12,22 +12,15 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("update_js_test") { ohos_js_hap_suite("update_js_test") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":update_js_assets", ":update_js_assets",
":update_js_resources", ":update_js_resources",
] ]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUpdateJsTest" hap_name = "ActsUpdateJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
} }
ohos_js_assets("update_js_assets") { ohos_js_assets("update_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册