• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4    name: "android.hardware.thermal@1.0_hal",
5    srcs: [
6        "types.hal",
7        "IThermal.hal",
8    ],
9}
10
11genrule {
12    name: "android.hardware.thermal@1.0_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.0",
15    srcs: [
16        ":android.hardware.thermal@1.0_hal",
17    ],
18    out: [
19        "android/hardware/thermal/1.0/types.cpp",
20        "android/hardware/thermal/1.0/ThermalAll.cpp",
21    ],
22}
23
24genrule {
25    name: "android.hardware.thermal@1.0_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.0",
28    srcs: [
29        ":android.hardware.thermal@1.0_hal",
30    ],
31    out: [
32        "android/hardware/thermal/1.0/types.h",
33        "android/hardware/thermal/1.0/hwtypes.h",
34        "android/hardware/thermal/1.0/IThermal.h",
35        "android/hardware/thermal/1.0/IHwThermal.h",
36        "android/hardware/thermal/1.0/BnHwThermal.h",
37        "android/hardware/thermal/1.0/BpHwThermal.h",
38        "android/hardware/thermal/1.0/BsThermal.h",
39    ],
40}
41
42cc_library {
43    name: "android.hardware.thermal@1.0",
44    defaults: ["hidl-module-defaults"],
45    generated_sources: ["android.hardware.thermal@1.0_genc++"],
46    generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
47    export_generated_headers: ["android.hardware.thermal@1.0_genc++_headers"],
48    vendor_available: true,
49    vndk: {
50        enabled: true,
51    },
52    shared_libs: [
53        "libhidlbase",
54        "libhidltransport",
55        "libhwbinder",
56        "liblog",
57        "libutils",
58        "libcutils",
59    ],
60    export_shared_lib_headers: [
61        "libhidlbase",
62        "libhidltransport",
63        "libhwbinder",
64        "libutils",
65    ],
66}
67