2017-05-24 05:28:15 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
|
|
|
filegroup {
|
|
|
|
name: "android.hardware.thermal@1.1_hal",
|
|
|
|
srcs: [
|
|
|
|
"IThermal.hal",
|
|
|
|
"IThermalCallback.hal",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.thermal@1.1_genc++",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.thermal@1.1_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/thermal/1.1/ThermalAll.cpp",
|
|
|
|
"android/hardware/thermal/1.1/ThermalCallbackAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.thermal@1.1_genc++_headers",
|
|
|
|
tools: ["hidl-gen"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.1",
|
|
|
|
srcs: [
|
|
|
|
":android.hardware.thermal@1.1_hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/thermal/1.1/IThermal.h",
|
|
|
|
"android/hardware/thermal/1.1/IHwThermal.h",
|
|
|
|
"android/hardware/thermal/1.1/BnHwThermal.h",
|
|
|
|
"android/hardware/thermal/1.1/BpHwThermal.h",
|
|
|
|
"android/hardware/thermal/1.1/BsThermal.h",
|
|
|
|
"android/hardware/thermal/1.1/IThermalCallback.h",
|
|
|
|
"android/hardware/thermal/1.1/IHwThermalCallback.h",
|
|
|
|
"android/hardware/thermal/1.1/BnHwThermalCallback.h",
|
|
|
|
"android/hardware/thermal/1.1/BpHwThermalCallback.h",
|
|
|
|
"android/hardware/thermal/1.1/BsThermalCallback.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
2017-08-31 22:30:12 +02:00
|
|
|
cc_library {
|
2017-05-24 05:28:15 +02:00
|
|
|
name: "android.hardware.thermal@1.1",
|
|
|
|
defaults: ["hidl-module-defaults"],
|
|
|
|
generated_sources: ["android.hardware.thermal@1.1_genc++"],
|
|
|
|
generated_headers: ["android.hardware.thermal@1.1_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.thermal@1.1_genc++_headers"],
|
|
|
|
vendor_available: true,
|
2017-08-31 22:30:12 +02:00
|
|
|
vndk: {
|
|
|
|
enabled: true,
|
|
|
|
},
|
2017-05-24 05:28:15 +02:00
|
|
|
shared_libs: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"liblog",
|
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
|
|
|
"android.hardware.thermal@1.0",
|
|
|
|
],
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
|
|
|
"android.hardware.thermal@1.0",
|
|
|
|
],
|
|
|
|
}
|