diff --git a/BUILD.gn b/BUILD.gn index 2c0227e7beda4a1226893f84a588d20b8949f4d6..eb9a8401a8004a13c6ca5a68762a5f23e3b40011 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 0b964ccd339c45c18bfcbb054018b43c8d8e60ff..2df021e5127655add9ba7934d35546179b022c3a 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 57ed7ac2d04ac04bb7826e761131a18117ae1744..5b7d3223aa10458cb66b3a9d21779b0a25fb6ded 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",