提交 fe6b88b1 编写于 作者: Z zhangxinyue

bug fix

Signed-off-by: Nzhangxinyue <zhangxinyue38@huawei.com>
上级 ef979dae
......@@ -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"
......
......@@ -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"
......
......@@ -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") {
......
......@@ -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",
......
......@@ -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" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册