From 5fb54f7e77371057681fa9417f16cf9c74a5bb42 Mon Sep 17 00:00:00 2001 From: hwwuhaobo Date: Thu, 27 Apr 2023 14:07:43 +0800 Subject: [PATCH] modify build error Signed-off-by: hwwuhaobo --- hdf_service/distributed_audio/BUILD.gn | 2 +- .../hdi_service/common/include/daudio_events.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hdf_service/distributed_audio/BUILD.gn b/hdf_service/distributed_audio/BUILD.gn index 57ff132d..3e332e5e 100644 --- a/hdf_service/distributed_audio/BUILD.gn +++ b/hdf_service/distributed_audio/BUILD.gn @@ -18,7 +18,7 @@ if (defined(ohos_lite)) { } else { group("distributed_audio_entry") { deps = [ - "./../../audio/v1_0:daudio_idl_target", + "./../../hdf_interfaces/distributed_audio/audio/v1_0:daudio_idl_target", "./../../hdf_interfaces/distributed_audio/audioext/v1_0:daudioext_idl_target", "./hdi_service/audio/v1_0:hdf_daudio_primary_service", "./hdi_service/audio_ext/v1_0:hdf_daudio_ext_service", diff --git a/hdf_service/distributed_audio/hdi_service/common/include/daudio_events.h b/hdf_service/distributed_audio/hdi_service/common/include/daudio_events.h index 5c9dd473..b8ef0121 100644 --- a/hdf_service/distributed_audio/hdi_service/common/include/daudio_events.h +++ b/hdf_service/distributed_audio/hdi_service/common/include/daudio_events.h @@ -59,6 +59,10 @@ typedef enum AudioExtParamEvent { HDF_AUDIO_EVENT_RENDER_STATE_CHANGE = 11, HDF_AUDIO_EVNET_MUTE_SET = 12, HDF_AUDIO_EVENT_CHANGE_PLAY_STATUS = 13, + HDF_AUDIO_EVENT_MMAP_START = 14, + HDF_AUDIO_EVENT_MMAP_STOP = 15, + HDF_AUDIO_EVENT_MMAP_START_MIC = 16, + HDF_AUDIO_EVENT_MMAP_STOP_MIC = 17, HDF_AUDIO_EVENT_START = 18, HDF_AUDIO_EVENT_STOP = 19, } EXT_PARAM_EVENT; -- Gitee