blob: cae91c1f432dd75f274fbc02ac02d5ad19be0daf [file] [log] [blame]
Kevin Rocard87ac0812018-02-01 14:47:23 -08001// This file is autogenerated by hidl-gen -Landroidbp.
2
Bob Badourb224b362021-02-12 20:13:01 -08003package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00004 default_team: "trendy_team_android_media_audio_framework",
Bob Badourb224b362021-02-12 20:13:01 -08005 // See: http://go/android-license-faq
6 // A large-scale-change added 'default_applicable_licenses' to import
7 // all of the 'license_kinds' from "hardware_interfaces_license"
8 // to get the below license kinds:
9 // SPDX-license-identifier-Apache-2.0
10 default_applicable_licenses: ["hardware_interfaces_license"],
11}
12
Kevin Rocard87ac0812018-02-01 14:47:23 -080013hidl_interface {
14 name: "android.hardware.audio.effect@4.0",
15 root: "android.hardware",
Victor Khimenko7cac9422020-07-08 23:17:33 +020016 // TODO(b/153609531): remove when no longer needed.
17 native_bridge_supported: true,
Kevin Rocard87ac0812018-02-01 14:47:23 -080018 srcs: [
19 "types.hal",
20 "IAcousticEchoCancelerEffect.hal",
21 "IAutomaticGainControlEffect.hal",
22 "IBassBoostEffect.hal",
23 "IDownmixEffect.hal",
24 "IEffect.hal",
25 "IEffectBufferProviderCallback.hal",
26 "IEffectsFactory.hal",
27 "IEnvironmentalReverbEffect.hal",
28 "IEqualizerEffect.hal",
29 "ILoudnessEnhancerEffect.hal",
30 "INoiseSuppressionEffect.hal",
31 "IPresetReverbEffect.hal",
32 "IVirtualizerEffect.hal",
33 "IVisualizerEffect.hal",
34 ],
35 interfaces: [
36 "android.hardware.audio.common@4.0",
37 "android.hidl.base@1.0",
38 ],
Kevin Rocard87ac0812018-02-01 14:47:23 -080039 gen_java: false,
40 gen_java_constants: true,
41}