适配新surface部件

Signed-off-by: 刘瓒 <liuzan9@huawei.com>
Change-Id: I1d22dbe5ec7b789c25456e67b77b0c1e4aeb3c10
This commit is contained in:
刘瓒
2023-12-08 15:45:13 +08:00
parent abbd149ded
commit b87c2884bf
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -210,7 +210,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",
@@ -260,7 +260,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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -145,7 +145,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",