提交 ef979dae 编写于 作者: Z zhangxinyue

bug fix

Signed-off-by: Nzhangxinyue <zhangxinyue38@huawei.com>
上级 a345d6e1
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsComponentTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsComponentTest"
subsystem_name = "arkui"
part_name = "ace_ets_component"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_component_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsComponentFiveTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsComponentFiveTest"
subsystem_name = "arkui"
part_name = "ace_ets_component_five"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_component_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsComponentFourTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsComponentFourTest"
subsystem_name = "arkui"
part_name = "ace_ets_component_four"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_component_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsComponentThreeTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsComponentThreeTest"
subsystem_name = "arkui"
part_name = "ace_ets_component_three"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_component_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsComponentTwoTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsComponentTwoTest"
subsystem_name = "arkui"
part_name = "ace_ets_component_two"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_component_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceDevTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceDevTest"
subsystem_name = "arkui"
part_name = "ace_ets_dev"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_dev_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsStTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsStTest"
subsystem_name = "arkui"
part_name = "ace_ets_standard"
part_name = "ace_engine"
}
ohos_js_assets("ace_demo_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsTest"
subsystem_name = "arkui"
part_name = "ace_ets_test"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceEtsThirdTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceEtsThirdTest"
subsystem_name = "arkui"
part_name = "ace_ets_third_test"
part_name = "ace_engine"
}
ohos_js_assets("ace_third_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -23,7 +23,7 @@ ohos_js_hap_suite("AceEtsWebViewTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AceEtsWebViewTest"
subsystem_name = "arkui"
part_name = "ace_ets_webView"
part_name = "ace_engine"
}
ohos_js_assets("ace_ets_webView_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -15,6 +15,7 @@ import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsAceWebDevTest") {
hap_profile = "entry/src/main/module.json"
js_build_mode = "debug"
deps = [
":ace_ets_web_dev_js_assets",
":ace_ets_web_dev_resources",
......@@ -23,7 +24,7 @@ ohos_js_hap_suite("ActsAceWebDevTest") {
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAceWebDevTest"
subsystem_name = "arkui"
part_name = "ace_ets_web_dev"
part_name = "ace_engine"
}
ohos_app_scope("ace_ets_web_dev_app_profile") {
......
......@@ -24,12 +24,12 @@ ohos_js_hap_suite("ActsAceXComponentEtsTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceXComponentEtsTest"
subsystem_name = "arkui"
part_name = "ace_engine"
shared_libraries = [
"./entry/src/main/cpp:nativerender",
":libcppsharedso",
]
subsystem_name = "arkui"
part_name = "ace_ets_xcomponent"
}
ohos_prebuilt_shared_library("libcppsharedso") {
......
......@@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceNapiEtsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceNapiEtsTest"
subsystem_name = "arkui"
part_name = "ace_napi_test"
part_name = "ace_engine"
shared_libraries = [ "./entry/src/main/cpp:teststring" ]
}
......
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsAceStandardTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceStandardTest"
subsystem_name = "arkui"
part_name = "ace_standard"
part_name = "ace_engine"
}
ohos_js_assets("ace_js_assets") {
source_dir = "./src/main/js/default"
......
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsAceStandardVideoTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAceStandardVideoTest"
subsystem_name = "arkui"
part_name = "ace_standard_video"
part_name = "ace_engine"
}
ohos_js_assets("ace_js_assets") {
js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册