blob: c56499a4b9bb22bdf2d78a835cf9504665df2773 [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",
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",
44 generated_sources: ["android.hardware.boot@1.0_genc++"],
45 generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
46 export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"],
Steven Morelandb2799c32017-04-11 09:57:11 -070047 vendor_available: true,
Alex Deymo6e0c0102016-09-30 19:00:40 -070048 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}