From 7b7953d9aa3d688af1c28bb1668dbeb7d5a28328 Mon Sep 17 00:00:00 2001 From: njupthan Date: Sat, 15 Jan 2022 15:32:04 +0800 Subject: [PATCH] Fix atomic ability part name change Signed-off-by: njupthan --- services/BUILD.gn | 4 ++-- services/native/test/unittest/BUILD.gn | 4 ++-- test/systemtest/BUILD.gn | 8 ++++---- utils/BUILD.gn | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 6df3d000..11c6240c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -64,8 +64,8 @@ ohos_shared_library("powermgrservice") { ] external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", diff --git a/services/native/test/unittest/BUILD.gn b/services/native/test/unittest/BUILD.gn index 3a60e4dc..2603215e 100644 --- a/services/native/test/unittest/BUILD.gn +++ b/services/native/test/unittest/BUILD.gn @@ -52,8 +52,8 @@ config("module_private_event_config") { } deps_ex = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", diff --git a/test/systemtest/BUILD.gn b/test/systemtest/BUILD.gn index 45c7c37d..3e63cf5d 100644 --- a/test/systemtest/BUILD.gn +++ b/test/systemtest/BUILD.gn @@ -59,8 +59,8 @@ config("module_private_config") { } deps_ex = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", @@ -144,8 +144,8 @@ ohos_systemtest("test_power_mgr_powersavemode") { ] external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:libeventhandler", "ces_standard:cesfwk_innerkits", diff --git a/utils/BUILD.gn b/utils/BUILD.gn index e37679e9..9b2b2748 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -66,8 +66,8 @@ ohos_executable("power-shell") { ] external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "samgr_standard:samgr_proxy", -- Gitee