From ae5756ba3675755c652f91e9fed9ff5c88a26114 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Thu, 16 Mar 2023 14:41:13 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2009a99cf=20from=20https://gitee.com/chen?= =?UTF-8?q?gxingzhen/xts=5Facts=5Fmaster/pulls/8019=20xts-=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E4=BB=B6=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- ability/ability_runtime/actscalldataabilitytest/BUILD.gn | 2 ++ .../ability_runtime/stage/actslifecyclesinglehaptest/BUILD.gn | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ability/ability_runtime/actscalldataabilitytest/BUILD.gn b/ability/ability_runtime/actscalldataabilitytest/BUILD.gn index da3fc144c..3bd680736 100644 --- a/ability/ability_runtime/actscalldataabilitytest/BUILD.gn +++ b/ability/ability_runtime/actscalldataabilitytest/BUILD.gn @@ -22,6 +22,8 @@ ohos_js_hap_suite("ActsCallDataAbilityTest") { ets2abc = true certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsCallDataAbilityTest" + subsystem_name = "ability" + part_name = "ability_runtime" } ohos_js_assets("actscalldataabilitytest_ets_assets") { source_dir = "./entry/src/main/ets" diff --git a/ability/ability_runtime/stage/actslifecyclesinglehaptest/BUILD.gn b/ability/ability_runtime/stage/actslifecyclesinglehaptest/BUILD.gn index b76b4552c..bd339a6b7 100644 --- a/ability/ability_runtime/stage/actslifecyclesinglehaptest/BUILD.gn +++ b/ability/ability_runtime/stage/actslifecyclesinglehaptest/BUILD.gn @@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsLifecycleSingleHapTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsLifecycleSingleHapTest" + subsystem_name = "ability" + part_name = "ability_runtime" } ohos_app_scope("actslifecyclesinglehaptest_app_profile") { -- GitLab