Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.soundtrigger@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.soundtrigger@2.0", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "ISoundTriggerHw.hal", |
| 10 | "ISoundTriggerHwCallback.hal", |
| 11 | ], |
| 12 | out: [ |
| 13 | "android/hardware/soundtrigger/2.0/types.cpp", |
| 14 | "android/hardware/soundtrigger/2.0/SoundTriggerHwAll.cpp", |
| 15 | "android/hardware/soundtrigger/2.0/SoundTriggerHwCallbackAll.cpp", |
| 16 | ], |
| 17 | } |
| 18 | |
| 19 | genrule { |
| 20 | name: "android.hardware.soundtrigger@2.0_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 21 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 22 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 23 | srcs: [ |
| 24 | "types.hal", |
| 25 | "ISoundTriggerHw.hal", |
| 26 | "ISoundTriggerHwCallback.hal", |
| 27 | ], |
| 28 | out: [ |
| 29 | "android/hardware/soundtrigger/2.0/types.h", |
| 30 | "android/hardware/soundtrigger/2.0/ISoundTriggerHw.h", |
| 31 | "android/hardware/soundtrigger/2.0/IHwSoundTriggerHw.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 32 | "android/hardware/soundtrigger/2.0/BnHwSoundTriggerHw.h", |
| 33 | "android/hardware/soundtrigger/2.0/BpHwSoundTriggerHw.h", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 34 | "android/hardware/soundtrigger/2.0/BsSoundTriggerHw.h", |
| 35 | "android/hardware/soundtrigger/2.0/ISoundTriggerHwCallback.h", |
| 36 | "android/hardware/soundtrigger/2.0/IHwSoundTriggerHwCallback.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 37 | "android/hardware/soundtrigger/2.0/BnHwSoundTriggerHwCallback.h", |
| 38 | "android/hardware/soundtrigger/2.0/BpHwSoundTriggerHwCallback.h", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 39 | "android/hardware/soundtrigger/2.0/BsSoundTriggerHwCallback.h", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_library_shared { |
| 44 | name: "android.hardware.soundtrigger@2.0", |
| 45 | generated_sources: ["android.hardware.soundtrigger@2.0_genc++"], |
| 46 | generated_headers: ["android.hardware.soundtrigger@2.0_genc++_headers"], |
| 47 | export_generated_headers: ["android.hardware.soundtrigger@2.0_genc++_headers"], |
| 48 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 49 | "libhidlbase", |
| 50 | "libhidltransport", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 51 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 52 | "liblog", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 53 | "libutils", |
| 54 | "libcutils", |
| 55 | "android.hardware.audio.common@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 56 | "android.hidl.base@1.0", |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 57 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 58 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 59 | "libhidlbase", |
| 60 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 61 | "libhwbinder", |
| 62 | "libutils", |
Yifan Hong | c2f2779 | 2016-11-07 15:38:41 -0800 | [diff] [blame] | 63 | "android.hardware.audio.common@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 64 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 65 | ], |
Eric Laurent | fc496a2 | 2016-08-05 12:13:45 -0700 | [diff] [blame] | 66 | } |
Keun Soo Yim | ccf7448 | 2017-01-18 14:02:15 -0800 | [diff] [blame^] | 67 | |
| 68 | genrule { |
| 69 | name: "android.hardware.soundtrigger.vts.driver@2.0_genc++", |
| 70 | tools: ["hidl-gen", "vtsc"], |
| 71 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 72 | srcs: [ |
| 73 | "types.hal", |
| 74 | "ISoundTriggerHw.hal", |
| 75 | "ISoundTriggerHwCallback.hal", |
| 76 | ], |
| 77 | out: [ |
| 78 | "android/hardware/soundtrigger/2.0/types.vts.cpp", |
| 79 | "android/hardware/soundtrigger/2.0/SoundTriggerHw.vts.cpp", |
| 80 | "android/hardware/soundtrigger/2.0/SoundTriggerHwCallback.vts.cpp", |
| 81 | ], |
| 82 | } |
| 83 | |
| 84 | genrule { |
| 85 | name: "android.hardware.soundtrigger.vts.driver@2.0_genc++_headers", |
| 86 | tools: ["hidl-gen", "vtsc"], |
| 87 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 88 | srcs: [ |
| 89 | "types.hal", |
| 90 | "ISoundTriggerHw.hal", |
| 91 | "ISoundTriggerHwCallback.hal", |
| 92 | ], |
| 93 | out: [ |
| 94 | "android/hardware/soundtrigger/2.0/types.vts.h", |
| 95 | "android/hardware/soundtrigger/2.0/SoundTriggerHw.vts.h", |
| 96 | "android/hardware/soundtrigger/2.0/SoundTriggerHwCallback.vts.h", |
| 97 | ], |
| 98 | } |
| 99 | |
| 100 | cc_library_shared { |
| 101 | name: "android.hardware.soundtrigger.vts.driver@2.0", |
| 102 | generated_sources: ["android.hardware.soundtrigger.vts.driver@2.0_genc++"], |
| 103 | generated_headers: ["android.hardware.soundtrigger.vts.driver@2.0_genc++_headers"], |
| 104 | export_generated_headers: ["android.hardware.soundtrigger.vts.driver@2.0_genc++_headers"], |
| 105 | shared_libs: [ |
| 106 | "libhidlbase", |
| 107 | "libhidltransport", |
| 108 | "libhwbinder", |
| 109 | "liblog", |
| 110 | "libutils", |
| 111 | "libcutils", |
| 112 | "libvts_common", |
| 113 | "libvts_datatype", |
| 114 | "libvts_measurement", |
| 115 | "libvts_multidevice_proto", |
| 116 | "libcamera_metadata", |
| 117 | "libprotobuf-cpp-full", |
| 118 | "android.hardware.audio.common@2.0", |
| 119 | "android.hidl.base@1.0", |
| 120 | "android.hardware.soundtrigger@2.0", |
| 121 | ], |
| 122 | export_shared_lib_headers: [ |
| 123 | "libhidlbase", |
| 124 | "libhidltransport", |
| 125 | "libhwbinder", |
| 126 | "libutils", |
| 127 | "android.hardware.audio.common@2.0", |
| 128 | "android.hidl.base@1.0", |
| 129 | ], |
| 130 | } |
| 131 | |
| 132 | genrule { |
| 133 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler_genc++", |
| 134 | tools: ["hidl-gen", "vtsc"], |
| 135 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 136 | srcs: [ |
| 137 | "ISoundTriggerHw.hal", |
| 138 | "types.hal", |
| 139 | ], |
| 140 | out: [ |
| 141 | "android/hardware/soundtrigger/2.0/SoundTriggerHw.vts.cpp", |
| 142 | "android/hardware/soundtrigger/2.0/types.vts.cpp", |
| 143 | ], |
| 144 | } |
| 145 | |
| 146 | genrule { |
| 147 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler_genc++_headers", |
| 148 | tools: ["hidl-gen", "vtsc"], |
| 149 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 150 | srcs: [ |
| 151 | "ISoundTriggerHw.hal", |
| 152 | "types.hal", |
| 153 | ], |
| 154 | out: [ |
| 155 | "android/hardware/soundtrigger/2.0/SoundTriggerHw.vts.h", |
| 156 | "android/hardware/soundtrigger/2.0/types.vts.h", |
| 157 | ], |
| 158 | } |
| 159 | |
| 160 | cc_library_shared { |
| 161 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler", |
| 162 | generated_sources: ["android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler_genc++"], |
| 163 | generated_headers: ["android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler_genc++_headers"], |
| 164 | export_generated_headers: ["android.hardware.soundtrigger@2.0-ISoundTriggerHw-vts.profiler_genc++_headers"], |
| 165 | shared_libs: [ |
| 166 | "libbase", |
| 167 | "libhidlbase", |
| 168 | "libhidltransport", |
| 169 | "libvts_profiling", |
| 170 | "libvts_multidevice_proto", |
| 171 | "libprotobuf-cpp-full", |
| 172 | "android.hardware.audio.common@2.0", |
| 173 | "android.hidl.base@1.0", |
| 174 | "android.hardware.soundtrigger@2.0", |
| 175 | ], |
| 176 | } |
| 177 | |
| 178 | genrule { |
| 179 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler_genc++", |
| 180 | tools: ["hidl-gen", "vtsc"], |
| 181 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 182 | srcs: [ |
| 183 | "ISoundTriggerHwCallback.hal", |
| 184 | "types.hal", |
| 185 | ], |
| 186 | out: [ |
| 187 | "android/hardware/soundtrigger/2.0/SoundTriggerHwCallback.vts.cpp", |
| 188 | "android/hardware/soundtrigger/2.0/types.vts.cpp", |
| 189 | ], |
| 190 | } |
| 191 | |
| 192 | genrule { |
| 193 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler_genc++_headers", |
| 194 | tools: ["hidl-gen", "vtsc"], |
| 195 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.soundtrigger@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/soundtrigger/2.0/ $(genDir)/android/hardware/soundtrigger/2.0/", |
| 196 | srcs: [ |
| 197 | "ISoundTriggerHwCallback.hal", |
| 198 | "types.hal", |
| 199 | ], |
| 200 | out: [ |
| 201 | "android/hardware/soundtrigger/2.0/SoundTriggerHwCallback.vts.h", |
| 202 | "android/hardware/soundtrigger/2.0/types.vts.h", |
| 203 | ], |
| 204 | } |
| 205 | |
| 206 | cc_library_shared { |
| 207 | name: "android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler", |
| 208 | generated_sources: ["android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler_genc++"], |
| 209 | generated_headers: ["android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler_genc++_headers"], |
| 210 | export_generated_headers: ["android.hardware.soundtrigger@2.0-ISoundTriggerHwCallback-vts.profiler_genc++_headers"], |
| 211 | shared_libs: [ |
| 212 | "libbase", |
| 213 | "libhidlbase", |
| 214 | "libhidltransport", |
| 215 | "libvts_profiling", |
| 216 | "libvts_multidevice_proto", |
| 217 | "libprotobuf-cpp-full", |
| 218 | "android.hardware.audio.common@2.0", |
| 219 | "android.hidl.base@1.0", |
| 220 | "android.hardware.soundtrigger@2.0", |
| 221 | ], |
| 222 | } |