!313 modify samgr partname

Merge pull request !313 from chen/master
This commit is contained in:
openharmony_ci 2022-08-06 04:22:10 +00:00 committed by Gitee
commit f42802c1c6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 15 additions and 15 deletions

View File

@ -22,7 +22,7 @@
"ram": "100KB",
"deps": {
"components": [
"samgr_standard",
"samgr",
"hitrace_native",
"hiviewdfx_hilog_native",
"utils_base",

View File

@ -38,7 +38,7 @@ ohos_unittest("IPCNativeUnitTest") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
resource_config_file =
@ -91,7 +91,7 @@ ohos_unittest("IPCHiTraceUnitTest") {
"hitrace_native:libhitrace",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
resource_config_file =

View File

@ -40,7 +40,7 @@ ohos_shared_library("ipc_test_helper") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"
@ -61,7 +61,7 @@ ohos_executable("ipc_server_test") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"
@ -82,7 +82,7 @@ ohos_executable("ipc_client_test") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"
@ -115,7 +115,7 @@ ohos_shared_library("ipc_test_helper_extra") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"
@ -136,7 +136,7 @@ ohos_executable("ipc_server_test_extra") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"

View File

@ -34,7 +34,7 @@ ohos_moduletest("IPCNativeFrameworksTest") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
resource_config_file =

View File

@ -58,7 +58,7 @@ ohos_distributedtest("DbinderTest") {
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
subsystem_name = "communication"
@ -89,7 +89,7 @@ ohos_distributedtest("DbinderTestAgent") {
"c_utils:utils",
"dsoftbus:softbus_client",
"hiviewdfx_hilog_native:libhilog",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
subsystem_name = "communication"
@ -112,7 +112,7 @@ ohos_executable("dbinder_test") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"
@ -135,7 +135,7 @@ ohos_executable("dbinder_send") {
external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
part_name = "ipc"

View File

@ -36,7 +36,7 @@ ohos_moduletest("RPCCLIENTTEST") {
"c_utils:utils",
"dsoftbus:softbus_client",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
}
@ -57,7 +57,7 @@ ohos_moduletest("RPCSERVERTEST") {
"c_utils:utils",
"dsoftbus:softbus_client",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
"samgr:samgr_proxy",
]
}