mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
This patch converts Thermal HIDL to AIDL and adds an empty example implementation. Bug: b/205762943 Test: atest VtsHalThermalTargetTest Change-Id: I0c80ac400cc41f50916dbed58bb48f878dfae17f
8 lines
203 B
XML
8 lines
203 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.thermal</name>
|
|
<version>1</version>
|
|
<fqname>IThermal/default</fqname>
|
|
</hal>
|
|
</manifest>
|