blob: 0985d947b6a02a0cde6dacc7dd892fbd0e12fdf0 [file] [log] [blame]
Todd Poynor8d95f2e2017-05-23 20:28:15 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.thermal@1.1_hal",
5 srcs: [
6 "IThermal.hal",
7 "IThermalCallback.hal",
8 ],
9}
10
11genrule {
12 name: "android.hardware.thermal@1.1_genc++",
13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1",
15 srcs: [
16 ":android.hardware.thermal@1.1_hal",
17 ],
18 out: [
19 "android/hardware/thermal/1.1/ThermalAll.cpp",
20 "android/hardware/thermal/1.1/ThermalCallbackAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.thermal@1.1_genc++_headers",
26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1",
28 srcs: [
29 ":android.hardware.thermal@1.1_hal",
30 ],
31 out: [
32 "android/hardware/thermal/1.1/IThermal.h",
33 "android/hardware/thermal/1.1/IHwThermal.h",
34 "android/hardware/thermal/1.1/BnHwThermal.h",
35 "android/hardware/thermal/1.1/BpHwThermal.h",
36 "android/hardware/thermal/1.1/BsThermal.h",
37 "android/hardware/thermal/1.1/IThermalCallback.h",
38 "android/hardware/thermal/1.1/IHwThermalCallback.h",
39 "android/hardware/thermal/1.1/BnHwThermalCallback.h",
40 "android/hardware/thermal/1.1/BpHwThermalCallback.h",
41 "android/hardware/thermal/1.1/BsThermalCallback.h",
42 ],
43}
44
Steven Moreland4f25c2a2017-08-11 22:59:15 +000045cc_library {
Todd Poynor8d95f2e2017-05-23 20:28:15 -070046 name: "android.hardware.thermal@1.1",
47 defaults: ["hidl-module-defaults"],
48 generated_sources: ["android.hardware.thermal@1.1_genc++"],
49 generated_headers: ["android.hardware.thermal@1.1_genc++_headers"],
50 export_generated_headers: ["android.hardware.thermal@1.1_genc++_headers"],
51 vendor_available: true,
Steven Moreland4f25c2a2017-08-11 22:59:15 +000052 vndk: {
53 enabled: true,
54 },
Todd Poynor8d95f2e2017-05-23 20:28:15 -070055 shared_libs: [
56 "libhidlbase",
57 "libhidltransport",
58 "libhwbinder",
59 "liblog",
60 "libutils",
61 "libcutils",
62 "android.hardware.thermal@1.0",
63 ],
64 export_shared_lib_headers: [
65 "libhidlbase",
66 "libhidltransport",
67 "libhwbinder",
68 "libutils",
69 "android.hardware.thermal@1.0",
70 ],
71}