modify redundancy dependency in camera module

Signed-off-by: jiazhenyu <jiazhenyu1@huawei.com>
This commit is contained in:
jiazhenyu
2022-09-15 21:54:48 +08:00
parent d900099aae
commit a2f7361780
7 changed files with 16 additions and 14 deletions
+5 -5
View File
@@ -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 {