diff --git a/ability/ability_runtime/actscalldataabilitytest/BUILD.gn b/ability/ability_runtime/actscalldataabilitytest/BUILD.gn index da3fc144cdd030cc89abdaf8cdc8582bef81a0b9..3bd680736ed4fef30dd93ed72a48b308e8768e99 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 b76b4552c0890d498e617a6d9c8e58a08232e031..bd339a6b716c162272f90527661146d58a0f9a5b 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") {