diff --git a/notification/ans_standard/actsNotificationBadgeTest/BUILD.gn b/notification/ans_standard/actsNotificationBadgeTest/BUILD.gn index 9112c8a95fca8a8cc327495b9bf9fbe65e166e9b..89341e83430d91fb8aa2eb56fd82d6669e4f942c 100644 --- a/notification/ans_standard/actsNotificationBadgeTest/BUILD.gn +++ b/notification/ans_standard/actsNotificationBadgeTest/BUILD.gn @@ -23,8 +23,8 @@ ohos_js_hap_suite("ActsNotificationBadgeTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsNotificationBadgeTest" - subsystem_name = "ability" - part_name = "ability_runtime" + subsystem_name = "notification" + part_name = "distributed_notification_service" } ohos_app_scope("badgetest_app_profile") { diff --git a/notification/ans_standard/actsNotificationSystemAPITest/BUILD.gn b/notification/ans_standard/actsNotificationSystemAPITest/BUILD.gn index c5bd466e68c171609fbf01eb708443780af7166d..8bdc8354bce19abec5c68be5b388a8f5b8a09adb 100644 --- a/notification/ans_standard/actsNotificationSystemAPITest/BUILD.gn +++ b/notification/ans_standard/actsNotificationSystemAPITest/BUILD.gn @@ -23,8 +23,8 @@ ohos_js_hap_suite("ActsNotificationSystemAPITest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsNotificationSystemAPITest" - subsystem_name = "ability" - part_name = "ability_runtime" + subsystem_name = "notification" + part_name = "distributed_notification_service" } ohos_app_scope("systemapitest_app_profile") { diff --git a/notification/ces_standard/actsCommonEventSystemAPITest/BUILD.gn b/notification/ces_standard/actsCommonEventSystemAPITest/BUILD.gn index 179cd8366d28167fe4a58f6a6d43b0dd1848a28a..5e9edffff938a8ac108630d5d4d912cb4081546f 100644 --- a/notification/ces_standard/actsCommonEventSystemAPITest/BUILD.gn +++ b/notification/ces_standard/actsCommonEventSystemAPITest/BUILD.gn @@ -23,8 +23,8 @@ ohos_js_hap_suite("ActsCommonEventSystemAPITest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsCommonEventSystemAPITest" - subsystem_name = "ability" - part_name = "ability_runtime" + subsystem_name = "notification" + part_name = "common_event_service" } ohos_app_scope("systemapitest_app_profile") {