Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.boot@1.0_genc++", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 5 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IBootControl.hal", |
| 10 | ], |
| 11 | out: [ |
| 12 | "android/hardware/boot/1.0/types.cpp", |
| 13 | "android/hardware/boot/1.0/BootControlAll.cpp", |
| 14 | ], |
| 15 | } |
| 16 | |
| 17 | genrule { |
| 18 | name: "android.hardware.boot@1.0_genc++_headers", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 19 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 20 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 21 | srcs: [ |
| 22 | "types.hal", |
| 23 | "IBootControl.hal", |
| 24 | ], |
| 25 | out: [ |
| 26 | "android/hardware/boot/1.0/types.h", |
| 27 | "android/hardware/boot/1.0/IBootControl.h", |
| 28 | "android/hardware/boot/1.0/IHwBootControl.h", |
| 29 | "android/hardware/boot/1.0/BnBootControl.h", |
| 30 | "android/hardware/boot/1.0/BpBootControl.h", |
| 31 | "android/hardware/boot/1.0/BsBootControl.h", |
| 32 | ], |
| 33 | } |
| 34 | |
| 35 | cc_library_shared { |
| 36 | name: "android.hardware.boot@1.0", |
| 37 | generated_sources: ["android.hardware.boot@1.0_genc++"], |
| 38 | generated_headers: ["android.hardware.boot@1.0_genc++_headers"], |
| 39 | export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"], |
| 40 | shared_libs: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 41 | "libhidlbase", |
| 42 | "libhidltransport", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 43 | "libhwbinder", |
Steven Moreland | 3e3a099 | 2016-11-21 16:19:57 -0800 | [diff] [blame] | 44 | "liblog", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 45 | "libutils", |
| 46 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 47 | "android.hidl.base@1.0", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 48 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 49 | export_shared_lib_headers: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 50 | "libhidlbase", |
| 51 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 52 | "libhwbinder", |
| 53 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 54 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 55 | ], |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 56 | } |