mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
bundle_framework部件标准化修改
Signed-off-by: zhengjun <zhengjun29@huawei.com>
This commit is contained in:
parent
695c2c60cd
commit
a8b97de29b
4
BUILD.gn
4
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",
|
||||
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user