modify samgr partname

Signed-off-by: chen <chenkang40@huawei.com>
Change-Id: Id9323978bab92e78b11303b1b41c9a1eed645580
This commit is contained in:
chen 2022-07-21 19:11:29 +08:00
parent 5436cc302d
commit bd789ce12e
4 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@
]
},
{
"SESSION_NAME": "ohos.distributedschedule.dms.*",
"SESSION_NAME": "ohos.systemabilitymgr.dms.*",
"REGEXP": "true",
"DEVID": "UUID",
"APP_INFO": [

View File

@ -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",
]
}

View File

@ -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",
]
}

View File

@ -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 {