platform_hardware_interfaces/thermal/2.0/Android.bp
Wei Wang 84ce54ebaf Add thermal HAL 2.0
Bug: 116540200
Test: add default ThermalHAL 2.0 and VtsHalThermalV2_0TargetTest pass
Change-Id: Ib12634459d9ed5071230adf353b9737f5c90e771
2018-10-19 18:49:16 -07:00

29 lines
626 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.thermal@2.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IThermal.hal",
"IThermalChangedCallback.hal",
],
interfaces: [
"android.hardware.thermal@1.0",
"android.hidl.base@1.0",
],
types: [
"CoolingDevice",
"CoolingType",
"Temperature",
"TemperatureThreshold",
"TemperatureType",
"ThrottlingSeverity",
"ThrottlingSeverityCount",
],
gen_java: true,
}