From de772c869bc61afc899057a02060a363b2bf5510 Mon Sep 17 00:00:00 2001 From: zhangbirong Date: Mon, 15 May 2023 13:49:17 +0800 Subject: [PATCH] change graphic_standard to graphic_2d Signed-off-by: zhangbirong Change-Id: I631cd196130f9eae32e0b45da78f26327d0b0313 --- bundle.json | 2 +- services/data_process/BUILD.gn | 2 +- services/data_process/test/unittest/common/pipeline/BUILD.gn | 2 +- .../data_process/test/unittest/common/pipeline_node/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index d1e2c534..2ea98289 100644 --- a/bundle.json +++ b/bundle.json @@ -33,7 +33,7 @@ "eventhandler", "multimedia_camera_framework", "multimedia_player_framework", - "graphic_standard", + "graphic_2d", "distributed_hardware_fwk", "hdf_core", "drivers_interface_distributed_camera", diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index 60a1975e..c399609b 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -92,7 +92,7 @@ ohos_shared_library("distributed_camera_data_process") { external_deps = [ "c_utils:utils", "eventhandler:libeventhandler", - "graphic_standard:surface", + "graphic_2d:surface", "hitrace_native:hitrace_meter", "multimedia_player_framework:media_client", ] diff --git a/services/data_process/test/unittest/common/pipeline/BUILD.gn b/services/data_process/test/unittest/common/pipeline/BUILD.gn index 23e70106..1b189b68 100644 --- a/services/data_process/test/unittest/common/pipeline/BUILD.gn +++ b/services/data_process/test/unittest/common/pipeline/BUILD.gn @@ -58,7 +58,7 @@ ohos_unittest("DCameraDataProcessPipelineTest") { external_deps = [ "c_utils:utils", "eventhandler:libeventhandler", - "graphic_standard:surface", + "graphic_2d:surface", "hitrace_native:hitrace_meter", "multimedia_player_framework:media_client", ] diff --git a/services/data_process/test/unittest/common/pipeline_node/BUILD.gn b/services/data_process/test/unittest/common/pipeline_node/BUILD.gn index ba5ada6f..2e427faa 100644 --- a/services/data_process/test/unittest/common/pipeline_node/BUILD.gn +++ b/services/data_process/test/unittest/common/pipeline_node/BUILD.gn @@ -70,7 +70,7 @@ ohos_unittest("DCameraDataProcessPipelineNodeTest") { external_deps = [ "c_utils:utils", "eventhandler:libeventhandler", - "graphic_standard:surface", + "graphic_2d:surface", "hitrace_native:hitrace_meter", "multimedia_player_framework:media_client", ] -- Gitee