mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
modify samgr partname
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: Id9323978bab92e78b11303b1b41c9a1eed645580
This commit is contained in:
parent
5436cc302d
commit
bd789ce12e
@ -38,7 +38,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"SESSION_NAME": "ohos.distributedschedule.dms.*",
|
||||
"SESSION_NAME": "ohos.systemabilitymgr.dms.*",
|
||||
"REGEXP": "true",
|
||||
"DEVID": "UUID",
|
||||
"APP_INFO": [
|
||||
|
@ -110,7 +110,7 @@ if (defined(ohos_lite)) {
|
||||
"$dsoftbus_root_path/core/common:softbus_utils",
|
||||
"//build/lite/config/component/cJSON:cjson_shared",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
]
|
||||
}
|
||||
@ -180,7 +180,7 @@ if (defined(ohos_lite)) {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ if (defined(ohos_lite)) {
|
||||
if (ohos_kernel_type != "liteos_m") {
|
||||
common_client_deps += [
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
]
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ if (defined(ohos_lite)) {
|
||||
]
|
||||
bus_center_manager_sdk_deps += [
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
]
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user