From ba3f5e616042658b7c10132b09f6e8d92a01dccd Mon Sep 17 00:00:00 2001 From: chen0088 Date: Thu, 10 Apr 2025 16:39:21 +0800 Subject: [PATCH] modify display deps Signed-off-by: chen0088 --- bundle.json | 1 - services/cameraservice/cameraoperator/client/BUILD.gn | 3 +-- .../cameraservice/cameraoperator/client/test/sample/BUILD.gn | 3 +-- .../client/test/unittest/common/cameraoperator/BUILD.gn | 1 - services/cameraservice/cameraoperator/handler/BUILD.gn | 3 +-- .../handler/test/unittest/common/dcamerahandler/BUILD.gn | 1 - services/cameraservice/sinkservice/BUILD.gn | 3 +-- .../test/unittest/common/distributedcamera/BUILD.gn | 1 - .../test/unittest/common/distributedcameramgr/BUILD.gn | 1 - 9 files changed, 4 insertions(+), 13 deletions(-) diff --git a/bundle.json b/bundle.json index 83a06fe5..f594c867 100644 --- a/bundle.json +++ b/bundle.json @@ -40,7 +40,6 @@ "hdf_core", "drivers_interface_display", "drivers_interface_distributed_camera", - "drivers_peripheral_display", "c_utils", "cJSON", "dsoftbus", diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index c13e0615..3c3a5bf6 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -80,7 +80,6 @@ ohos_shared_library("distributed_camera_client") { "drivers_interface_camera:libmap_data_sequenceable_1.0", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "graphic_surface:surface", "hdf_core:libhdf_utils", "hilog:libhilog", diff --git a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn index 75e9f613..069aee45 100644 --- a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022 - 2024 Huawei Device Co., Ltd. +# Copyright (c) 2022 - 2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -67,7 +67,6 @@ ohos_executable("dcamera_client_demo") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "graphic_surface:surface", "hilog:libhilog", "ipc:ipc_core", diff --git a/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn b/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn index 2b7c452a..835d6bf7 100644 --- a/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn @@ -66,7 +66,6 @@ ohos_unittest("DCameraClientTest") { "drivers_interface_camera:libmap_data_sequenceable_1.0", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "eventhandler:libeventhandler", "graphic_surface:surface", "hilog:libhilog", diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index 9afe4d37..cdcac506 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -62,7 +62,6 @@ ohos_shared_library("distributed_camera_handler") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "graphic_surface:surface", "hdf_core:libhdf_utils", "hilog:libhilog", diff --git a/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn b/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn index 5372ab2f..3f3c6627 100644 --- a/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn @@ -51,7 +51,6 @@ ohos_unittest("DCameraHandlerTest") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "eventhandler:libeventhandler", "graphic_surface:surface", "hilog:libhilog", diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index 80bb9c4a..fd93d2d8 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -117,7 +117,6 @@ ohos_shared_library("distributed_camera_sink") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "dsoftbus:softbus_client", "eventhandler:libeventhandler", "ffrt:libffrt", diff --git a/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn b/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn index e05f6326..ef828170 100644 --- a/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn +++ b/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn @@ -72,7 +72,6 @@ ohos_unittest("DistributedCameraSinkServiceTest") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", diff --git a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn index 76b417e8..85302998 100644 --- a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn +++ b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn @@ -88,7 +88,6 @@ ohos_unittest("DCameraSinkMgrTest") { "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", - "drivers_peripheral_display:hdi_gralloc_client", "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", -- Gitee