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 | |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.evs@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IEvsCamera.hal", |
| 8 | "IEvsCameraStream.hal", |
| 9 | "IEvsDisplay.hal", |
| 10 | "IEvsEnumerator.hal", |
| 11 | ], |
| 12 | } |
| 13 | |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 14 | genrule { |
| 15 | name: "android.hardware.evs@1.0_genc++", |
| 16 | tools: ["hidl-gen"], |
| 17 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0", |
| 18 | srcs: [ |
| 19 | "types.hal", |
| 20 | "IEvsCamera.hal", |
| 21 | "IEvsCameraStream.hal", |
| 22 | "IEvsDisplay.hal", |
| 23 | "IEvsEnumerator.hal", |
| 24 | ], |
| 25 | out: [ |
| 26 | "android/hardware/evs/1.0/types.cpp", |
| 27 | "android/hardware/evs/1.0/EvsCameraAll.cpp", |
| 28 | "android/hardware/evs/1.0/EvsCameraStreamAll.cpp", |
| 29 | "android/hardware/evs/1.0/EvsDisplayAll.cpp", |
| 30 | "android/hardware/evs/1.0/EvsEnumeratorAll.cpp", |
| 31 | ], |
| 32 | } |
| 33 | |
| 34 | genrule { |
| 35 | name: "android.hardware.evs@1.0_genc++_headers", |
| 36 | tools: ["hidl-gen"], |
| 37 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0", |
| 38 | srcs: [ |
| 39 | "types.hal", |
| 40 | "IEvsCamera.hal", |
| 41 | "IEvsCameraStream.hal", |
| 42 | "IEvsDisplay.hal", |
| 43 | "IEvsEnumerator.hal", |
| 44 | ], |
| 45 | out: [ |
| 46 | "android/hardware/evs/1.0/types.h", |
| 47 | "android/hardware/evs/1.0/IEvsCamera.h", |
| 48 | "android/hardware/evs/1.0/IHwEvsCamera.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 49 | "android/hardware/evs/1.0/BnHwEvsCamera.h", |
| 50 | "android/hardware/evs/1.0/BpHwEvsCamera.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 51 | "android/hardware/evs/1.0/BsEvsCamera.h", |
| 52 | "android/hardware/evs/1.0/IEvsCameraStream.h", |
| 53 | "android/hardware/evs/1.0/IHwEvsCameraStream.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 54 | "android/hardware/evs/1.0/BnHwEvsCameraStream.h", |
| 55 | "android/hardware/evs/1.0/BpHwEvsCameraStream.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 56 | "android/hardware/evs/1.0/BsEvsCameraStream.h", |
| 57 | "android/hardware/evs/1.0/IEvsDisplay.h", |
| 58 | "android/hardware/evs/1.0/IHwEvsDisplay.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 59 | "android/hardware/evs/1.0/BnHwEvsDisplay.h", |
| 60 | "android/hardware/evs/1.0/BpHwEvsDisplay.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 61 | "android/hardware/evs/1.0/BsEvsDisplay.h", |
| 62 | "android/hardware/evs/1.0/IEvsEnumerator.h", |
| 63 | "android/hardware/evs/1.0/IHwEvsEnumerator.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 64 | "android/hardware/evs/1.0/BnHwEvsEnumerator.h", |
| 65 | "android/hardware/evs/1.0/BpHwEvsEnumerator.h", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 66 | "android/hardware/evs/1.0/BsEvsEnumerator.h", |
| 67 | ], |
| 68 | } |
| 69 | |
| 70 | cc_library_shared { |
| 71 | name: "android.hardware.evs@1.0", |
| 72 | generated_sources: ["android.hardware.evs@1.0_genc++"], |
| 73 | generated_headers: ["android.hardware.evs@1.0_genc++_headers"], |
| 74 | export_generated_headers: ["android.hardware.evs@1.0_genc++_headers"], |
| 75 | shared_libs: [ |
| 76 | "libhidlbase", |
| 77 | "libhidltransport", |
| 78 | "libhwbinder", |
| 79 | "liblog", |
| 80 | "libutils", |
| 81 | "libcutils", |
| 82 | "android.hidl.base@1.0", |
| 83 | ], |
| 84 | export_shared_lib_headers: [ |
| 85 | "libhidlbase", |
| 86 | "libhidltransport", |
| 87 | "libhwbinder", |
| 88 | "libutils", |
| 89 | "android.hidl.base@1.0", |
| 90 | ], |
| 91 | } |