mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
Signed-off-by: xuchenghua <xuchenghua09@huawei.com> Change-Id: Ibc76bd8622601612f5c2b4711e355f5e2a64bb55
This commit is contained in:
parent
1804dadd7a
commit
a289791244
@ -31,14 +31,16 @@ ohos_moduletest("AppSpawnModuleTest") {
|
|||||||
]
|
]
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"${aafwk_path}/interfaces/innerkits/app_manager:app_manager",
|
"${aafwk_path}/services/appmgr:libappms",
|
||||||
"${aafwk_path}/services/appmgr:libams",
|
|
||||||
"${appspawn_path}/interfaces/innerkits:appspawn_socket_client",
|
"${appspawn_path}/interfaces/innerkits:appspawn_socket_client",
|
||||||
"//third_party/googletest:gtest_main",
|
"//third_party/googletest:gtest_main",
|
||||||
"//utils/native/base:utils",
|
"//utils/native/base:utils",
|
||||||
]
|
]
|
||||||
|
|
||||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
external_deps = [
|
||||||
|
"ability_runtime:app_manager",
|
||||||
|
"hiviewdfx_hilog_native:libhilog",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
group("moduletest") {
|
group("moduletest") {
|
||||||
|
Loading…
Reference in New Issue
Block a user