适配新surface部件

Signed-off-by: 刘瓒 <liuzan9@huawei.com>
Change-Id: I9447b2879b5d3ddc3a344b5c8d17fe5eb8389989
This commit is contained in:
刘瓒
2023-12-08 15:47:09 +08:00
parent 5d37c70cf2
commit 986254d8d0
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -206,7 +206,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",
@@ -255,7 +255,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",
@@ -154,7 +154,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",