提交 ab45e490 编写于 作者: 东方_月初's avatar 东方_月初

samgr part name rectify

Signed-off-by: 东方_月初's avatarzmx <1029211721@qq.com>
Change-Id: Ieff5b96597070a0bc6f4b2222418e9a5051646f1
Signed-off-by: 东方_月初's avatarzmx <1029211721@qq.com>
上级 3b956908
......@@ -56,7 +56,7 @@ ohos_shared_library("libdbinder") {
external_deps = [
"dsoftbus_standard:softbus_client",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"samgr_standard:samgr_proxy",
]
subsystem_name = "communication"
part_name = "ipc"
......
......@@ -89,7 +89,7 @@ ohos_shared_library("rpc") {
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_L2:samgr_proxy",
"samgr_standard:samgr_proxy",
]
relative_install_dir = "module"
......
......@@ -36,11 +36,11 @@ ohos_unittest("IPCNativeUnitTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
resource_config_file =
"//foundation/communication/ipc/test/resource/ipc/ohos_test.xml"
}
......@@ -61,10 +61,10 @@ ohos_unittest("IPCFileDescOpsTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
]
resource_config_file =
"//foundation/communication/ipc/test/resource/ipc/ohos_test.xml"
}
......@@ -75,7 +75,7 @@ group("unittest") {
deps = [
":IPCFileDescOpsTest",
":IPCNativeUnitTest",
]
]
}
###############################################################################
......
......@@ -35,9 +35,9 @@ ohos_shared_library("ipc_test_helper") {
deps = [ "//utils/native/base:utils" ]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......@@ -58,9 +58,9 @@ ohos_executable("ipc_server_test") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......@@ -81,9 +81,9 @@ ohos_executable("ipc_client_test") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......@@ -112,9 +112,9 @@ ohos_shared_library("ipc_test_helper_extra") {
deps = [ "//utils/native/base:utils" ]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......@@ -135,9 +135,9 @@ ohos_executable("ipc_server_test_extra") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......
......@@ -32,9 +32,9 @@ ohos_moduletest("IPCNativeFrameworksTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
resource_config_file =
......
......@@ -56,9 +56,9 @@ ohos_distributedtest("DbinderTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
subsystem_name = "communication"
......@@ -89,7 +89,7 @@ ohos_distributedtest("DbinderTestAgent") {
external_deps = [
"dsoftbus_standard:softbus_client",
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"samgr_standard:samgr_proxy",
]
subsystem_name = "communication"
......@@ -114,7 +114,7 @@ ohos_executable("dbinder_test") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......@@ -139,7 +139,7 @@ ohos_executable("dbinder_send") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"samgr_L2:samgr_proxy",
"samgr_standard:samgr_proxy",
]
part_name = "ipc"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册