mirror of
https://gitee.com/openharmony/hiviewdfx_hiview
synced 2024-12-03 07:21:03 +00:00
samgr part name rectify
Signed-off-by: zmx <1029211721@qq.com> Change-Id: I435eafa03566b173ee00faab3950f89a1597e5bb
This commit is contained in:
parent
7f4f2a1588
commit
06b0bf1b5a
@ -37,6 +37,6 @@ ohos_source_set("faultlogger_client_impl") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
@ -38,6 +38,6 @@ ohos_source_set("faultlogger_service_adapter") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ ohos_source_set("faultlogger_service_ohos_common") {
|
||||
external_deps = [
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
||||
@ -70,6 +70,6 @@ ohos_source_set("faultlogger_service_impl") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ ohos_source_set("hiview_service_adapter") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ ohos_source_set("hiview_service_impl") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
part_name = "hiview_L2"
|
||||
subsystem_name = "hiviewdfx"
|
||||
|
@ -51,7 +51,7 @@ ohos_unittest("HiviewSATest") {
|
||||
external_deps = [
|
||||
"communication_L2:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
} else {
|
||||
external_deps = [
|
||||
|
@ -33,6 +33,6 @@ ohos_source_set("faultlogger_common") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ ohos_unittest("FaultloggerUnittest") {
|
||||
external_deps = [
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_L2:samgr_proxy",
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user