bundle_framework部件标准化修改

Signed-off-by: zhengjun <zhengjun29@huawei.com>
This commit is contained in:
zhengjun 2022-01-26 09:46:52 +08:00
parent 695c2c60cd
commit a8b97de29b
3 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",
]
}

View File

@ -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",