manifest: move livedisplay and powerstats hals to device manifest

Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: I6cc570579d5a46de3ead668b1c2b71be240f25a6
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
DennySPb 2020-12-10 13:33:58 +03:00 committed by Giammarco Senatore
parent 452450156a
commit 96610639f6
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
3 changed files with 17 additions and 20 deletions

View file

@ -79,7 +79,6 @@ BOARD_HAS_QCA_FM_SOC := "cherokee"
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x200000U | 0x2000U
# HIDL
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml

View file

@ -1,19 +0,0 @@
<manifest version="1.0" type="framework">
<hal format="hidl" override="true">
<name>android.hardware.power</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.perf</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IPictureAdjustment</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -669,4 +669,21 @@
</interface>
<fqname>@2.1::IRTPService/imsrtpservice</fqname>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IDisplayModes</name>
<instance>default</instance>
</interface>
<interface>
<name>IPictureAdjustment</name>
<instance>default</instance>
</interface>
<interface>
<name>ISunlightEnhancement</name>
<instance>default</instance>
</interface>
</hal>
</manifest>