mirror of
https://github.com/openharmony/device_board_unionman.git
synced 2026-07-01 04:19:15 -04:00
适配新surface部件
Signed-off-by: 刘瓒 <liuzan9@huawei.com> Change-Id: I9447b2879b5d3ddc3a344b5c8d17fe5eb8389989
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user