xpeng: Migrate to AIDL LiveDisplay HAL

Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
(cherry picked from commit 365721db6b39f5d96502db62b26e8030309fd03f)
This commit is contained in:
LuK1337
2025-08-20 19:20:35 -04:00
committed by Deivid21
parent 7c319d7937
commit f0c5832d71
2 changed files with 0 additions and 23 deletions

View File

@@ -11,9 +11,6 @@ include device/motorola/sm8350-common/BoardConfigCommon.mk
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := xpeng
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=xpeng
TARGET_KERNEL_CONFIG += vendor/lineage_xpeng.config

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<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>
</hal>
</manifest>