Fix atomic ability part name change

Signed-off-by: njupthan <hanhaibin@huawei.com>
This commit is contained in:
njupthan 2022-02-10 09:13:59 +08:00
parent 33833ae982
commit 3c9d28e514
3 changed files with 4 additions and 8 deletions

View File

@ -70,8 +70,7 @@ ohos_static_library("appspawn_server") {
"//utils/native/base:utils",
]
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"ability_base:want",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"hilog_native:libhilog",

View File

@ -65,8 +65,7 @@ ohos_source_set("appspawn_test_source") {
deps = []
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"ability_base:want",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"hiviewdfx_hilog_native:libhilog",

View File

@ -39,8 +39,7 @@ ohos_unittest("AppSpawnServerOverrideTest") {
]
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"ability_base:want",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"hilog_native:libhilog",
@ -81,8 +80,7 @@ ohos_unittest("AppSpawnServerMockTest") {
]
external_deps = [
"ability_runtime:app_manager",
"ability_runtime:want",
"ability_base:want",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
"hilog_native:libhilog",