From fe6b88b195bc30beb49de5301d84e54e43cc9dc6 Mon Sep 17 00:00:00 2001 From: zhangxinyue Date: Tue, 16 Aug 2022 21:13:26 +0800 Subject: [PATCH] bug fix Signed-off-by: zhangxinyue --- arkui/ace_ets_dev/BUILD.gn | 2 -- arkui/ace_ets_webView/BUILD.gn | 2 +- arkui/ace_ets_web_dev/BUILD.gn | 2 -- arkui/ace_ets_xcomponent/BUILD.gn | 2 -- arkui/ace_napi_test/BUILD.gn | 2 +- 5 files changed, 2 insertions(+), 8 deletions(-) diff --git a/arkui/ace_ets_dev/BUILD.gn b/arkui/ace_ets_dev/BUILD.gn index 832e761fa..7e5b20c16 100644 --- a/arkui/ace_ets_dev/BUILD.gn +++ b/arkui/ace_ets_dev/BUILD.gn @@ -23,8 +23,6 @@ ohos_js_hap_suite("ActsAceDevTest") { ets2abc = true certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsAceDevTest" - subsystem_name = "arkui" - part_name = "ace_engine" } ohos_js_assets("ace_ets_dev_assets") { source_dir = "./entry/src/main/ets/MainAbility" diff --git a/arkui/ace_ets_webView/BUILD.gn b/arkui/ace_ets_webView/BUILD.gn index 0c11ef324..c1e3990be 100644 --- a/arkui/ace_ets_webView/BUILD.gn +++ b/arkui/ace_ets_webView/BUILD.gn @@ -23,7 +23,7 @@ ohos_js_hap_suite("AceEtsWebViewTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "AceEtsWebViewTest" subsystem_name = "arkui" - part_name = "ace_engine" + part_name = "webview" } ohos_js_assets("ace_ets_webView_assets") { source_dir = "./entry/src/main/ets/MainAbility" diff --git a/arkui/ace_ets_web_dev/BUILD.gn b/arkui/ace_ets_web_dev/BUILD.gn index c03f28e40..592856626 100644 --- a/arkui/ace_ets_web_dev/BUILD.gn +++ b/arkui/ace_ets_web_dev/BUILD.gn @@ -23,8 +23,6 @@ ohos_js_hap_suite("ActsAceWebDevTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsAceWebDevTest" - subsystem_name = "arkui" - part_name = "ace_engine" } ohos_app_scope("ace_ets_web_dev_app_profile") { diff --git a/arkui/ace_ets_xcomponent/BUILD.gn b/arkui/ace_ets_xcomponent/BUILD.gn index 9b69ae77a..6d2bd32f8 100644 --- a/arkui/ace_ets_xcomponent/BUILD.gn +++ b/arkui/ace_ets_xcomponent/BUILD.gn @@ -24,8 +24,6 @@ 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", diff --git a/arkui/ace_napi_test/BUILD.gn b/arkui/ace_napi_test/BUILD.gn index 2c883105a..67188778f 100644 --- a/arkui/ace_napi_test/BUILD.gn +++ b/arkui/ace_napi_test/BUILD.gn @@ -24,7 +24,7 @@ ohos_js_hap_suite("ActsAceNapiEtsTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsAceNapiEtsTest" subsystem_name = "arkui" - part_name = "ace_engine" + part_name = "napi" shared_libraries = [ "./entry/src/main/cpp:teststring" ] } -- GitLab