mirror of
https://github.com/openharmony/device_board_osware.git
synced 2026-07-19 17:23:31 -04:00
DFX部件名整改,hilog_native/hiviewdfx_hilog_native改为hilog,hitrace_native改为hitrace
Signed-off-by: shanghuanni <shanghuanni1@huawei.com>
This commit is contained in:
@@ -219,7 +219,7 @@ ohos_shared_library("camera_host_vdi_impl_1.0") {
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
if (use_hitrace) {
|
||||
external_deps += [ "hitrace_native:libhitracechain" ]
|
||||
external_deps += [ "hitrace:libhitracechain" ]
|
||||
}
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
@@ -227,7 +227,7 @@ ohos_shared_library("camera_host_vdi_impl_1.0") {
|
||||
external_deps += [
|
||||
"drivers_interface_camera:libcamera_stub_1.0",
|
||||
"drivers_interface_camera:metadata",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hitrace:hitrace_meter",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
public_configs = [ ":camhdi_impl_config" ]
|
||||
@@ -264,12 +264,12 @@ ohos_static_library("camera_host_vdi_impl_1.0_static") {
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hdf_core:libhdi",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hitrace:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
if (use_hitrace) {
|
||||
external_deps += [ "hitrace_native:libhitracechain" ]
|
||||
external_deps += [ "hitrace:libhitracechain" ]
|
||||
}
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
@@ -277,7 +277,7 @@ ohos_static_library("camera_host_vdi_impl_1.0_static") {
|
||||
external_deps += [
|
||||
"drivers_interface_camera:libcamera_stub_1.0",
|
||||
"drivers_interface_camera:metadata",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hitrace:hitrace_meter",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ if (!defined(ohos_lite)) {
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
if (use_hitrace) {
|
||||
external_deps += [ "hitrace_native:libhitrace" ]
|
||||
external_deps += [ "hitrace:libhitrace" ]
|
||||
}
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
|
||||
Reference in New Issue
Block a user