From 34f7962ffdb047b89de8701ed4b66cc81d4d2c34 Mon Sep 17 00:00:00 2001 From: zhengjun Date: Tue, 25 Jan 2022 15:47:55 +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 --- BUILD.gn | 4 ++-- test/BUILD.gn | 4 ++-- test/unittest/app_spawn_server_test/BUILD.gn | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 2c0227e7..eb9a8401 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -64,8 +64,8 @@ ohos_static_library("appspawn_server") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/test/BUILD.gn b/test/BUILD.gn index 0b964ccd..2df021e5 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -67,8 +67,8 @@ ohos_source_set("appspawn_test_source") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", ] } diff --git a/test/unittest/app_spawn_server_test/BUILD.gn b/test/unittest/app_spawn_server_test/BUILD.gn index 57ed7ac2..5b7d3223 100755 --- a/test/unittest/app_spawn_server_test/BUILD.gn +++ b/test/unittest/app_spawn_server_test/BUILD.gn @@ -36,8 +36,8 @@ ohos_unittest("AppSpawnServerOverrideTest") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", @@ -68,8 +68,8 @@ ohos_unittest("AppSpawnServerMockTest") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", -- Gitee