From 9480da980e540c74cda7e2fdb594ea0b53d22585 Mon Sep 17 00:00:00 2001 From: 17764556280 Date: Mon, 24 Jan 2022 14:43:03 +0800 Subject: [PATCH 1/4] modify bms part name Signed-off-by: 17764556280 --- frameworks/ans/core/BUILD.gn | 2 +- frameworks/ans/native/test/unittest/BUILD.gn | 4 ++-- frameworks/ans/test/moduletest/BUILD.gn | 16 ++++++++-------- frameworks/wantagent/BUILD.gn | 4 ++-- .../unittest/completed_dispatcher_test/BUILD.gn | 4 ++-- .../test/unittest/pending_want_test/BUILD.gn | 4 ++-- .../test/unittest/trigger_Info_test/BUILD.gn | 4 ++-- .../unittest/want_agent_helper_test/BUILD.gn | 4 ++-- .../test/unittest/want_agent_info_test/BUILD.gn | 4 ++-- .../test/unittest/want_agent_test/BUILD.gn | 4 ++-- interfaces/kits/napi/ans/BUILD.gn | 2 +- interfaces/kits/napi/ans/src/reminder/BUILD.gn | 2 +- interfaces/kits/napi/wantagent/BUILD.gn | 4 ++-- services/ans/test/unittest/BUILD.gn | 4 ++-- services/distributed/test/unittest/BUILD.gn | 2 +- services/test/moduletest/BUILD.gn | 4 ++-- .../acts/actsnotificationfuzztest/BUILD.gn | 4 ++-- test/resource/ansSTSlotGroupTest/BUILD.gn | 4 ++-- test/systemtest/acts/ansDump/BUILD.gn | 2 +- 19 files changed, 39 insertions(+), 39 deletions(-) diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index 8bd4d57f7..c54d626ee 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -90,7 +90,7 @@ ohos_shared_library("ans_core") { external_deps = [ "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/frameworks/ans/native/test/unittest/BUILD.gn b/frameworks/ans/native/test/unittest/BUILD.gn index 4662527a8..3e6607f7f 100644 --- a/frameworks/ans/native/test/unittest/BUILD.gn +++ b/frameworks/ans/native/test/unittest/BUILD.gn @@ -48,8 +48,8 @@ ohos_unittest("ans_reminder_unit_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "bytrace_standard:bytrace_core", "ces_standard:cesfwk_innerkits", diff --git a/frameworks/ans/test/moduletest/BUILD.gn b/frameworks/ans/test/moduletest/BUILD.gn index 9c8579d91..c63aded83 100644 --- a/frameworks/ans/test/moduletest/BUILD.gn +++ b/frameworks/ans/test/moduletest/BUILD.gn @@ -84,8 +84,8 @@ ohos_moduletest("ans_fw_module_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", @@ -162,8 +162,8 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", @@ -237,8 +237,8 @@ ohos_moduletest("ans_innerkits_module_slot_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", @@ -312,8 +312,8 @@ ohos_moduletest("ans_innerkits_module_setting_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", diff --git a/frameworks/wantagent/BUILD.gn b/frameworks/wantagent/BUILD.gn index ee4c79b1b..77fce1486 100644 --- a/frameworks/wantagent/BUILD.gn +++ b/frameworks/wantagent/BUILD.gn @@ -69,8 +69,8 @@ ohos_shared_library("wantagent_innerkits") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn index 83587c2b9..99461bf49 100644 --- a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn @@ -44,8 +44,8 @@ ohos_unittest("completed_dispatcher_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn index 6e3099ab1..00ab12f1c 100644 --- a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn @@ -51,8 +51,8 @@ ohos_unittest("pending_want_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn index c1f05358a..9eae21754 100644 --- a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn @@ -44,8 +44,8 @@ ohos_unittest("trigger_Info_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn index 42ebaf1f4..2504a997e 100644 --- a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn @@ -48,8 +48,8 @@ ohos_unittest("want_agent_helper_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn index 7d29fdf0e..220eb405a 100644 --- a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn @@ -44,8 +44,8 @@ ohos_unittest("want_agent_info_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn index c08997e88..ee966bd19 100644 --- a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn @@ -44,8 +44,8 @@ ohos_unittest("want_agent_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", diff --git a/interfaces/kits/napi/ans/BUILD.gn b/interfaces/kits/napi/ans/BUILD.gn index 97c13373e..d13d88323 100644 --- a/interfaces/kits/napi/ans/BUILD.gn +++ b/interfaces/kits/napi/ans/BUILD.gn @@ -78,7 +78,7 @@ ohos_shared_library("notification") { "ability_runtime:abilitykit_native", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/interfaces/kits/napi/ans/src/reminder/BUILD.gn b/interfaces/kits/napi/ans/src/reminder/BUILD.gn index b51f48bb2..23107e158 100644 --- a/interfaces/kits/napi/ans/src/reminder/BUILD.gn +++ b/interfaces/kits/napi/ans/src/reminder/BUILD.gn @@ -66,7 +66,7 @@ ohos_shared_library("reminderagent") { external_deps = [ "ability_runtime:abilitykit_native", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/interfaces/kits/napi/wantagent/BUILD.gn b/interfaces/kits/napi/wantagent/BUILD.gn index c8671f52d..acbb9f039 100644 --- a/interfaces/kits/napi/wantagent/BUILD.gn +++ b/interfaces/kits/napi/wantagent/BUILD.gn @@ -45,8 +45,8 @@ ohos_shared_library("wantagent") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index 46202d3d4..1eb54058a 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -78,8 +78,8 @@ ohos_unittest("ans_unit_test") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", diff --git a/services/distributed/test/unittest/BUILD.gn b/services/distributed/test/unittest/BUILD.gn index 347c7abeb..934c13331 100644 --- a/services/distributed/test/unittest/BUILD.gn +++ b/services/distributed/test/unittest/BUILD.gn @@ -69,7 +69,7 @@ ohos_unittest("ans_distributed_unit_test") { external_deps = [ "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "distributeddatamgr:distributeddata_inner", "hitrace_native:libhitrace", "hiviewdfx_hilog_native:libhilog", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index a3567518a..97c3b2f9f 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -65,8 +65,8 @@ ohos_moduletest("ans_module_test") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 218219a34..8ccce80c6 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -79,8 +79,8 @@ ohos_systemtest("ActsNotificationFuzzTest") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/test/resource/ansSTSlotGroupTest/BUILD.gn b/test/resource/ansSTSlotGroupTest/BUILD.gn index 2090014d3..ca4688dd1 100644 --- a/test/resource/ansSTSlotGroupTest/BUILD.gn +++ b/test/resource/ansSTSlotGroupTest/BUILD.gn @@ -59,8 +59,8 @@ ohos_shared_library("libraryAnsSTSlotGroupTest") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] diff --git a/test/systemtest/acts/ansDump/BUILD.gn b/test/systemtest/acts/ansDump/BUILD.gn index 1a039aab3..52a13ac51 100644 --- a/test/systemtest/acts/ansDump/BUILD.gn +++ b/test/systemtest/acts/ansDump/BUILD.gn @@ -42,7 +42,7 @@ ohos_systemtest("AnsDumpTest") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "samgr_standard:samgr_proxy", -- Gitee From 935025287d2bf0babf03cf68db580e9efabd7c7d Mon Sep 17 00:00:00 2001 From: 17764556280 Date: Mon, 24 Jan 2022 15:06:18 +0800 Subject: [PATCH 2/4] modify bms part name Signed-off-by: 17764556280 --- notification.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notification.gni b/notification.gni index 9901863fe..19196f346 100644 --- a/notification.gni +++ b/notification.gni @@ -32,8 +32,8 @@ aafwk_path = "//foundation/aafwk/standard" ans_standard_external_deps = [ "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "dmsfwk_standard:zuri", -- Gitee From 0875ef3851e4c3ad7fd8ae2685dd688bf7bb9c6c Mon Sep 17 00:00:00 2001 From: 17764556280 Date: Mon, 24 Jan 2022 15:15:46 +0800 Subject: [PATCH 3/4] modify bms part name Signed-off-by: 17764556280 --- frameworks/ans/native/test/unittest/BUILD.gn | 2 +- frameworks/ans/test/moduletest/BUILD.gn | 8 ++++---- frameworks/wantagent/BUILD.gn | 2 +- .../test/unittest/completed_dispatcher_test/BUILD.gn | 2 +- .../wantagent/test/unittest/pending_want_test/BUILD.gn | 2 +- .../wantagent/test/unittest/trigger_Info_test/BUILD.gn | 2 +- .../test/unittest/want_agent_helper_test/BUILD.gn | 2 +- .../wantagent/test/unittest/want_agent_info_test/BUILD.gn | 2 +- .../wantagent/test/unittest/want_agent_test/BUILD.gn | 2 +- interfaces/kits/napi/wantagent/BUILD.gn | 2 +- services/ans/test/unittest/BUILD.gn | 2 +- services/test/moduletest/BUILD.gn | 2 +- test/common/acts/actsnotificationfuzztest/BUILD.gn | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frameworks/ans/native/test/unittest/BUILD.gn b/frameworks/ans/native/test/unittest/BUILD.gn index 3e6607f7f..2512cfdbf 100644 --- a/frameworks/ans/native/test/unittest/BUILD.gn +++ b/frameworks/ans/native/test/unittest/BUILD.gn @@ -48,9 +48,9 @@ ohos_unittest("ans_reminder_unit_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "bytrace_standard:bytrace_core", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", diff --git a/frameworks/ans/test/moduletest/BUILD.gn b/frameworks/ans/test/moduletest/BUILD.gn index c63aded83..f4478b3e4 100644 --- a/frameworks/ans/test/moduletest/BUILD.gn +++ b/frameworks/ans/test/moduletest/BUILD.gn @@ -84,9 +84,9 @@ ohos_moduletest("ans_fw_module_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", @@ -162,9 +162,9 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", @@ -237,9 +237,9 @@ ohos_moduletest("ans_innerkits_module_slot_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", @@ -312,9 +312,9 @@ ohos_moduletest("ans_innerkits_module_setting_test") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", diff --git a/frameworks/wantagent/BUILD.gn b/frameworks/wantagent/BUILD.gn index 77fce1486..3079a9f19 100644 --- a/frameworks/wantagent/BUILD.gn +++ b/frameworks/wantagent/BUILD.gn @@ -69,9 +69,9 @@ ohos_shared_library("wantagent_innerkits") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn index 99461bf49..0e7c0b43d 100644 --- a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn @@ -44,9 +44,9 @@ ohos_unittest("completed_dispatcher_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn index 00ab12f1c..e2e2cd633 100644 --- a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn @@ -51,9 +51,9 @@ ohos_unittest("pending_want_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn index 9eae21754..70859531d 100644 --- a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn @@ -44,9 +44,9 @@ ohos_unittest("trigger_Info_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn index 2504a997e..a709539cf 100644 --- a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn @@ -48,9 +48,9 @@ ohos_unittest("want_agent_helper_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn index 220eb405a..f5dfa5537 100644 --- a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn @@ -44,9 +44,9 @@ ohos_unittest("want_agent_info_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn index ee966bd19..f09422c21 100644 --- a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn @@ -44,9 +44,9 @@ ohos_unittest("want_agent_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_core", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/interfaces/kits/napi/wantagent/BUILD.gn b/interfaces/kits/napi/wantagent/BUILD.gn index acbb9f039..305da38f9 100644 --- a/interfaces/kits/napi/wantagent/BUILD.gn +++ b/interfaces/kits/napi/wantagent/BUILD.gn @@ -45,9 +45,9 @@ ohos_shared_library("wantagent") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "napi:ace_napi", diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index 1eb54058a..de0decb93 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -78,9 +78,9 @@ ohos_unittest("ans_unit_test") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index 97c3b2f9f..194d497bf 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -65,9 +65,9 @@ ohos_moduletest("ans_module_test") { "ability_runtime:abilitykit_native", "ability_runtime:app_manager", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 8ccce80c6..c033414c8 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -79,9 +79,9 @@ ohos_systemtest("ActsNotificationFuzzTest") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", -- Gitee From ca4c077f77176931332b13acbc80827c324b7ab3 Mon Sep 17 00:00:00 2001 From: 17764556280 Date: Mon, 24 Jan 2022 15:19:03 +0800 Subject: [PATCH 4/4] modify bms part name Signed-off-by: 17764556280 --- notification.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification.gni b/notification.gni index 19196f346..c35ab1cb1 100644 --- a/notification.gni +++ b/notification.gni @@ -32,9 +32,9 @@ aafwk_path = "//foundation/aafwk/standard" ans_standard_external_deps = [ "ability_runtime:base", "ability_runtime:want", + "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", -- Gitee