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 | |
Tri Vo | ac9f1c0 | 2017-02-06 09:59:51 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.boot@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IBootControl.hal", |
| 8 | ], |
| 9 | } |
| 10 | |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 11 | genrule { |
| 12 | name: "android.hardware.boot@1.0_genc++", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 13 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 14 | 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] | 15 | srcs: [ |
| 16 | "types.hal", |
| 17 | "IBootControl.hal", |
| 18 | ], |
| 19 | out: [ |
| 20 | "android/hardware/boot/1.0/types.cpp", |
| 21 | "android/hardware/boot/1.0/BootControlAll.cpp", |
| 22 | ], |
| 23 | } |
| 24 | |
| 25 | genrule { |
| 26 | name: "android.hardware.boot@1.0_genc++_headers", |
Colin Cross | 8f084e0 | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 27 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 28 | 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] | 29 | srcs: [ |
| 30 | "types.hal", |
| 31 | "IBootControl.hal", |
| 32 | ], |
| 33 | out: [ |
| 34 | "android/hardware/boot/1.0/types.h", |
| 35 | "android/hardware/boot/1.0/IBootControl.h", |
| 36 | "android/hardware/boot/1.0/IHwBootControl.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 37 | "android/hardware/boot/1.0/BnHwBootControl.h", |
| 38 | "android/hardware/boot/1.0/BpHwBootControl.h", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 39 | "android/hardware/boot/1.0/BsBootControl.h", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_library_shared { |
| 44 | name: "android.hardware.boot@1.0", |
| 45 | generated_sources: ["android.hardware.boot@1.0_genc++"], |
| 46 | generated_headers: ["android.hardware.boot@1.0_genc++_headers"], |
| 47 | export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"], |
| 48 | shared_libs: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 49 | "libhidlbase", |
| 50 | "libhidltransport", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 51 | "libhwbinder", |
Steven Moreland | 3e3a099 | 2016-11-21 16:19:57 -0800 | [diff] [blame] | 52 | "liblog", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 53 | "libutils", |
| 54 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 55 | "android.hidl.base@1.0", |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 56 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 57 | export_shared_lib_headers: [ |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 58 | "libhidlbase", |
| 59 | "libhidltransport", |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 60 | "libhwbinder", |
| 61 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 62 | "android.hidl.base@1.0", |
Steven Moreland | ce97794 | 2016-10-21 13:40:54 -0700 | [diff] [blame] | 63 | ], |
Alex Deymo | 6e0c010 | 2016-09-30 19:00:40 -0700 | [diff] [blame] | 64 | } |