46 个文件变更+42-88
@@ -1,4 +1,4 @@
1-# Copyright (c) 2025 Huawei Device Co., Ltd.1+# Copyright (c) 2025-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("EncodeOnErrorFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",68 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",
70 "drivers_interface_display:libdisplay_composer_proxy_1.0",69 "drivers_interface_display:libdisplay_composer_proxy_1.0",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("EncodeOnInputBufferAvailableFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",68 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",
70 "drivers_interface_display:libdisplay_composer_proxy_1.0",69 "drivers_interface_display:libdisplay_composer_proxy_1.0",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("EncodeOnOutputBufferAvailableFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",68 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",
70 "drivers_interface_display:libdisplay_composer_proxy_1.0",69 "drivers_interface_display:libdisplay_composer_proxy_1.0",
@@ -64,7 +64,6 @@ ohos_fuzztest("EncodeOnOutputFormatChangedFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",68 "drivers_interface_display:libdisplay_composer_hdi_impl_1.3",
70 "drivers_interface_display:libdisplay_composer_proxy_1.0",69 "drivers_interface_display:libdisplay_composer_proxy_1.0",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2022-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2022-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -54,7 +54,6 @@ ohos_fuzztest("SinkHandlerInitSinkFuzzTest") {
54 ]54 ]
55 55 
56 external_deps = [56 external_deps = [
57- "c_utils:utils",
58 "distributed_hardware_fwk:distributedhardwareutils",57 "distributed_hardware_fwk:distributedhardwareutils",
59 "hilog:libhilog",58 "hilog:libhilog",
60 "ipc:ipc_core",59 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2024 Huawei Device Co., Ltd.1+# Copyright (c) 2024-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -56,7 +56,6 @@ ohos_fuzztest("SinkHandlerPauseDistributedHardwareFuzzTest") {
56 ]56 ]
57 57 
58 external_deps = [58 external_deps = [
59- "c_utils:utils",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "hilog:libhilog",60 "hilog:libhilog",
62 "ipc:ipc_core",61 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2024 Huawei Device Co., Ltd.1+# Copyright (c) 2024-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SinkHandlerRegisterPrivacyResourcesFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "distributed_hardware_fwk:distributedhardwareutils",60 "distributed_hardware_fwk:distributedhardwareutils",
62 "hilog:libhilog",61 "hilog:libhilog",
63 "ipc:ipc_core",62 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2024 Huawei Device Co., Ltd.1+# Copyright (c) 2024-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SinkHandlerReleaseSinkFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "distributed_hardware_fwk:distributedhardwareutils",58 "distributed_hardware_fwk:distributedhardwareutils",
60 "hilog:libhilog",59 "hilog:libhilog",
61 "ipc:ipc_core",60 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2024 Huawei Device Co., Ltd.1+# Copyright (c) 2024-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -56,7 +56,6 @@ ohos_fuzztest("SinkHandlerResumeDistributedHardwareFuzzTest") {
56 ]56 ]
57 57 
58 external_deps = [58 external_deps = [
59- "c_utils:utils",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "hilog:libhilog",60 "hilog:libhilog",
62 "ipc:ipc_core",61 "ipc:ipc_core",
@@ -56,7 +56,6 @@ ohos_fuzztest("SinkHandlerStopDistributedHardwareFuzzTest") {
56 ]56 ]
57 57 
58 external_deps = [58 external_deps = [
59- "c_utils:utils",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "hilog:libhilog",60 "hilog:libhilog",
62 "ipc:ipc_core",61 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2022-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2022-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -54,7 +54,6 @@ ohos_fuzztest("SinkHandlerSubscribeLocalHardwareFuzzTest") {
54 ]54 ]
55 55 
56 external_deps = [56 external_deps = [
57- "c_utils:utils",
58 "distributed_hardware_fwk:distributedhardwareutils",57 "distributed_hardware_fwk:distributedhardwareutils",
59 "hilog:libhilog",58 "hilog:libhilog",
60 "ipc:ipc_core",59 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2022-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2022-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SinkHandlerUnsubscribeLocalHardwareFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "distributed_hardware_fwk:distributedhardwareutils",58 "distributed_hardware_fwk:distributedhardwareutils",
60 "hilog:libhilog",59 "hilog:libhilog",
61 "ipc:ipc_core",60 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("SinkServicePauseDistributedHardwareFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "cJSON:cjson",66 "cJSON:cjson",
67- "c_utils:utils",
68 "device_manager:devicemanagersdk",67 "device_manager:devicemanagersdk",
69 "distributed_hardware_fwk:distributedhardwareutils",68 "distributed_hardware_fwk:distributedhardwareutils",
70 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",69 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("SinkServiceResumeDistributedHardwareFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "cJSON:cjson",66 "cJSON:cjson",
67- "c_utils:utils",
68 "device_manager:devicemanagersdk",67 "device_manager:devicemanagersdk",
69 "distributed_hardware_fwk:distributedhardwareutils",68 "distributed_hardware_fwk:distributedhardwareutils",
70 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",69 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("SinkServiceStopDistributedHardwareFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "cJSON:cjson",66 "cJSON:cjson",
67- "c_utils:utils",
68 "device_manager:devicemanagersdk",67 "device_manager:devicemanagersdk",
69 "distributed_hardware_fwk:distributedhardwareutils",68 "distributed_hardware_fwk:distributedhardwareutils",
70 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",69 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SoftbusOnSinkBytesReceivedFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "device_manager:devicemanagersdk",60 "device_manager:devicemanagersdk",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "distributed_hardware_fwk:libdhfwk_sdk",62 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSinkMessageReceivedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSinkSessionClosedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSinkSessionOpenedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SoftbusOnSinkStreamReceivedFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "device_manager:devicemanagersdk",60 "device_manager:devicemanagersdk",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "distributed_hardware_fwk:libdhfwk_sdk",62 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("DecodeOnInputBufferAvailableFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "eventhandler:libeventhandler",68 "eventhandler:libeventhandler",
70 "graphic_surface:surface",69 "graphic_surface:surface",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -64,7 +64,6 @@ ohos_fuzztest("DecodeOnOutputBufferAvailableFuzzTest") {
64 64 
65 external_deps = [65 external_deps = [
66 "av_codec:av_codec_client",66 "av_codec:av_codec_client",
67- "c_utils:utils",
68 "distributed_hardware_fwk:distributedhardwareutils",67 "distributed_hardware_fwk:distributedhardwareutils",
69 "eventhandler:libeventhandler",68 "eventhandler:libeventhandler",
70 "graphic_surface:surface",69 "graphic_surface:surface",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -59,7 +59,6 @@ ohos_fuzztest("SoftbusAdapterFuzzTest") {
59 ]59 ]
60 60 
61 external_deps = [61 external_deps = [
62- "c_utils:utils",
63 "device_manager:devicemanagersdk",62 "device_manager:devicemanagersdk",
64 "distributed_hardware_fwk:distributedhardwareutils",63 "distributed_hardware_fwk:distributedhardwareutils",
65 "distributed_hardware_fwk:libdhfwk_sdk",64 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SoftbusHandleSourceStreamExtFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "device_manager:devicemanagersdk",60 "device_manager:devicemanagersdk",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "distributed_hardware_fwk:libdhfwk_sdk",62 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SoftbusOnSourceBytesReceivedFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "device_manager:devicemanagersdk",60 "device_manager:devicemanagersdk",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "distributed_hardware_fwk:libdhfwk_sdk",62 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSourceMessageReceivedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSourceSessionClosedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -55,7 +55,6 @@ ohos_fuzztest("SoftbusOnSourceSessionOpenedFuzzTest") {
55 ]55 ]
56 56 
57 external_deps = [57 external_deps = [
58- "c_utils:utils",
59 "device_manager:devicemanagersdk",58 "device_manager:devicemanagersdk",
60 "distributed_hardware_fwk:distributedhardwareutils",59 "distributed_hardware_fwk:distributedhardwareutils",
61 "distributed_hardware_fwk:libdhfwk_sdk",60 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -57,7 +57,6 @@ ohos_fuzztest("SoftbusOnSourceStreamReceivedFuzzTest") {
57 ]57 ]
58 58 
59 external_deps = [59 external_deps = [
60- "c_utils:utils",
61 "device_manager:devicemanagersdk",60 "device_manager:devicemanagersdk",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "distributed_hardware_fwk:libdhfwk_sdk",62 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -52,7 +52,6 @@ ohos_fuzztest("SourceHandlerConfigDistributedHardwareFuzzTest") {
52 ]52 ]
53 53 
54 external_deps = [54 external_deps = [
55- "c_utils:utils",
56 "distributed_hardware_fwk:distributedhardwareutils",55 "distributed_hardware_fwk:distributedhardwareutils",
57 "hilog:libhilog",56 "hilog:libhilog",
58 "ipc:ipc_core",57 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -51,7 +51,6 @@ ohos_fuzztest("SourceHandlerInitSourceFuzzTest") {
51 ]51 ]
52 52 
53 external_deps = [53 external_deps = [
54- "c_utils:utils",
55 "distributed_hardware_fwk:distributedhardwareutils",54 "distributed_hardware_fwk:distributedhardwareutils",
56 "hilog:libhilog",55 "hilog:libhilog",
57 "ipc:ipc_core",56 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -53,7 +53,6 @@ ohos_fuzztest("SourceHandlerRegisterDistributedHardwareFuzzTest") {
53 ]53 ]
54 54 
55 external_deps = [55 external_deps = [
56- "c_utils:utils",
57 "distributed_hardware_fwk:distributedhardwareutils",56 "distributed_hardware_fwk:distributedhardwareutils",
58 "hilog:libhilog",57 "hilog:libhilog",
59 "ipc:ipc_core",58 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -53,7 +53,6 @@ ohos_fuzztest("SourceHandlerUnregisterDistributedHardwareFuzzTest") {
53 ]53 ]
54 54 
55 external_deps = [55 external_deps = [
56- "c_utils:utils",
57 "distributed_hardware_fwk:distributedhardwareutils",56 "distributed_hardware_fwk:distributedhardwareutils",
58 "hilog:libhilog",57 "hilog:libhilog",
59 "ipc:ipc_core",58 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2024 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -53,7 +53,6 @@ ohos_fuzztest("SourceOnLoadSystemAbilityFailFuzzTest") {
53 ]53 ]
54 54 
55 external_deps = [55 external_deps = [
56- "c_utils:utils",
57 "distributed_hardware_fwk:distributedhardwareutils",56 "distributed_hardware_fwk:distributedhardwareutils",
58 "hilog:libhilog",57 "hilog:libhilog",
59 "ipc:ipc_core",58 "ipc:ipc_core",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -67,7 +67,6 @@ ohos_fuzztest("SourceServiceCamDevEraseFuzzTest") {
67 67 
68 external_deps = [68 external_deps = [
69 "cJSON:cjson",69 "cJSON:cjson",
70- "c_utils:utils",
71 "distributed_hardware_fwk:distributed_av_receiver",70 "distributed_hardware_fwk:distributed_av_receiver",
72 "distributed_hardware_fwk:distributedhardwareutils",71 "distributed_hardware_fwk:distributedhardwareutils",
73 "distributed_hardware_fwk:libdhfwk_sdk",72 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -65,7 +65,6 @@ ohos_fuzztest("SourceServiceConfigDistributedHardwareFuzzTest") {
65 65 
66 external_deps = [66 external_deps = [
67 "cJSON:cjson",67 "cJSON:cjson",
68- "c_utils:utils",
69 "distributed_hardware_fwk:distributed_av_receiver",68 "distributed_hardware_fwk:distributed_av_receiver",
70 "distributed_hardware_fwk:distributedhardwareutils",69 "distributed_hardware_fwk:distributedhardwareutils",
71 "distributed_hardware_fwk:libdhfwk_sdk",70 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -66,7 +66,6 @@ ohos_fuzztest("SourceServiceDCameraNotifyFuzzTest") {
66 66 
67 external_deps = [67 external_deps = [
68 "cJSON:cjson",68 "cJSON:cjson",
69- "c_utils:utils",
70 "distributed_hardware_fwk:distributed_av_receiver",69 "distributed_hardware_fwk:distributed_av_receiver",
71 "distributed_hardware_fwk:distributedhardwareutils",70 "distributed_hardware_fwk:distributedhardwareutils",
72 "distributed_hardware_fwk:libdhfwk_sdk",71 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -65,7 +65,6 @@ ohos_fuzztest("SourceServiceDumpFuzzTest") {
65 65 
66 external_deps = [66 external_deps = [
67 "cJSON:cjson",67 "cJSON:cjson",
68- "c_utils:utils",
69 "distributed_hardware_fwk:distributed_av_receiver",68 "distributed_hardware_fwk:distributed_av_receiver",
70 "distributed_hardware_fwk:distributedhardwareutils",69 "distributed_hardware_fwk:distributedhardwareutils",
71 "distributed_hardware_fwk:libdhfwk_sdk",70 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -65,7 +65,6 @@ ohos_fuzztest("SourceServiceGetDumpInfoFuzzTest") {
65 65 
66 external_deps = [66 external_deps = [
67 "cJSON:cjson",67 "cJSON:cjson",
68- "c_utils:utils",
69 "distributed_hardware_fwk:distributed_av_receiver",68 "distributed_hardware_fwk:distributed_av_receiver",
70 "distributed_hardware_fwk:distributedhardwareutils",69 "distributed_hardware_fwk:distributedhardwareutils",
71 "distributed_hardware_fwk:libdhfwk_sdk",70 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -65,7 +65,6 @@ ohos_fuzztest("SourceServiceRegisterDistributedHardwareFuzzTest") {
65 65 
66 external_deps = [66 external_deps = [
67 "cJSON:cjson",67 "cJSON:cjson",
68- "c_utils:utils",
69 "distributed_hardware_fwk:distributed_av_receiver",68 "distributed_hardware_fwk:distributed_av_receiver",
70 "distributed_hardware_fwk:distributedhardwareutils",69 "distributed_hardware_fwk:distributedhardwareutils",
71 "distributed_hardware_fwk:libdhfwk_sdk",70 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -66,7 +66,6 @@ ohos_fuzztest("SourceServiceReleaseSourceFuzzTest") {
66 66 
67 external_deps = [67 external_deps = [
68 "cJSON:cjson",68 "cJSON:cjson",
69- "c_utils:utils",
70 "distributed_hardware_fwk:distributed_av_receiver",69 "distributed_hardware_fwk:distributed_av_receiver",
71 "distributed_hardware_fwk:distributedhardwareutils",70 "distributed_hardware_fwk:distributedhardwareutils",
72 "distributed_hardware_fwk:libdhfwk_sdk",71 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2023-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2023-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -65,7 +65,6 @@ ohos_fuzztest("SourceServiceUnregisterDistributedHardwareFuzzTest") {
65 65 
66 external_deps = [66 external_deps = [
67 "cJSON:cjson",67 "cJSON:cjson",
68- "c_utils:utils",
69 "distributed_hardware_fwk:distributed_av_receiver",68 "distributed_hardware_fwk:distributed_av_receiver",
70 "distributed_hardware_fwk:distributedhardwareutils",69 "distributed_hardware_fwk:distributedhardwareutils",
71 "distributed_hardware_fwk:libdhfwk_sdk",70 "distributed_hardware_fwk:libdhfwk_sdk",
@@ -58,7 +58,6 @@ ohos_unittest("DCameraServicesBaseTest") {
58 58 
59 external_deps = [59 external_deps = [
60 "cJSON:cjson",60 "cJSON:cjson",
61- "c_utils:utils",
62 "distributed_hardware_fwk:distributedhardwareutils",61 "distributed_hardware_fwk:distributedhardwareutils",
63 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",62 "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1",
64 "dsoftbus:softbus_client",63 "dsoftbus:softbus_client",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021 - 2025 Huawei Device Co., Ltd.1+# Copyright (c) 2021 - 2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -46,7 +46,6 @@ ohos_unittest("DCameraHandlerTest") {
46 "access_token:libnativetoken_shared",46 "access_token:libnativetoken_shared",
47 "access_token:libtokensetproc_shared",47 "access_token:libtokensetproc_shared",
48 "cJSON:cjson",48 "cJSON:cjson",
49- "c_utils:utils",
50 "camera_framework:camera_framework",49 "camera_framework:camera_framework",
51 "distributed_hardware_fwk:distributedhardwareutils",50 "distributed_hardware_fwk:distributedhardwareutils",
52 "drivers_interface_camera:metadata",51 "drivers_interface_camera:metadata",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2021-2025 Huawei Device Co., Ltd.1+# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -82,7 +82,6 @@ ohos_shared_library("distributed_camera_channel") {
82 "access_token:libnativetoken",82 "access_token:libnativetoken",
83 "access_token:libtoken_setproc",83 "access_token:libtoken_setproc",
84 "cJSON:cjson",84 "cJSON:cjson",
85- "c_utils:utils",
86 "device_manager:devicemanagersdk",85 "device_manager:devicemanagersdk",
87 "distributed_hardware_fwk:distributed_av_receiver",86 "distributed_hardware_fwk:distributed_av_receiver",
88 "distributed_hardware_fwk:distributedhardwareutils",87 "distributed_hardware_fwk:distributedhardwareutils",
@@ -1,4 +1,4 @@
1-# Copyright (c) 2025 Huawei Device Co., Ltd.1+# Copyright (c) 2025-2026 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at4# You may obtain a copy of the License at
@@ -62,7 +62,6 @@ ohos_fuzztest("AllconnectManagerFuzzTest") {
62 ]62 ]
63 63 
64 external_deps = [64 external_deps = [
65- "c_utils:utils",
66 "distributed_hardware_fwk:distributedhardwareutils",65 "distributed_hardware_fwk:distributedhardwareutils",
67 "hilog:libhilog",66 "hilog:libhilog",
68 "ipc:ipc_core",67 "ipc:ipc_core",