diff --git a/hdf_interfaces/distributed_audio/bundle.json b/hdf_interfaces/distributed_audio/bundle.json index 3d0799d4ac02bddc2606220a99d6be900cce8728..a339e95ed5cde8f60b3229a1c038611708b26026 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 c01de7d019ab5debef4b97a9981fc29d1101fc79..37f64fc0e8dc973e2f275cfe6fa4acbe58d18229 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" ] },