mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-27 10:01:19 +00:00
commit
f42802c1c6
@ -22,7 +22,7 @@
|
||||
"ram": "100KB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"samgr_standard",
|
||||
"samgr",
|
||||
"hitrace_native",
|
||||
"hiviewdfx_hilog_native",
|
||||
"utils_base",
|
||||
|
@ -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 =
|
||||
|
@ -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"
|
||||
|
@ -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 =
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user