mirror of
https://github.com/openharmony/device_board_kaihong.git
synced 2026-06-30 23:27:55 -04:00
适配新surface部件
Signed-off-by: 刘瓒 <liuzan9@huawei.com> Change-Id: I28ec735f0ddaf7b33ff77bf9151293a9cd915e95
This commit is contained in:
@@ -207,7 +207,7 @@ ohos_shared_library("camera_host_vdi_impl_1.0") {
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_host",
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
@@ -257,7 +257,7 @@ ohos_static_library("camera_host_vdi_impl_1.0_static") {
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_host",
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
|
||||
@@ -77,7 +77,7 @@ ohos_executable("ohos_camera_demo") {
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_host",
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
|
||||
@@ -51,7 +51,7 @@ ohos_unittest("camera_board_device_manager_unittest") {
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
|
||||
@@ -50,7 +50,7 @@ if (!defined(ohos_lite)) {
|
||||
|
||||
if (is_standard_system) {
|
||||
external_deps = [
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_host",
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
|
||||
@@ -151,7 +151,7 @@ ohos_shared_library("camera_pipeline_core") {
|
||||
}
|
||||
external_deps += [
|
||||
"drivers_interface_camera:metadata",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ ohos_unittest("camera_pipeline_core_test_ut") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"drivers_interface_camera:libbuffer_producer_sequenceable_1.0",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"graphic_surface:surface",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hilog:libhilog",
|
||||
"samgr:samgr_proxy",
|
||||
|
||||
Reference in New Issue
Block a user