mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
add samgr
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: I02c00d0b7427584b5cb42e2e5c6544dda293c7dc
This commit is contained in:
parent
09896ee7b5
commit
1eec8c005d
@ -41,7 +41,7 @@
|
||||
"napi",
|
||||
"os_account",
|
||||
"safwk",
|
||||
"samgr_standard",
|
||||
"samgr",
|
||||
"startup_l2",
|
||||
"utils_base"
|
||||
],
|
||||
|
@ -43,7 +43,7 @@ ohos_shared_library("common_sdk") {
|
||||
"dmsfwk:continuation_manager",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
|
@ -46,7 +46,7 @@ ohos_shared_library("dmsbaseinner") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
part_name = "dmsfwk"
|
||||
|
@ -54,7 +54,7 @@ ohos_shared_library("distributed_ability_manager_svr") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"startup_l2:syspara",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
@ -38,7 +38,7 @@ dtbabilitymgr_external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"startup_l2:syspara",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
@ -74,7 +74,7 @@ ohos_shared_library("distributedschedsvr") {
|
||||
"ipc:ipc_core",
|
||||
"os_account:os_account_innerkits",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"startup_l2:syspara",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
@ -48,7 +48,7 @@ dsched_external_deps = [
|
||||
"ipc:ipc_core",
|
||||
"os_account:os_account_innerkits",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
"startup_l2:syspara",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user