适配新surface部件

Signed-off-by: 刘瓒 <liuzan9@huawei.com>
Change-Id: I7b37f183e2db4b8b3056465df38f80d4df3e1c31
This commit is contained in:
刘瓒
2023-12-08 15:35:06 +08:00
parent 8032427998
commit 2d931ec835
12 changed files with 14 additions and 14 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",
@@ -256,7 +256,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",
@@ -140,7 +140,7 @@ ohos_shared_library("camera_pipeline_core") {
# hcs parser
"$hdf_uhdf_path/utils:libhdf_utils",
"//foundation/graphic/graphic_2d:libsurface",
"//foundation/graphic/graphic_surface:surface",
]
if (is_standard_system) {
@@ -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",
+2 -2
View File
@@ -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",