mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
modify redundancy dependency in camera module
Signed-off-by: jiazhenyu <jiazhenyu1@huawei.com>
This commit is contained in:
@@ -38,6 +38,8 @@ if (defined(ohos_lite)) {
|
||||
"//base/hiviewdfx/interfaces/innerkits/libhilog/include",
|
||||
"//drivers/peripheral/display/interfaces/include",
|
||||
"//drivers/peripheral/base",
|
||||
"//drivers/hdf_core/framework/include/utils",
|
||||
"//drivers/hdf_core/adapter/uhdf2/osal/include",
|
||||
]
|
||||
|
||||
libs = []
|
||||
@@ -46,10 +48,7 @@ if (defined(ohos_lite)) {
|
||||
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
|
||||
"//foundation/graphic/surface:surface",
|
||||
]
|
||||
external_deps = [
|
||||
"drivers_peripheral_display:hdi_display",
|
||||
"hdf_core:libhdf_utils",
|
||||
]
|
||||
external_deps = [ "drivers_peripheral_display:hdi_display" ]
|
||||
|
||||
public_configs = [ ":buffer_manager_config" ]
|
||||
subsystem_name = "hdf"
|
||||
@@ -97,6 +96,8 @@ if (defined(ohos_lite)) {
|
||||
"src/buffer_adapter/standard",
|
||||
"$camera_path/include",
|
||||
"//drivers/peripheral/camera/interfaces/metadata/include",
|
||||
"//drivers/hdf_core/framework/include/utils",
|
||||
"//drivers/hdf_core/adapter/uhdf2/osal/include",
|
||||
]
|
||||
|
||||
libs = []
|
||||
@@ -112,7 +113,6 @@ if (defined(ohos_lite)) {
|
||||
"c_utils:utils",
|
||||
"drivers_peripheral_display:hdi_display_gralloc",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user