From 5b6410f5f136bc4972594532d0da11a5ca585625 Mon Sep 17 00:00:00 2001 From: zhengjun Date: Tue, 25 Jan 2022 10:20:21 +0800 Subject: [PATCH] =?UTF-8?q?bundle=5Fframework=E9=83=A8=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhengjun --- services/BUILD.gn | 4 ++-- services/native/test/unittest/BUILD.gn | 8 ++++---- test/systemtest/BUILD.gn | 4 ++-- utils/dump/BUILD.gn | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index da71dec..f0e5e6a 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 3ad2fdf..cb4b711 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 d09a70a..5ee7d98 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 0979108..fe8cd42 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", -- Gitee