blob: 9dcabc4b7ba39e3c4f6ff9a882eb660a66ecb5a5 [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: [
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
25genrule {
26 name: "android.hardware.boot@1.0_genc++_headers",
Colin Cross8f084e02016-11-04 15:02:42 -070027 tools: ["hidl-gen"],
Yifan Honge19e5822016-11-28 16:09:37 -080028 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 -070029 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 Hong10ac9b42017-01-09 17:46:36 -080037 "android/hardware/boot/1.0/BnHwBootControl.h",
38 "android/hardware/boot/1.0/BpHwBootControl.h",
Alex Deymo6e0c0102016-09-30 19:00:40 -070039 "android/hardware/boot/1.0/BsBootControl.h",
40 ],
41}
42
43cc_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 Hong63544ea2016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Alex Deymo6e0c0102016-09-30 19:00:40 -070051 "libhwbinder",
Steven Moreland3e3a0992016-11-21 16:19:57 -080052 "liblog",
Alex Deymo6e0c0102016-09-30 19:00:40 -070053 "libutils",
54 "libcutils",
Yifan Honge19e5822016-11-28 16:09:37 -080055 "android.hidl.base@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -070056 ],
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",
Yifan Honge19e5822016-11-28 16:09:37 -080062 "android.hidl.base@1.0",
Steven Morelandce977942016-10-21 13:40:54 -070063 ],
Alex Deymo6e0c0102016-09-30 19:00:40 -070064}