Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.automotive.evs@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IEvsCamera.hal", |
| 8 | "IEvsCameraStream.hal", |
| 9 | "IEvsDisplay.hal", |
| 10 | "IEvsEnumerator.hal", |
| 11 | ], |
| 12 | } |
| 13 | |
| 14 | genrule { |
| 15 | name: "android.hardware.automotive.evs@1.0_genc++", |
| 16 | tools: ["hidl-gen"], |
Steven Moreland | bc71124 | 2017-05-09 19:51:19 -0700 | [diff] [blame] | 17 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 18 | srcs: [ |
| 19 | ":android.hardware.automotive.evs@1.0_hal", |
| 20 | ], |
| 21 | out: [ |
| 22 | "android/hardware/automotive/evs/1.0/types.cpp", |
| 23 | "android/hardware/automotive/evs/1.0/EvsCameraAll.cpp", |
| 24 | "android/hardware/automotive/evs/1.0/EvsCameraStreamAll.cpp", |
| 25 | "android/hardware/automotive/evs/1.0/EvsDisplayAll.cpp", |
| 26 | "android/hardware/automotive/evs/1.0/EvsEnumeratorAll.cpp", |
| 27 | ], |
| 28 | } |
| 29 | |
| 30 | genrule { |
| 31 | name: "android.hardware.automotive.evs@1.0_genc++_headers", |
| 32 | tools: ["hidl-gen"], |
Steven Moreland | bc71124 | 2017-05-09 19:51:19 -0700 | [diff] [blame] | 33 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 34 | srcs: [ |
| 35 | ":android.hardware.automotive.evs@1.0_hal", |
| 36 | ], |
| 37 | out: [ |
| 38 | "android/hardware/automotive/evs/1.0/types.h", |
Steven Moreland | 561b602 | 2017-03-27 11:48:14 -0700 | [diff] [blame] | 39 | "android/hardware/automotive/evs/1.0/hwtypes.h", |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 40 | "android/hardware/automotive/evs/1.0/IEvsCamera.h", |
| 41 | "android/hardware/automotive/evs/1.0/IHwEvsCamera.h", |
| 42 | "android/hardware/automotive/evs/1.0/BnHwEvsCamera.h", |
| 43 | "android/hardware/automotive/evs/1.0/BpHwEvsCamera.h", |
| 44 | "android/hardware/automotive/evs/1.0/BsEvsCamera.h", |
| 45 | "android/hardware/automotive/evs/1.0/IEvsCameraStream.h", |
| 46 | "android/hardware/automotive/evs/1.0/IHwEvsCameraStream.h", |
| 47 | "android/hardware/automotive/evs/1.0/BnHwEvsCameraStream.h", |
| 48 | "android/hardware/automotive/evs/1.0/BpHwEvsCameraStream.h", |
| 49 | "android/hardware/automotive/evs/1.0/BsEvsCameraStream.h", |
| 50 | "android/hardware/automotive/evs/1.0/IEvsDisplay.h", |
| 51 | "android/hardware/automotive/evs/1.0/IHwEvsDisplay.h", |
| 52 | "android/hardware/automotive/evs/1.0/BnHwEvsDisplay.h", |
| 53 | "android/hardware/automotive/evs/1.0/BpHwEvsDisplay.h", |
| 54 | "android/hardware/automotive/evs/1.0/BsEvsDisplay.h", |
| 55 | "android/hardware/automotive/evs/1.0/IEvsEnumerator.h", |
| 56 | "android/hardware/automotive/evs/1.0/IHwEvsEnumerator.h", |
| 57 | "android/hardware/automotive/evs/1.0/BnHwEvsEnumerator.h", |
| 58 | "android/hardware/automotive/evs/1.0/BpHwEvsEnumerator.h", |
| 59 | "android/hardware/automotive/evs/1.0/BsEvsEnumerator.h", |
| 60 | ], |
| 61 | } |
| 62 | |
Steven Moreland | dfd8287 | 2017-08-10 15:15:40 -0700 | [diff] [blame] | 63 | cc_library { |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 64 | name: "android.hardware.automotive.evs@1.0", |
Steven Moreland | 76cfb84 | 2017-05-19 15:52:22 -0700 | [diff] [blame] | 65 | defaults: ["hidl-module-defaults"], |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 66 | generated_sources: ["android.hardware.automotive.evs@1.0_genc++"], |
| 67 | generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"], |
| 68 | export_generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"], |
Steven Moreland | 3b36a83 | 2017-04-11 09:58:03 -0700 | [diff] [blame] | 69 | vendor_available: true, |
Steven Moreland | dfd8287 | 2017-08-10 15:15:40 -0700 | [diff] [blame] | 70 | vndk: { |
| 71 | enabled: true, |
| 72 | }, |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 73 | shared_libs: [ |
| 74 | "libhidlbase", |
| 75 | "libhidltransport", |
| 76 | "libhwbinder", |
| 77 | "liblog", |
| 78 | "libutils", |
| 79 | "libcutils", |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 80 | ], |
| 81 | export_shared_lib_headers: [ |
| 82 | "libhidlbase", |
| 83 | "libhidltransport", |
| 84 | "libhwbinder", |
| 85 | "libutils", |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 86 | ], |
| 87 | } |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 88 | |
| 89 | genrule { |
| 90 | name: "android.hardware.automotive.evs@1.0-adapter-helper_genc++", |
| 91 | tools: ["hidl-gen"], |
| 92 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
| 93 | srcs: [ |
| 94 | ":android.hardware.automotive.evs@1.0_hal", |
| 95 | ], |
| 96 | out: [ |
| 97 | "android/hardware/automotive/evs/1.0/AEvsCamera.cpp", |
| 98 | "android/hardware/automotive/evs/1.0/AEvsCameraStream.cpp", |
| 99 | "android/hardware/automotive/evs/1.0/AEvsDisplay.cpp", |
| 100 | "android/hardware/automotive/evs/1.0/AEvsEnumerator.cpp", |
| 101 | ], |
| 102 | } |
| 103 | |
| 104 | genrule { |
| 105 | name: "android.hardware.automotive.evs@1.0-adapter-helper_genc++_headers", |
| 106 | tools: ["hidl-gen"], |
| 107 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
| 108 | srcs: [ |
| 109 | ":android.hardware.automotive.evs@1.0_hal", |
| 110 | ], |
| 111 | out: [ |
| 112 | "android/hardware/automotive/evs/1.0/AEvsCamera.h", |
| 113 | "android/hardware/automotive/evs/1.0/AEvsCameraStream.h", |
| 114 | "android/hardware/automotive/evs/1.0/AEvsDisplay.h", |
| 115 | "android/hardware/automotive/evs/1.0/AEvsEnumerator.h", |
| 116 | ], |
| 117 | } |
| 118 | |
| 119 | |
| 120 | cc_library { |
| 121 | name: "android.hardware.automotive.evs@1.0-adapter-helper", |
| 122 | defaults: ["hidl-module-defaults"], |
| 123 | generated_sources: ["android.hardware.automotive.evs@1.0-adapter-helper_genc++"], |
| 124 | generated_headers: ["android.hardware.automotive.evs@1.0-adapter-helper_genc++_headers"], |
| 125 | export_generated_headers: ["android.hardware.automotive.evs@1.0-adapter-helper_genc++_headers"], |
| 126 | vendor_available: true, |
| 127 | shared_libs: [ |
| 128 | "libhidlbase", |
| 129 | "libhidltransport", |
| 130 | "libhwbinder", |
| 131 | "liblog", |
| 132 | "libutils", |
| 133 | "libcutils", |
| 134 | "libhidladapter", |
| 135 | "android.hardware.automotive.evs@1.0", |
| 136 | "android.hidl.base@1.0-adapter-helper", |
| 137 | ], |
| 138 | export_shared_lib_headers: [ |
| 139 | "libhidlbase", |
| 140 | "libhidltransport", |
| 141 | "libhwbinder", |
| 142 | "libutils", |
| 143 | "libhidladapter", |
| 144 | "android.hardware.automotive.evs@1.0", |
| 145 | "android.hidl.base@1.0-adapter-helper", |
| 146 | ], |
| 147 | } |
| 148 | |
| 149 | genrule { |
| 150 | name: "android.hardware.automotive.evs@1.0-adapter_genc++", |
| 151 | tools: ["hidl-gen"], |
| 152 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
Steven Moreland | a5299ee | 2017-09-26 12:54:42 -0700 | [diff] [blame] | 153 | out: ["main.cpp"] |
| 154 | } |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 155 | |
| 156 | cc_test { |
| 157 | name: "android.hardware.automotive.evs@1.0-adapter", |
Steven Moreland | 527fd76 | 2017-10-04 12:47:03 -0700 | [diff] [blame] | 158 | defaults: ["hidl-module-defaults"], |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 159 | shared_libs: [ |
| 160 | "libhidladapter", |
| 161 | "libhidlbase", |
| 162 | "libhidltransport", |
| 163 | "libutils", |
| 164 | "android.hardware.automotive.evs@1.0", |
| 165 | "android.hardware.automotive.evs@1.0-adapter-helper", |
| 166 | ], |
| 167 | generated_sources: ["android.hardware.automotive.evs@1.0-adapter_genc++"], |
| 168 | } |