Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.audio.effect@2.0_genc++", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 5 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IAcousticEchoCancelerEffect.hal", |
| 10 | "IAutomaticGainControlEffect.hal", |
| 11 | "IBassBoostEffect.hal", |
| 12 | "IDownmixEffect.hal", |
| 13 | "IEffect.hal", |
| 14 | "IEffectBufferProviderCallback.hal", |
| 15 | "IEffectsFactory.hal", |
| 16 | "IEnvironmentalReverbEffect.hal", |
| 17 | "IEqualizerEffect.hal", |
| 18 | "ILoudnessEnhancerEffect.hal", |
| 19 | "INoiseSuppressionEffect.hal", |
| 20 | "IPresetReverbEffect.hal", |
| 21 | "IVirtualizerEffect.hal", |
| 22 | "IVisualizerEffect.hal", |
| 23 | ], |
| 24 | out: [ |
| 25 | "android/hardware/audio/effect/2.0/types.cpp", |
| 26 | "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffectAll.cpp", |
| 27 | "android/hardware/audio/effect/2.0/AutomaticGainControlEffectAll.cpp", |
| 28 | "android/hardware/audio/effect/2.0/BassBoostEffectAll.cpp", |
| 29 | "android/hardware/audio/effect/2.0/DownmixEffectAll.cpp", |
| 30 | "android/hardware/audio/effect/2.0/EffectAll.cpp", |
| 31 | "android/hardware/audio/effect/2.0/EffectBufferProviderCallbackAll.cpp", |
| 32 | "android/hardware/audio/effect/2.0/EffectsFactoryAll.cpp", |
| 33 | "android/hardware/audio/effect/2.0/EnvironmentalReverbEffectAll.cpp", |
| 34 | "android/hardware/audio/effect/2.0/EqualizerEffectAll.cpp", |
| 35 | "android/hardware/audio/effect/2.0/LoudnessEnhancerEffectAll.cpp", |
| 36 | "android/hardware/audio/effect/2.0/NoiseSuppressionEffectAll.cpp", |
| 37 | "android/hardware/audio/effect/2.0/PresetReverbEffectAll.cpp", |
| 38 | "android/hardware/audio/effect/2.0/VirtualizerEffectAll.cpp", |
| 39 | "android/hardware/audio/effect/2.0/VisualizerEffectAll.cpp", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | genrule { |
| 44 | name: "android.hardware.audio.effect@2.0_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 45 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 46 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 47 | srcs: [ |
| 48 | "types.hal", |
| 49 | "IAcousticEchoCancelerEffect.hal", |
| 50 | "IAutomaticGainControlEffect.hal", |
| 51 | "IBassBoostEffect.hal", |
| 52 | "IDownmixEffect.hal", |
| 53 | "IEffect.hal", |
| 54 | "IEffectBufferProviderCallback.hal", |
| 55 | "IEffectsFactory.hal", |
| 56 | "IEnvironmentalReverbEffect.hal", |
| 57 | "IEqualizerEffect.hal", |
| 58 | "ILoudnessEnhancerEffect.hal", |
| 59 | "INoiseSuppressionEffect.hal", |
| 60 | "IPresetReverbEffect.hal", |
| 61 | "IVirtualizerEffect.hal", |
| 62 | "IVisualizerEffect.hal", |
| 63 | ], |
| 64 | out: [ |
| 65 | "android/hardware/audio/effect/2.0/types.h", |
| 66 | "android/hardware/audio/effect/2.0/IAcousticEchoCancelerEffect.h", |
| 67 | "android/hardware/audio/effect/2.0/IHwAcousticEchoCancelerEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 68 | "android/hardware/audio/effect/2.0/BnHwAcousticEchoCancelerEffect.h", |
| 69 | "android/hardware/audio/effect/2.0/BpHwAcousticEchoCancelerEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 70 | "android/hardware/audio/effect/2.0/BsAcousticEchoCancelerEffect.h", |
| 71 | "android/hardware/audio/effect/2.0/IAutomaticGainControlEffect.h", |
| 72 | "android/hardware/audio/effect/2.0/IHwAutomaticGainControlEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 73 | "android/hardware/audio/effect/2.0/BnHwAutomaticGainControlEffect.h", |
| 74 | "android/hardware/audio/effect/2.0/BpHwAutomaticGainControlEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 75 | "android/hardware/audio/effect/2.0/BsAutomaticGainControlEffect.h", |
| 76 | "android/hardware/audio/effect/2.0/IBassBoostEffect.h", |
| 77 | "android/hardware/audio/effect/2.0/IHwBassBoostEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 78 | "android/hardware/audio/effect/2.0/BnHwBassBoostEffect.h", |
| 79 | "android/hardware/audio/effect/2.0/BpHwBassBoostEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 80 | "android/hardware/audio/effect/2.0/BsBassBoostEffect.h", |
| 81 | "android/hardware/audio/effect/2.0/IDownmixEffect.h", |
| 82 | "android/hardware/audio/effect/2.0/IHwDownmixEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 83 | "android/hardware/audio/effect/2.0/BnHwDownmixEffect.h", |
| 84 | "android/hardware/audio/effect/2.0/BpHwDownmixEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 85 | "android/hardware/audio/effect/2.0/BsDownmixEffect.h", |
| 86 | "android/hardware/audio/effect/2.0/IEffect.h", |
| 87 | "android/hardware/audio/effect/2.0/IHwEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 88 | "android/hardware/audio/effect/2.0/BnHwEffect.h", |
| 89 | "android/hardware/audio/effect/2.0/BpHwEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 90 | "android/hardware/audio/effect/2.0/BsEffect.h", |
| 91 | "android/hardware/audio/effect/2.0/IEffectBufferProviderCallback.h", |
| 92 | "android/hardware/audio/effect/2.0/IHwEffectBufferProviderCallback.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 93 | "android/hardware/audio/effect/2.0/BnHwEffectBufferProviderCallback.h", |
| 94 | "android/hardware/audio/effect/2.0/BpHwEffectBufferProviderCallback.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 95 | "android/hardware/audio/effect/2.0/BsEffectBufferProviderCallback.h", |
| 96 | "android/hardware/audio/effect/2.0/IEffectsFactory.h", |
| 97 | "android/hardware/audio/effect/2.0/IHwEffectsFactory.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 98 | "android/hardware/audio/effect/2.0/BnHwEffectsFactory.h", |
| 99 | "android/hardware/audio/effect/2.0/BpHwEffectsFactory.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 100 | "android/hardware/audio/effect/2.0/BsEffectsFactory.h", |
| 101 | "android/hardware/audio/effect/2.0/IEnvironmentalReverbEffect.h", |
| 102 | "android/hardware/audio/effect/2.0/IHwEnvironmentalReverbEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 103 | "android/hardware/audio/effect/2.0/BnHwEnvironmentalReverbEffect.h", |
| 104 | "android/hardware/audio/effect/2.0/BpHwEnvironmentalReverbEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 105 | "android/hardware/audio/effect/2.0/BsEnvironmentalReverbEffect.h", |
| 106 | "android/hardware/audio/effect/2.0/IEqualizerEffect.h", |
| 107 | "android/hardware/audio/effect/2.0/IHwEqualizerEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 108 | "android/hardware/audio/effect/2.0/BnHwEqualizerEffect.h", |
| 109 | "android/hardware/audio/effect/2.0/BpHwEqualizerEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 110 | "android/hardware/audio/effect/2.0/BsEqualizerEffect.h", |
| 111 | "android/hardware/audio/effect/2.0/ILoudnessEnhancerEffect.h", |
| 112 | "android/hardware/audio/effect/2.0/IHwLoudnessEnhancerEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 113 | "android/hardware/audio/effect/2.0/BnHwLoudnessEnhancerEffect.h", |
| 114 | "android/hardware/audio/effect/2.0/BpHwLoudnessEnhancerEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 115 | "android/hardware/audio/effect/2.0/BsLoudnessEnhancerEffect.h", |
| 116 | "android/hardware/audio/effect/2.0/INoiseSuppressionEffect.h", |
| 117 | "android/hardware/audio/effect/2.0/IHwNoiseSuppressionEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 118 | "android/hardware/audio/effect/2.0/BnHwNoiseSuppressionEffect.h", |
| 119 | "android/hardware/audio/effect/2.0/BpHwNoiseSuppressionEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 120 | "android/hardware/audio/effect/2.0/BsNoiseSuppressionEffect.h", |
| 121 | "android/hardware/audio/effect/2.0/IPresetReverbEffect.h", |
| 122 | "android/hardware/audio/effect/2.0/IHwPresetReverbEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 123 | "android/hardware/audio/effect/2.0/BnHwPresetReverbEffect.h", |
| 124 | "android/hardware/audio/effect/2.0/BpHwPresetReverbEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 125 | "android/hardware/audio/effect/2.0/BsPresetReverbEffect.h", |
| 126 | "android/hardware/audio/effect/2.0/IVirtualizerEffect.h", |
| 127 | "android/hardware/audio/effect/2.0/IHwVirtualizerEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 128 | "android/hardware/audio/effect/2.0/BnHwVirtualizerEffect.h", |
| 129 | "android/hardware/audio/effect/2.0/BpHwVirtualizerEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 130 | "android/hardware/audio/effect/2.0/BsVirtualizerEffect.h", |
| 131 | "android/hardware/audio/effect/2.0/IVisualizerEffect.h", |
| 132 | "android/hardware/audio/effect/2.0/IHwVisualizerEffect.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 133 | "android/hardware/audio/effect/2.0/BnHwVisualizerEffect.h", |
| 134 | "android/hardware/audio/effect/2.0/BpHwVisualizerEffect.h", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 135 | "android/hardware/audio/effect/2.0/BsVisualizerEffect.h", |
| 136 | ], |
| 137 | } |
| 138 | |
| 139 | cc_library_shared { |
| 140 | name: "android.hardware.audio.effect@2.0", |
| 141 | generated_sources: ["android.hardware.audio.effect@2.0_genc++"], |
| 142 | generated_headers: ["android.hardware.audio.effect@2.0_genc++_headers"], |
| 143 | export_generated_headers: ["android.hardware.audio.effect@2.0_genc++_headers"], |
| 144 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 145 | "libhidlbase", |
| 146 | "libhidltransport", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 147 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 148 | "liblog", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 149 | "libutils", |
| 150 | "libcutils", |
| 151 | "android.hardware.audio.common@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 152 | "android.hidl.base@1.0", |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 153 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 154 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 155 | "libhidlbase", |
| 156 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 157 | "libhwbinder", |
| 158 | "libutils", |
Yifan Hong | c2f2779 | 2016-11-07 15:38:41 -0800 | [diff] [blame] | 159 | "android.hardware.audio.common@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 160 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 161 | ], |
Mikhail Naganov | 40be06c | 2016-09-27 17:01:34 -0700 | [diff] [blame] | 162 | } |
Zhuoyao Zhang | e9b43bb | 2017-02-02 16:55:00 -0800 | [diff] [blame] | 163 | |
| 164 | genrule { |
| 165 | name: "android.hardware.audio.effect.vts.driver@2.0_genc++", |
| 166 | tools: ["hidl-gen", "vtsc"], |
| 167 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/audio/effect/2.0/ $(genDir)/android/hardware/audio/effect/2.0/", |
| 168 | srcs: [ |
| 169 | "types.hal", |
| 170 | "IAcousticEchoCancelerEffect.hal", |
| 171 | "IAutomaticGainControlEffect.hal", |
| 172 | "IBassBoostEffect.hal", |
| 173 | "IDownmixEffect.hal", |
| 174 | "IEffect.hal", |
| 175 | "IEffectBufferProviderCallback.hal", |
| 176 | "IEffectsFactory.hal", |
| 177 | "IEnvironmentalReverbEffect.hal", |
| 178 | "IEqualizerEffect.hal", |
| 179 | "ILoudnessEnhancerEffect.hal", |
| 180 | "INoiseSuppressionEffect.hal", |
| 181 | "IPresetReverbEffect.hal", |
| 182 | "IVirtualizerEffect.hal", |
| 183 | "IVisualizerEffect.hal", |
| 184 | ], |
| 185 | out: [ |
| 186 | "android/hardware/audio/effect/2.0/types.vts.cpp", |
| 187 | "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffect.vts.cpp", |
| 188 | "android/hardware/audio/effect/2.0/AutomaticGainControlEffect.vts.cpp", |
| 189 | "android/hardware/audio/effect/2.0/BassBoostEffect.vts.cpp", |
| 190 | "android/hardware/audio/effect/2.0/DownmixEffect.vts.cpp", |
| 191 | "android/hardware/audio/effect/2.0/Effect.vts.cpp", |
| 192 | "android/hardware/audio/effect/2.0/EffectBufferProviderCallback.vts.cpp", |
| 193 | "android/hardware/audio/effect/2.0/EffectsFactory.vts.cpp", |
| 194 | "android/hardware/audio/effect/2.0/EnvironmentalReverbEffect.vts.cpp", |
| 195 | "android/hardware/audio/effect/2.0/EqualizerEffect.vts.cpp", |
| 196 | "android/hardware/audio/effect/2.0/LoudnessEnhancerEffect.vts.cpp", |
| 197 | "android/hardware/audio/effect/2.0/NoiseSuppressionEffect.vts.cpp", |
| 198 | "android/hardware/audio/effect/2.0/PresetReverbEffect.vts.cpp", |
| 199 | "android/hardware/audio/effect/2.0/VirtualizerEffect.vts.cpp", |
| 200 | "android/hardware/audio/effect/2.0/VisualizerEffect.vts.cpp", |
| 201 | ], |
| 202 | } |
| 203 | |
| 204 | genrule { |
| 205 | name: "android.hardware.audio.effect.vts.driver@2.0_genc++_headers", |
| 206 | tools: ["hidl-gen", "vtsc"], |
| 207 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/audio/effect/2.0/ $(genDir)/android/hardware/audio/effect/2.0/", |
| 208 | srcs: [ |
| 209 | "types.hal", |
| 210 | "IAcousticEchoCancelerEffect.hal", |
| 211 | "IAutomaticGainControlEffect.hal", |
| 212 | "IBassBoostEffect.hal", |
| 213 | "IDownmixEffect.hal", |
| 214 | "IEffect.hal", |
| 215 | "IEffectBufferProviderCallback.hal", |
| 216 | "IEffectsFactory.hal", |
| 217 | "IEnvironmentalReverbEffect.hal", |
| 218 | "IEqualizerEffect.hal", |
| 219 | "ILoudnessEnhancerEffect.hal", |
| 220 | "INoiseSuppressionEffect.hal", |
| 221 | "IPresetReverbEffect.hal", |
| 222 | "IVirtualizerEffect.hal", |
| 223 | "IVisualizerEffect.hal", |
| 224 | ], |
| 225 | out: [ |
| 226 | "android/hardware/audio/effect/2.0/types.vts.h", |
| 227 | "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffect.vts.h", |
| 228 | "android/hardware/audio/effect/2.0/AutomaticGainControlEffect.vts.h", |
| 229 | "android/hardware/audio/effect/2.0/BassBoostEffect.vts.h", |
| 230 | "android/hardware/audio/effect/2.0/DownmixEffect.vts.h", |
| 231 | "android/hardware/audio/effect/2.0/Effect.vts.h", |
| 232 | "android/hardware/audio/effect/2.0/EffectBufferProviderCallback.vts.h", |
| 233 | "android/hardware/audio/effect/2.0/EffectsFactory.vts.h", |
| 234 | "android/hardware/audio/effect/2.0/EnvironmentalReverbEffect.vts.h", |
| 235 | "android/hardware/audio/effect/2.0/EqualizerEffect.vts.h", |
| 236 | "android/hardware/audio/effect/2.0/LoudnessEnhancerEffect.vts.h", |
| 237 | "android/hardware/audio/effect/2.0/NoiseSuppressionEffect.vts.h", |
| 238 | "android/hardware/audio/effect/2.0/PresetReverbEffect.vts.h", |
| 239 | "android/hardware/audio/effect/2.0/VirtualizerEffect.vts.h", |
| 240 | "android/hardware/audio/effect/2.0/VisualizerEffect.vts.h", |
| 241 | ], |
| 242 | } |
| 243 | |
| 244 | cc_library_shared { |
| 245 | name: "android.hardware.audio.effect.vts.driver@2.0", |
| 246 | generated_sources: ["android.hardware.audio.effect.vts.driver@2.0_genc++"], |
| 247 | generated_headers: ["android.hardware.audio.effect.vts.driver@2.0_genc++_headers"], |
| 248 | export_generated_headers: ["android.hardware.audio.effect.vts.driver@2.0_genc++_headers"], |
| 249 | shared_libs: [ |
| 250 | "libhidlbase", |
| 251 | "libhidltransport", |
| 252 | "libhwbinder", |
| 253 | "liblog", |
| 254 | "libutils", |
| 255 | "libcutils", |
| 256 | "libvts_common", |
| 257 | "libvts_datatype", |
| 258 | "libvts_measurement", |
| 259 | "libvts_multidevice_proto", |
| 260 | "libcamera_metadata", |
| 261 | "libprotobuf-cpp-full", |
| 262 | "android.hardware.audio.common@2.0", |
| 263 | "android.hidl.base@1.0", |
| 264 | "android.hardware.audio.effect@2.0", |
| 265 | ], |
| 266 | export_shared_lib_headers: [ |
| 267 | "libhidlbase", |
| 268 | "libhidltransport", |
| 269 | "libhwbinder", |
| 270 | "libutils", |
| 271 | "android.hardware.audio.common@2.0", |
| 272 | "android.hidl.base@1.0", |
| 273 | ], |
| 274 | } |
| 275 | |
| 276 | genrule { |
| 277 | name: "android.hardware.audio.effect@2.0-vts.profiler_genc++", |
| 278 | tools: ["hidl-gen", "vtsc"], |
| 279 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/audio/effect/2.0/ $(genDir)/android/hardware/audio/effect/2.0/", |
| 280 | srcs: [ |
| 281 | "types.hal", |
| 282 | "IAcousticEchoCancelerEffect.hal", |
| 283 | "IAutomaticGainControlEffect.hal", |
| 284 | "IBassBoostEffect.hal", |
| 285 | "IDownmixEffect.hal", |
| 286 | "IEffect.hal", |
| 287 | "IEffectBufferProviderCallback.hal", |
| 288 | "IEffectsFactory.hal", |
| 289 | "IEnvironmentalReverbEffect.hal", |
| 290 | "IEqualizerEffect.hal", |
| 291 | "ILoudnessEnhancerEffect.hal", |
| 292 | "INoiseSuppressionEffect.hal", |
| 293 | "IPresetReverbEffect.hal", |
| 294 | "IVirtualizerEffect.hal", |
| 295 | "IVisualizerEffect.hal", |
| 296 | ], |
| 297 | out: [ |
| 298 | "android/hardware/audio/effect/2.0/types.vts.cpp", |
| 299 | "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffect.vts.cpp", |
| 300 | "android/hardware/audio/effect/2.0/AutomaticGainControlEffect.vts.cpp", |
| 301 | "android/hardware/audio/effect/2.0/BassBoostEffect.vts.cpp", |
| 302 | "android/hardware/audio/effect/2.0/DownmixEffect.vts.cpp", |
| 303 | "android/hardware/audio/effect/2.0/Effect.vts.cpp", |
| 304 | "android/hardware/audio/effect/2.0/EffectBufferProviderCallback.vts.cpp", |
| 305 | "android/hardware/audio/effect/2.0/EffectsFactory.vts.cpp", |
| 306 | "android/hardware/audio/effect/2.0/EnvironmentalReverbEffect.vts.cpp", |
| 307 | "android/hardware/audio/effect/2.0/EqualizerEffect.vts.cpp", |
| 308 | "android/hardware/audio/effect/2.0/LoudnessEnhancerEffect.vts.cpp", |
| 309 | "android/hardware/audio/effect/2.0/NoiseSuppressionEffect.vts.cpp", |
| 310 | "android/hardware/audio/effect/2.0/PresetReverbEffect.vts.cpp", |
| 311 | "android/hardware/audio/effect/2.0/VirtualizerEffect.vts.cpp", |
| 312 | "android/hardware/audio/effect/2.0/VisualizerEffect.vts.cpp", |
| 313 | ], |
| 314 | } |
| 315 | |
| 316 | genrule { |
| 317 | name: "android.hardware.audio.effect@2.0-vts.profiler_genc++_headers", |
| 318 | tools: ["hidl-gen", "vtsc"], |
| 319 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/audio/effect/2.0/ $(genDir)/android/hardware/audio/effect/2.0/", |
| 320 | srcs: [ |
| 321 | "types.hal", |
| 322 | "IAcousticEchoCancelerEffect.hal", |
| 323 | "IAutomaticGainControlEffect.hal", |
| 324 | "IBassBoostEffect.hal", |
| 325 | "IDownmixEffect.hal", |
| 326 | "IEffect.hal", |
| 327 | "IEffectBufferProviderCallback.hal", |
| 328 | "IEffectsFactory.hal", |
| 329 | "IEnvironmentalReverbEffect.hal", |
| 330 | "IEqualizerEffect.hal", |
| 331 | "ILoudnessEnhancerEffect.hal", |
| 332 | "INoiseSuppressionEffect.hal", |
| 333 | "IPresetReverbEffect.hal", |
| 334 | "IVirtualizerEffect.hal", |
| 335 | "IVisualizerEffect.hal", |
| 336 | ], |
| 337 | out: [ |
| 338 | "android/hardware/audio/effect/2.0/types.vts.h", |
| 339 | "android/hardware/audio/effect/2.0/AcousticEchoCancelerEffect.vts.h", |
| 340 | "android/hardware/audio/effect/2.0/AutomaticGainControlEffect.vts.h", |
| 341 | "android/hardware/audio/effect/2.0/BassBoostEffect.vts.h", |
| 342 | "android/hardware/audio/effect/2.0/DownmixEffect.vts.h", |
| 343 | "android/hardware/audio/effect/2.0/Effect.vts.h", |
| 344 | "android/hardware/audio/effect/2.0/EffectBufferProviderCallback.vts.h", |
| 345 | "android/hardware/audio/effect/2.0/EffectsFactory.vts.h", |
| 346 | "android/hardware/audio/effect/2.0/EnvironmentalReverbEffect.vts.h", |
| 347 | "android/hardware/audio/effect/2.0/EqualizerEffect.vts.h", |
| 348 | "android/hardware/audio/effect/2.0/LoudnessEnhancerEffect.vts.h", |
| 349 | "android/hardware/audio/effect/2.0/NoiseSuppressionEffect.vts.h", |
| 350 | "android/hardware/audio/effect/2.0/PresetReverbEffect.vts.h", |
| 351 | "android/hardware/audio/effect/2.0/VirtualizerEffect.vts.h", |
| 352 | "android/hardware/audio/effect/2.0/VisualizerEffect.vts.h", |
| 353 | ], |
| 354 | } |
| 355 | |
| 356 | cc_library_shared { |
| 357 | name: "android.hardware.audio.effect@2.0-vts.profiler", |
| 358 | generated_sources: ["android.hardware.audio.effect@2.0-vts.profiler_genc++"], |
| 359 | generated_headers: ["android.hardware.audio.effect@2.0-vts.profiler_genc++_headers"], |
| 360 | export_generated_headers: ["android.hardware.audio.effect@2.0-vts.profiler_genc++_headers"], |
| 361 | shared_libs: [ |
| 362 | "libbase", |
| 363 | "libhidlbase", |
| 364 | "libhidltransport", |
| 365 | "libvts_profiling", |
| 366 | "libvts_multidevice_proto", |
| 367 | "libprotobuf-cpp-full", |
| 368 | "android.hardware.audio.common@2.0", |
| 369 | "android.hidl.base@1.0", |
| 370 | "android.hardware.audio.effect@2.0", |
| 371 | ], |
| 372 | } |