blob: 7265cc2b992e0eee8ce9e0ebd2d6d3b1d4772049 [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"],
Yifan Honge19e5822016-11-28 16:09:37 -080014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -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"],
Yifan Honge19e5822016-11-28 16:09:37 -080027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -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",
33 "android/hardware/boot/1.0/IBootControl.h",
34 "android/hardware/boot/1.0/IHwBootControl.h",
Yifan Hong10ac9b42017-01-09 17:46:36 -080035 "android/hardware/boot/1.0/BnHwBootControl.h",
36 "android/hardware/boot/1.0/BpHwBootControl.h",
Alex Deymo6e0c0102016-09-30 19:00:40 -070037 "android/hardware/boot/1.0/BsBootControl.h",
38 ],
39}
40
41cc_library_shared {
42 name: "android.hardware.boot@1.0",
43 generated_sources: ["android.hardware.boot@1.0_genc++"],
44 generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
45 export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
46 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080047 "libhidlbase",
48 "libhidltransport",
Alex Deymo6e0c0102016-09-30 19:00:40 -070049 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080050 "liblog",
Alex Deymo6e0c0102016-09-30 19:00:40 -070051 "libutils",
52 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080053 "android.hidl.base@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -070054 ],
Steven Moreland79820582016-11-01 13:04:54 -070055 export_shared_lib_headers: [
Yifan Hong63544ea2016-11-16 14:17:58 -080056 "libhidlbase",
57 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070058 "libhwbinder",
59 "libutils",
Yifan Honge19e5822016-11-28 16:09:37 -080060 "android.hidl.base@1.0",
Steven Morelandce977942016-10-21 13:40:54 -070061 ],
Alex Deymo6e0c0102016-09-30 19:00:40 -070062}