blob: 29bc890bc7843f953e58abf1dd09c3f4cf571442 [file] [log] [blame]
Mikhail Naganov40be06c2016-09-27 17:01:34 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.audio.effect@2.0_hal",
5 srcs: [
6 "types.hal",
7 "IAcousticEchoCancelerEffect.hal",
8 "IAutomaticGainControlEffect.hal",
9 "IBassBoostEffect.hal",
10 "IDownmixEffect.hal",
11 "IEffect.hal",
12 "IEffectBufferProviderCallback.hal",
13 "IEffectsFactory.hal",
14 "IEnvironmentalReverbEffect.hal",
15 "IEqualizerEffect.hal",
16 "ILoudnessEnhancerEffect.hal",
17 "INoiseSuppressionEffect.hal",
18 "IPresetReverbEffect.hal",
19 "IVirtualizerEffect.hal",
20 "IVisualizerEffect.hal",
21 ],
22}
23
Mikhail Naganov40be06c2016-09-27 17:01:34 -070024genrule {
25 name: "android.hardware.audio.effect@2.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070026 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0",
Mikhail Naganov40be06c2016-09-27 17:01:34 -070028 srcs: [
29 "types.hal",
30 "IAcousticEchoCancelerEffect.hal",
31 "IAutomaticGainControlEffect.hal",
32 "IBassBoostEffect.hal",
33 "IDownmixEffect.hal",
34 "IEffect.hal",
35 "IEffectBufferProviderCallback.hal",
36 "IEffectsFactory.hal",
37 "IEnvironmentalReverbEffect.hal",
38 "IEqualizerEffect.hal",
39 "ILoudnessEnhancerEffect.hal",
40 "INoiseSuppressionEffect.hal",
41 "IPresetReverbEffect.hal",
42 "IVirtualizerEffect.hal",
43 "IVisualizerEffect.hal",
44 ],
45 out: [
46 "android/hardware/audio/effect/2.0/types.cpp",
47 "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffectAll.cpp",
48 "android/hardware/audio/effect/2.0/AutomaticGainControlEffectAll.cpp",
49 "android/hardware/audio/effect/2.0/BassBoostEffectAll.cpp",
50 "android/hardware/audio/effect/2.0/DownmixEffectAll.cpp",
51 "android/hardware/audio/effect/2.0/EffectAll.cpp",
52 "android/hardware/audio/effect/2.0/EffectBufferProviderCallbackAll.cpp",
53 "android/hardware/audio/effect/2.0/EffectsFactoryAll.cpp",
54 "android/hardware/audio/effect/2.0/EnvironmentalReverbEffectAll.cpp",
55 "android/hardware/audio/effect/2.0/EqualizerEffectAll.cpp",
56 "android/hardware/audio/effect/2.0/LoudnessEnhancerEffectAll.cpp",
57 "android/hardware/audio/effect/2.0/NoiseSuppressionEffectAll.cpp",
58 "android/hardware/audio/effect/2.0/PresetReverbEffectAll.cpp",
59 "android/hardware/audio/effect/2.0/VirtualizerEffectAll.cpp",
60 "android/hardware/audio/effect/2.0/VisualizerEffectAll.cpp",
61 ],
62}
63
64genrule {
65 name: "android.hardware.audio.effect@2.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070066 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080067 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0",
Mikhail Naganov40be06c2016-09-27 17:01:34 -070068 srcs: [
69 "types.hal",
70 "IAcousticEchoCancelerEffect.hal",
71 "IAutomaticGainControlEffect.hal",
72 "IBassBoostEffect.hal",
73 "IDownmixEffect.hal",
74 "IEffect.hal",
75 "IEffectBufferProviderCallback.hal",
76 "IEffectsFactory.hal",
77 "IEnvironmentalReverbEffect.hal",
78 "IEqualizerEffect.hal",
79 "ILoudnessEnhancerEffect.hal",
80 "INoiseSuppressionEffect.hal",
81 "IPresetReverbEffect.hal",
82 "IVirtualizerEffect.hal",
83 "IVisualizerEffect.hal",
84 ],
85 out: [
86 "android/hardware/audio/effect/2.0/types.h",
87 "android/hardware/audio/effect/2.0/IAcousticEchoCancelerEffect.h",
88 "android/hardware/audio/effect/2.0/IHwAcousticEchoCancelerEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -080089 "android/hardware/audio/effect/2.0/BnHwAcousticEchoCancelerEffect.h",
90 "android/hardware/audio/effect/2.0/BpHwAcousticEchoCancelerEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -070091 "android/hardware/audio/effect/2.0/BsAcousticEchoCancelerEffect.h",
92 "android/hardware/audio/effect/2.0/IAutomaticGainControlEffect.h",
93 "android/hardware/audio/effect/2.0/IHwAutomaticGainControlEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -080094 "android/hardware/audio/effect/2.0/BnHwAutomaticGainControlEffect.h",
95 "android/hardware/audio/effect/2.0/BpHwAutomaticGainControlEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -070096 "android/hardware/audio/effect/2.0/BsAutomaticGainControlEffect.h",
97 "android/hardware/audio/effect/2.0/IBassBoostEffect.h",
98 "android/hardware/audio/effect/2.0/IHwBassBoostEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -080099 "android/hardware/audio/effect/2.0/BnHwBassBoostEffect.h",
100 "android/hardware/audio/effect/2.0/BpHwBassBoostEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700101 "android/hardware/audio/effect/2.0/BsBassBoostEffect.h",
102 "android/hardware/audio/effect/2.0/IDownmixEffect.h",
103 "android/hardware/audio/effect/2.0/IHwDownmixEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800104 "android/hardware/audio/effect/2.0/BnHwDownmixEffect.h",
105 "android/hardware/audio/effect/2.0/BpHwDownmixEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700106 "android/hardware/audio/effect/2.0/BsDownmixEffect.h",
107 "android/hardware/audio/effect/2.0/IEffect.h",
108 "android/hardware/audio/effect/2.0/IHwEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800109 "android/hardware/audio/effect/2.0/BnHwEffect.h",
110 "android/hardware/audio/effect/2.0/BpHwEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700111 "android/hardware/audio/effect/2.0/BsEffect.h",
112 "android/hardware/audio/effect/2.0/IEffectBufferProviderCallback.h",
113 "android/hardware/audio/effect/2.0/IHwEffectBufferProviderCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800114 "android/hardware/audio/effect/2.0/BnHwEffectBufferProviderCallback.h",
115 "android/hardware/audio/effect/2.0/BpHwEffectBufferProviderCallback.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700116 "android/hardware/audio/effect/2.0/BsEffectBufferProviderCallback.h",
117 "android/hardware/audio/effect/2.0/IEffectsFactory.h",
118 "android/hardware/audio/effect/2.0/IHwEffectsFactory.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800119 "android/hardware/audio/effect/2.0/BnHwEffectsFactory.h",
120 "android/hardware/audio/effect/2.0/BpHwEffectsFactory.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700121 "android/hardware/audio/effect/2.0/BsEffectsFactory.h",
122 "android/hardware/audio/effect/2.0/IEnvironmentalReverbEffect.h",
123 "android/hardware/audio/effect/2.0/IHwEnvironmentalReverbEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800124 "android/hardware/audio/effect/2.0/BnHwEnvironmentalReverbEffect.h",
125 "android/hardware/audio/effect/2.0/BpHwEnvironmentalReverbEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700126 "android/hardware/audio/effect/2.0/BsEnvironmentalReverbEffect.h",
127 "android/hardware/audio/effect/2.0/IEqualizerEffect.h",
128 "android/hardware/audio/effect/2.0/IHwEqualizerEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800129 "android/hardware/audio/effect/2.0/BnHwEqualizerEffect.h",
130 "android/hardware/audio/effect/2.0/BpHwEqualizerEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700131 "android/hardware/audio/effect/2.0/BsEqualizerEffect.h",
132 "android/hardware/audio/effect/2.0/ILoudnessEnhancerEffect.h",
133 "android/hardware/audio/effect/2.0/IHwLoudnessEnhancerEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800134 "android/hardware/audio/effect/2.0/BnHwLoudnessEnhancerEffect.h",
135 "android/hardware/audio/effect/2.0/BpHwLoudnessEnhancerEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700136 "android/hardware/audio/effect/2.0/BsLoudnessEnhancerEffect.h",
137 "android/hardware/audio/effect/2.0/INoiseSuppressionEffect.h",
138 "android/hardware/audio/effect/2.0/IHwNoiseSuppressionEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800139 "android/hardware/audio/effect/2.0/BnHwNoiseSuppressionEffect.h",
140 "android/hardware/audio/effect/2.0/BpHwNoiseSuppressionEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700141 "android/hardware/audio/effect/2.0/BsNoiseSuppressionEffect.h",
142 "android/hardware/audio/effect/2.0/IPresetReverbEffect.h",
143 "android/hardware/audio/effect/2.0/IHwPresetReverbEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800144 "android/hardware/audio/effect/2.0/BnHwPresetReverbEffect.h",
145 "android/hardware/audio/effect/2.0/BpHwPresetReverbEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700146 "android/hardware/audio/effect/2.0/BsPresetReverbEffect.h",
147 "android/hardware/audio/effect/2.0/IVirtualizerEffect.h",
148 "android/hardware/audio/effect/2.0/IHwVirtualizerEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800149 "android/hardware/audio/effect/2.0/BnHwVirtualizerEffect.h",
150 "android/hardware/audio/effect/2.0/BpHwVirtualizerEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700151 "android/hardware/audio/effect/2.0/BsVirtualizerEffect.h",
152 "android/hardware/audio/effect/2.0/IVisualizerEffect.h",
153 "android/hardware/audio/effect/2.0/IHwVisualizerEffect.h",
Yifan Honga18049a2017-01-11 13:14:59 -0800154 "android/hardware/audio/effect/2.0/BnHwVisualizerEffect.h",
155 "android/hardware/audio/effect/2.0/BpHwVisualizerEffect.h",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700156 "android/hardware/audio/effect/2.0/BsVisualizerEffect.h",
157 ],
158}
159
160cc_library_shared {
161 name: "android.hardware.audio.effect@2.0",
162 generated_sources: ["android.hardware.audio.effect@2.0_genc++"],
163 generated_headers: ["android.hardware.audio.effect@2.0_genc++_headers"],
164 export_generated_headers: ["android.hardware.audio.effect@2.0_genc++_headers"],
165 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -0800166 "libhidlbase",
167 "libhidltransport",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700168 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -0800169 "liblog",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700170 "libutils",
171 "libcutils",
172 "android.hardware.audio.common@2.0",
Yifan Hong50183942016-11-28 16:09:37 -0800173 "android.hidl.base@1.0",
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700174 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -0700175 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -0800176 "libhidlbase",
177 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -0700178 "libhwbinder",
179 "libutils",
Yifan Hongc2f27792016-11-07 15:38:41 -0800180 "android.hardware.audio.common@2.0",
Yifan Hong50183942016-11-28 16:09:37 -0800181 "android.hidl.base@1.0",
Steven Moreland69727772016-10-25 15:45:19 -0700182 ],
Mikhail Naganov40be06c2016-09-27 17:01:34 -0700183}