diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index 27359ffe315aade90d594dc0bca12971b57833cc..a64d1cfd090906f2b2169218d02ab0149d52703f 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 f0e5e6a94c746e7826d0b27c4b5eb916c366227b..df356c70529b2050da6a0674fdcca5eaa277ea5e 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 cb4b71106ef4200538cb5567c46cee328a276dfc..10d937fb20e6d8bde5fe8026ecc62061ba8626cc 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 5ee7d98240c053d6f8e82cca36cef860e3e3f308..cbb7b8969f036df8384fa0f999b6bc67572cfacc 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 fe8cd423fdbbf319540766758774205af345c784..a15b24023b49eec5bf442da66f7320049f2f43d1 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",