blob: 501542b39cfde46c02926cebbf684a6bd62e990b [file] [log] [blame]
Alex Deymo6e0c0102016-09-30 19:00:40 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.boot@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.boot@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -07007 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
17genrule {
18 name: "android.hardware.boot@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070019 tools: ["hidl-gen"],
20 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.boot@1.0",
Alex Deymo6e0c0102016-09-30 19:00:40 -070021 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
35cc_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 Hong6b920e42016-11-16 14:17:58 -080041 "libhidlbase",
42 "libhidltransport",
Alex Deymo6e0c0102016-09-30 19:00:40 -070043 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080044 "liblog",
Alex Deymo6e0c0102016-09-30 19:00:40 -070045 "libutils",
46 "libcutils",
47 ],
Steven Moreland79820582016-11-01 13:04:54 -070048 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Steven Moreland79820582016-11-01 13:04:54 -070051 "libhwbinder",
52 "libutils",
Steven Morelandce977942016-10-21 13:40:54 -070053 ],
Alex Deymo6e0c0102016-09-30 19:00:40 -070054}