pstar: manifest: add AntiFlicker, SunlightEnhancemet and PictureAdjustment

This commit is contained in:
SGCMarkus 2022-03-06 23:03:33 +01:00
commit b63546b228
2 changed files with 22 additions and 0 deletions

19
manifest.xml Normal file
View file

@ -0,0 +1,19 @@
<manifest version="2.0" type="device">
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IPictureAdjustment</name>
<instance>default</instance>
</interface>
<interface>
<name>ISunlightEnhancement</name>
<instance>default</instance>
</interface>
<interface>
<name>IAntiFlicker</name>
<instance>default</instance>
</interface>
</hal>
</manifest>