diff --git a/hispark_taurus/camera/pipeline_core/BUILD.gn b/hispark_taurus/camera/pipeline_core/BUILD.gn index 5982b4ed74ca3358a3dfe9c2a5746bf7cf3d29da..c067b35b53e383e674e050e5b2359c1cb676f03a 100644 --- a/hispark_taurus/camera/pipeline_core/BUILD.gn +++ b/hispark_taurus/camera/pipeline_core/BUILD.gn @@ -118,6 +118,7 @@ if (defined(ohos_lite)) { "$camera_path/pipeline_core/ipp/include", "$camera_path/interfaces/hdi", "$camera_path/utils/event", + "$camera_path/utils/exif", "$board_camera_path/driver_adapter/include", "$board_camera_path/device_manager/include", "$camera_path/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node", @@ -133,6 +134,7 @@ if (defined(ohos_lite)) { "//utils/native/base/include", "//foundation/graphic/surface/interfaces/kits", "//foundation/graphic/utils/interfaces/kits", + "//third_party/libexif", # hcs parser "//system/core/include/cutils", @@ -143,6 +145,7 @@ if (defined(ohos_lite)) { "$camera_path/buffer_manager:camera_buffer_manager", "$camera_path/device_manager:camera_device_manager", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", + "//drivers/peripheral/camera/hal/utils:camera_utils", "//drivers/peripheral/camera/interfaces/metadata:metadata", ] external_deps = [ "device_driver_framework:libhdf_utils" ] @@ -244,6 +247,7 @@ if (defined(ohos_lite)) { "$camera_path/pipeline_core/ipp/include", "$camera_path/interfaces/hdi", "$camera_path/utils/event", + "$camera_path/utils/exif", "$board_camera_path/driver_adapter/include", "$board_camera_path/device_manager/include", "$camera_path/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node", @@ -254,6 +258,7 @@ if (defined(ohos_lite)) { "$camera_path/adapter/platform/mpp/src/device_manager/include", "$board_camera_path/camera/config/pipeline_core", "//drivers/peripheral/camera/interfaces/metadata/include", + "//third_party/libexif", # hcs parser "//system/core/include/cutils", @@ -262,6 +267,7 @@ if (defined(ohos_lite)) { deps = [ "$camera_path/buffer_manager:camera_buffer_manager", "$camera_path/device_manager:camera_device_manager", + "//drivers/peripheral/camera/hal/utils:camera_utils", "//drivers/peripheral/camera/interfaces/metadata:metadata", ]