blob: de42647ca787c66fcc440202e625bdf78215e53f [file] [log] [blame]
Alex Deymo6e0c0102016-09-30 19:00:40 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voac9f1c02017-02-06 09:59:51 -08003filegroup {
4 name: "android.hardware.boot@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IBootControl.hal",
8 ],
9}
10
Alex Deymo6e0c0102016-09-30 19:00:40 -070011genrule {
12 name: "android.hardware.boot@1.0_genc++",
Colin Cross8f084e02016-11-04 15:02:42 -070013 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -070015 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080016 ":android.hardware.boot@1.0_hal",
Alex Deymo6e0c0102016-09-30 19:00:40 -070017 ],
18 out: [
19 "android/hardware/boot/1.0/types.cpp",
20 "android/hardware/boot/1.0/BootControlAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.boot@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070026 tools: ["hidl-gen"],
Steven Morelandcb360c62017-05-09 14:34:19 -070027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -070028 srcs: [
Tri Vo06da29f2017-02-08 10:53:06 -080029 ":android.hardware.boot@1.0_hal",
Alex Deymo6e0c0102016-09-30 19:00:40 -070030 ],
31 out: [
32 "android/hardware/boot/1.0/types.h",
Steven Morelande90c31f2017-03-24 21:50:45 -070033 "android/hardware/boot/1.0/hwtypes.h",
Alex Deymo6e0c0102016-09-30 19:00:40 -070034 "android/hardware/boot/1.0/IBootControl.h",
35 "android/hardware/boot/1.0/IHwBootControl.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080036 "android/hardware/boot/1.0/BnHwBootControl.h",
37 "android/hardware/boot/1.0/BpHwBootControl.h",
Alex Deymo6e0c0102016-09-30 19:00:40 -070038 "android/hardware/boot/1.0/BsBootControl.h",
39 ],
40}
41
42cc_library_shared {
43 name: "android.hardware.boot@1.0",
Steven Moreland06c85d92017-05-18 16:14:16 -070044 defaults: ["hidl-module-defaults"],
Alex Deymo6e0c0102016-09-30 19:00:40 -070045 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"],
Steven Moreland0dd5ba22017-04-11 09:57:11 -070048 vendor_available: true,
Alex Deymo6e0c0102016-09-30 19:00:40 -070049 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080050 "libhidlbase",
51 "libhidltransport",
Alex Deymo6e0c0102016-09-30 19:00:40 -070052 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080053 "liblog",
Alex Deymo6e0c0102016-09-30 19:00:40 -070054 "libutils",
55 "libcutils",
56 ],
Steven Moreland79820582016-11-01 13:04:54 -070057 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070060 "libhwbinder",
61 "libutils",
Steven Morelandce977942016-10-21 13:40:54 -070062 ],
Alex Deymo6e0c0102016-09-30 19:00:40 -070063}