Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.evs@1.0_genc++", |
| 5 | tools: ["hidl-gen"], |
| 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IEvsCamera.hal", |
| 10 | "IEvsCameraStream.hal", |
| 11 | "IEvsDisplay.hal", |
| 12 | "IEvsEnumerator.hal", |
| 13 | ], |
| 14 | out: [ |
| 15 | "android/hardware/evs/1.0/types.cpp", |
| 16 | "android/hardware/evs/1.0/EvsCameraAll.cpp", |
| 17 | "android/hardware/evs/1.0/EvsCameraStreamAll.cpp", |
| 18 | "android/hardware/evs/1.0/EvsDisplayAll.cpp", |
| 19 | "android/hardware/evs/1.0/EvsEnumeratorAll.cpp", |
| 20 | ], |
| 21 | } |
| 22 | |
| 23 | genrule { |
| 24 | name: "android.hardware.evs@1.0_genc++_headers", |
| 25 | tools: ["hidl-gen"], |
| 26 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0", |
| 27 | srcs: [ |
| 28 | "types.hal", |
| 29 | "IEvsCamera.hal", |
| 30 | "IEvsCameraStream.hal", |
| 31 | "IEvsDisplay.hal", |
| 32 | "IEvsEnumerator.hal", |
| 33 | ], |
| 34 | out: [ |
| 35 | "android/hardware/evs/1.0/types.h", |
| 36 | "android/hardware/evs/1.0/IEvsCamera.h", |
| 37 | "android/hardware/evs/1.0/IHwEvsCamera.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 38 | "android/hardware/evs/1.0/BnHwEvsCamera.h", |
| 39 | "android/hardware/evs/1.0/BpHwEvsCamera.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 40 | "android/hardware/evs/1.0/BsEvsCamera.h", |
| 41 | "android/hardware/evs/1.0/IEvsCameraStream.h", |
| 42 | "android/hardware/evs/1.0/IHwEvsCameraStream.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 43 | "android/hardware/evs/1.0/BnHwEvsCameraStream.h", |
| 44 | "android/hardware/evs/1.0/BpHwEvsCameraStream.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 45 | "android/hardware/evs/1.0/BsEvsCameraStream.h", |
| 46 | "android/hardware/evs/1.0/IEvsDisplay.h", |
| 47 | "android/hardware/evs/1.0/IHwEvsDisplay.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 48 | "android/hardware/evs/1.0/BnHwEvsDisplay.h", |
| 49 | "android/hardware/evs/1.0/BpHwEvsDisplay.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 50 | "android/hardware/evs/1.0/BsEvsDisplay.h", |
| 51 | "android/hardware/evs/1.0/IEvsEnumerator.h", |
| 52 | "android/hardware/evs/1.0/IHwEvsEnumerator.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 53 | "android/hardware/evs/1.0/BnHwEvsEnumerator.h", |
| 54 | "android/hardware/evs/1.0/BpHwEvsEnumerator.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 55 | "android/hardware/evs/1.0/BsEvsEnumerator.h", |
| 56 | ], |
| 57 | } |
| 58 | |
| 59 | cc_library_shared { |
| 60 | name: "android.hardware.evs@1.0", |
| 61 | generated_sources: ["android.hardware.evs@1.0_genc++"], |
| 62 | generated_headers: ["android.hardware.evs@1.0_genc++_headers"], |
| 63 | export_generated_headers: ["android.hardware.evs@1.0_genc++_headers"], |
| 64 | shared_libs: [ |
| 65 | "libhidlbase", |
| 66 | "libhidltransport", |
| 67 | "libhwbinder", |
| 68 | "liblog", |
| 69 | "libutils", |
| 70 | "libcutils", |
| 71 | "android.hidl.base@1.0", |
| 72 | ], |
| 73 | export_shared_lib_headers: [ |
| 74 | "libhidlbase", |
| 75 | "libhidltransport", |
| 76 | "libhwbinder", |
| 77 | "libutils", |
| 78 | "android.hidl.base@1.0", |
| 79 | ], |
| 80 | } |
Zhuoyao Zhang | e9b43bb | 2017-02-02 16:55:00 -0800 | [diff] [blame] | 81 | |
| 82 | genrule { |
| 83 | name: "android.hardware.evs.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.evs@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/evs/1.0/ $(genDir)/android/hardware/evs/1.0/", |
| 86 | srcs: [ |
| 87 | "types.hal", |
| 88 | "IEvsCamera.hal", |
| 89 | "IEvsCameraStream.hal", |
| 90 | "IEvsDisplay.hal", |
| 91 | "IEvsEnumerator.hal", |
| 92 | ], |
| 93 | out: [ |
| 94 | "android/hardware/evs/1.0/types.vts.cpp", |
| 95 | "android/hardware/evs/1.0/EvsCamera.vts.cpp", |
| 96 | "android/hardware/evs/1.0/EvsCameraStream.vts.cpp", |
| 97 | "android/hardware/evs/1.0/EvsDisplay.vts.cpp", |
| 98 | "android/hardware/evs/1.0/EvsEnumerator.vts.cpp", |
| 99 | ], |
| 100 | } |
| 101 | |
| 102 | genrule { |
| 103 | name: "android.hardware.evs.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.evs@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/evs/1.0/ $(genDir)/android/hardware/evs/1.0/", |
| 106 | srcs: [ |
| 107 | "types.hal", |
| 108 | "IEvsCamera.hal", |
| 109 | "IEvsCameraStream.hal", |
| 110 | "IEvsDisplay.hal", |
| 111 | "IEvsEnumerator.hal", |
| 112 | ], |
| 113 | out: [ |
| 114 | "android/hardware/evs/1.0/types.vts.h", |
| 115 | "android/hardware/evs/1.0/EvsCamera.vts.h", |
| 116 | "android/hardware/evs/1.0/EvsCameraStream.vts.h", |
| 117 | "android/hardware/evs/1.0/EvsDisplay.vts.h", |
| 118 | "android/hardware/evs/1.0/EvsEnumerator.vts.h", |
| 119 | ], |
| 120 | } |
| 121 | |
| 122 | cc_library_shared { |
| 123 | name: "android.hardware.evs.vts.driver@1.0", |
| 124 | generated_sources: ["android.hardware.evs.vts.driver@1.0_genc++"], |
| 125 | generated_headers: ["android.hardware.evs.vts.driver@1.0_genc++_headers"], |
| 126 | export_generated_headers: ["android.hardware.evs.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.evs@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.evs@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.evs@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/evs/1.0/ $(genDir)/android/hardware/evs/1.0/", |
| 156 | srcs: [ |
| 157 | "types.hal", |
| 158 | "IEvsCamera.hal", |
| 159 | "IEvsCameraStream.hal", |
| 160 | "IEvsDisplay.hal", |
| 161 | "IEvsEnumerator.hal", |
| 162 | ], |
| 163 | out: [ |
| 164 | "android/hardware/evs/1.0/types.vts.cpp", |
| 165 | "android/hardware/evs/1.0/EvsCamera.vts.cpp", |
| 166 | "android/hardware/evs/1.0/EvsCameraStream.vts.cpp", |
| 167 | "android/hardware/evs/1.0/EvsDisplay.vts.cpp", |
| 168 | "android/hardware/evs/1.0/EvsEnumerator.vts.cpp", |
| 169 | ], |
| 170 | } |
| 171 | |
| 172 | genrule { |
| 173 | name: "android.hardware.evs@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.evs@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/evs/1.0/ $(genDir)/android/hardware/evs/1.0/", |
| 176 | srcs: [ |
| 177 | "types.hal", |
| 178 | "IEvsCamera.hal", |
| 179 | "IEvsCameraStream.hal", |
| 180 | "IEvsDisplay.hal", |
| 181 | "IEvsEnumerator.hal", |
| 182 | ], |
| 183 | out: [ |
| 184 | "android/hardware/evs/1.0/types.vts.h", |
| 185 | "android/hardware/evs/1.0/EvsCamera.vts.h", |
| 186 | "android/hardware/evs/1.0/EvsCameraStream.vts.h", |
| 187 | "android/hardware/evs/1.0/EvsDisplay.vts.h", |
| 188 | "android/hardware/evs/1.0/EvsEnumerator.vts.h", |
| 189 | ], |
| 190 | } |
| 191 | |
| 192 | cc_library_shared { |
| 193 | name: "android.hardware.evs@1.0-vts.profiler", |
| 194 | generated_sources: ["android.hardware.evs@1.0-vts.profiler_genc++"], |
| 195 | generated_headers: ["android.hardware.evs@1.0-vts.profiler_genc++_headers"], |
| 196 | export_generated_headers: ["android.hardware.evs@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.evs@1.0", |
| 206 | ], |
| 207 | } |