s3ve3g-common: add Samsung LiveDisplay service to manifest

we support adaptivebacklight and displaycolorcalibration
This commit is contained in:
Francescodario Cuzzocrea 2019-10-09 10:30:38 +02:00
parent 90b22cd1ae
commit 7889cce77c
1 changed files with 13 additions and 0 deletions

View File

@ -17,4 +17,17 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAdaptiveBacklight</name>
<instance>default</instance>
</interface>
<interface>
<name>IDisplayColorCalibration</name>
<instance>default</instance>
</interface>
</hal>
</manifest>