diff --git a/frameworks/taihe/system_sound_manager/BUILD.gn b/frameworks/taihe/system_sound_manager/BUILD.gn index 063ae6309075e4fb3869d605758e22b934d78723..50b09d4b83fb0564304f9b49e00d950ecaff463f 100644 --- a/frameworks/taihe/system_sound_manager/BUILD.gn +++ b/frameworks/taihe/system_sound_manager/BUILD.gn @@ -26,8 +26,22 @@ copy_taihe_idl("copy_system_sound_manager_taihe") { sources = [ "//foundation/multimedia/player_framework/frameworks/taihe/idl/ohos.multimedia.systemSoundManager.taihe", "//foundation/multimedia/player_framework/frameworks/taihe/idl/ohos.multimedia.systemSoundManager.context.taihe", + ] + deps = [ + ":copy_system_tone_player_taihe", + ":copy_ringtone_player_taihe", + ] +} + +copy_taihe_idl("copy_system_tone_player_taihe") { + sources = [ "//foundation/multimedia/player_framework/frameworks/taihe/idl/systemTonePlayer.taihe", - "//foundation/multimedia/player_framework/frameworks/taihe/idl/ringtonePlayer.taihe" + ] +} + +copy_taihe_idl("copy_ringtone_player_taihe") { + sources = [ + "//foundation/multimedia/player_framework/frameworks/taihe/idl/ringtonePlayer.taihe", ] }