Files
device_xiaomi_polaris/manifest.xml
Bruno Martins 60b0b80392 polaris: Remove LiveDisplay manifest entries
AIDL HAL now includes VINTF fragments.

Change-Id: I6057f0842cbbca4bfb7d6847e1c676b7d2970a8a
2025-08-16 10:57:22 +01:00

31 lines
952 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>3.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISecureElement</name>
<instance>SIM1</instance>
<instance>eSE1</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.goodix.hardware.fingerprintextension</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGoodixBiometricsFingerprint</name>
<instance>default</instance>
</interface>
</hal>
</manifest>