diff --git a/bundle.json b/bundle.json index 83a06fe5ae52a0383ed759cdbc613f8ded134298..f594c8677b9d62ff390a4e400f1864bc68961b6c 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 c13e0615fed1ec4cfb47b1b94244f6df4e0697be..3c3a5bf6b563d274045cee5b556949b340d23924 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 75e9f61327abd7120c1e95b6166bab899dc20aef..069aee45628aea2042ac97225671c348418e169d 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 2b7c452a0e2b86c916356bdeb151d03a866994eb..835d6bf71ddb321a2cd0407081e73eb9c51cf1f4 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 9afe4d372cf2f5c830408b537f6408f2b101350c..cdcac506162f571b18df7812315b941134d2201d 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 5372ab2f4be7c9894cb92d0f856cfe4e555e1634..3f3c662792b0bf8238fccbb873a2910d1f37912c 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 80bb9c4a0fd5cfe91b7df45a34b73f95ed36cbc6..fd93d2d8ee2e7c6efba2e5e36761c4963a6dd208 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 e05f6326b29b6b6e5de6ee053a440f12d4021761..ef8281700b1e358e222af407e39bf0c932b12428 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 76b417e87b2cf5f941d77a1b776dd797817818de..853029988917aeb38d79260bd9c8e06acbae4f01 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",