mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-28 06:02:10 +00:00
This change also includes the following FCM cleanups: - Adds level="6", specifying that this product FCM is compatible with an S vendor image. This is similar to the framework FCM. - Marks the HAL as required. This is possible now that the redfin_vf target includes an additional product FCM specific to level="5" (R). Bug: 183507590 Test: m redfin Test: m redfin_vf, merge with R vendor half Change-Id: I1b9bbd9b4a723d2479023d1025ef22905e1bc9a1
11 lines
347 B
XML
11 lines
347 B
XML
<compatibility-matrix version="1.0" type="framework" level="6">
|
|
<hal format="hidl" optional="false">
|
|
<name>vendor.google.wireless_charger</name>
|
|
<version>1.3</version>
|
|
<interface>
|
|
<name>IWirelessCharger</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</compatibility-matrix>
|