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