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"], |
| 17 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
| 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"], |
| 33 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.evs@1.0", |
| 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 | |
| 63 | cc_library_shared { |
| 64 | name: "android.hardware.automotive.evs@1.0", |
| 65 | generated_sources: ["android.hardware.automotive.evs@1.0_genc++"], |
| 66 | generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"], |
| 67 | export_generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"], |
Steven Moreland | 3b36a83 | 2017-04-11 09:58:03 -0700 | [diff] [blame] | 68 | vendor_available: true, |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 69 | shared_libs: [ |
| 70 | "libhidlbase", |
| 71 | "libhidltransport", |
| 72 | "libhwbinder", |
| 73 | "liblog", |
| 74 | "libutils", |
| 75 | "libcutils", |
| 76 | "android.hidl.base@1.0", |
| 77 | ], |
| 78 | export_shared_lib_headers: [ |
| 79 | "libhidlbase", |
| 80 | "libhidltransport", |
| 81 | "libhwbinder", |
| 82 | "libutils", |
| 83 | "android.hidl.base@1.0", |
| 84 | ], |
| 85 | } |