Skip to content

Commit

Permalink
whyred: Use only full qualified name for manifest entries
Browse files Browse the repository at this point in the history
* As recommended by Google for multiple different versions of the same HAL in VINTF manifests
* https://android.googlesource.com/platform/hardware/interfaces/+/master/drm/1.1/README.md#devices-launching-with-android-pie

Change-Id: I4922d72ab60ca1aae78c010aeb610f9bca9012cb
  • Loading branch information
SebaUbuntu committed Sep 12, 2021
1 parent ca9a6ed commit 9cce958
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions configs/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,21 @@
<hal format="hidl">
<name>android.hardware.ir</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IConsumerIr/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>3.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
<fqname>@3.0::IKeymasterDevice/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.goodix.hardware.fingerprint</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGoodixBiometricsFingerprint</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IGoodixBiometricsFingerprint/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.cryptfshw</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptfsHw</name>
<instance>default</instance>
</interface>
<fqname>@1.0::ICryptfsHw/default</fqname>
</hal>
</manifest>

0 comments on commit 9cce958

Please sign in to comment.