diff --git a/services/BUILD.gn b/services/BUILD.gn index da71dec441dd70dee3550a5afd45635cba60d5c9..f0e5e6a94c746e7826d0b27c4b5eb916c366227b 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -80,10 +80,10 @@ ohos_shared_library("batterystats_service") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", diff --git a/services/native/test/unittest/BUILD.gn b/services/native/test/unittest/BUILD.gn index 3ad2fdf13130031da1ae61c42df0d3c5057a478b..cb4b71106ef4200538cb5567c46cee328a276dfc 100755 --- a/services/native/test/unittest/BUILD.gn +++ b/services/native/test/unittest/BUILD.gn @@ -53,10 +53,10 @@ ohos_unittest("battery_stats_service_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", @@ -95,10 +95,10 @@ ohos_unittest("battery_stats_client_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", diff --git a/test/systemtest/BUILD.gn b/test/systemtest/BUILD.gn index d09a70ad612dd3cfb4feee967bbc90cc7bc3daf0..5ee7d98240c053d6f8e82cca36cef860e3e3f308 100755 --- a/test/systemtest/BUILD.gn +++ b/test/systemtest/BUILD.gn @@ -52,10 +52,10 @@ ohos_systemtest("batterystats_sys_test") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", "battery_manager_native:batterysrv_client", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", diff --git a/utils/dump/BUILD.gn b/utils/dump/BUILD.gn index 0979108b4daf20239b029d5a54a69c2489543621..fe8cd423fdbbf319540766758774205af345c784 100755 --- a/utils/dump/BUILD.gn +++ b/utils/dump/BUILD.gn @@ -48,9 +48,9 @@ ohos_executable("statistics") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core",