From d92b7449185e5bc1fc6f15b478bf08f45a2a2bd3 Mon Sep 17 00:00:00 2001 From: Bobie Date: Tue, 30 May 2023 14:17:38 +0800 Subject: [PATCH] fix deps of bundle file Signed-off-by: Bobie --- hdf_interfaces/distributed_audio/bundle.json | 6 ++---- hdf_service/distributed_audio/bundle.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hdf_interfaces/distributed_audio/bundle.json b/hdf_interfaces/distributed_audio/bundle.json index 3d0799d4..a339e95e 100644 --- a/hdf_interfaces/distributed_audio/bundle.json +++ b/hdf_interfaces/distributed_audio/bundle.json @@ -17,13 +17,11 @@ "deps": { "components": [ "ipc", - "device_driver_framwork", + "hdf_core", "hiviewdfx_hilog_native", "c_utils" ], - "third_party": [ - "bounds_checking_function" - ] + "third_party": [] }, "build": { "sub_component": [ diff --git a/hdf_service/distributed_audio/bundle.json b/hdf_service/distributed_audio/bundle.json index c01de7d0..37f64fc0 100644 --- a/hdf_service/distributed_audio/bundle.json +++ b/hdf_service/distributed_audio/bundle.json @@ -21,7 +21,7 @@ "hiviewdfx_hilog_native", "c_utils" ], - "third_part": [ + "third_party": [ "bounds_checking_function" ] }, -- Gitee