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 | } |