android_device_samsung_mati.../manifest.xml
pythonlimited a981113235 s3ve3g-common: remove IAdaptiveBacklight
Not supported by the panel driver
2019-10-17 02:38:40 +02:00

29 lines
888 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.light</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vibrator</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IDisplayColorCalibration</name>
<instance>default</instance>
</interface>
</hal>
</manifest>