mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
Also marks the wireless_charger HAL as optional,
which is not present on the AOSP version of this device.
2475fdaade
Change-Id: I87c6fe0e58056c0bd13ede66c66f3437a5ee0964
11 lines
346 B
XML
11 lines
346 B
XML
<compatibility-matrix version="1.0" type="framework" level="5">
|
|
<hal format="hidl" optional="true">
|
|
<name>vendor.google.wireless_charger</name>
|
|
<version>1.3</version>
|
|
<interface>
|
|
<name>IWirelessCharger</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</compatibility-matrix>
|