From 7017eb9ab271fa2e16141ae87da353c9b7afcf01 Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Tue, 25 Jan 2022 15:41:51 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: Iba6ee8450313a9f0439a6e0dd7ed38790879dddc --- interfaces/innerkits/BUILD.gn | 2 +- services/BUILD.gn | 2 +- services/native/test/unittest/BUILD.gn | 4 ++-- test/systemtest/BUILD.gn | 2 +- utils/dump/BUILD.gn | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index 27359ff..a64d1cf 100755 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -45,7 +45,7 @@ ohos_shared_library("batterystats_client") { ] external_deps = [ - "appexecfwk_standard:libeventhandler", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", diff --git a/services/BUILD.gn b/services/BUILD.gn index f0e5e6a..df356c7 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -80,11 +80,11 @@ ohos_shared_library("batterystats_service") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/native/test/unittest/BUILD.gn b/services/native/test/unittest/BUILD.gn index cb4b711..10d937f 100755 --- a/services/native/test/unittest/BUILD.gn +++ b/services/native/test/unittest/BUILD.gn @@ -53,11 +53,11 @@ ohos_unittest("battery_stats_service_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", @@ -95,11 +95,11 @@ ohos_unittest("battery_stats_client_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/test/systemtest/BUILD.gn b/test/systemtest/BUILD.gn index 5ee7d98..cbb7b89 100755 --- a/test/systemtest/BUILD.gn +++ b/test/systemtest/BUILD.gn @@ -52,11 +52,11 @@ ohos_systemtest("batterystats_sys_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/utils/dump/BUILD.gn b/utils/dump/BUILD.gn index fe8cd42..a15b240 100755 --- a/utils/dump/BUILD.gn +++ b/utils/dump/BUILD.gn @@ -48,10 +48,10 @@ ohos_executable("statistics") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:libeventhandler", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", -- Gitee