Add AIDL touch HAL
Change-Id: I9b54a662bf09ff1bfe26ac1d0585595b3d21f2b0
This commit is contained in:
committed by
Bruno Martins
parent
67bbe4a32d
commit
f4a6ff209c
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="2.0" encoding="UTF-8"?>
|
<?xml version="2.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2021-2023 The LineageOS Project
|
Copyright (C) 2021-2025 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<compatibility-matrix version="2.0" type="framework">
|
<compatibility-matrix version="2.0" type="framework">
|
||||||
@@ -128,6 +128,34 @@
|
|||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<!-- Touch -->
|
<!-- Touch -->
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.lineage.touch</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IGloveMode</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IHighTouchPollingRate</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IKeyDisabler</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IKeySwapper</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IStylusMode</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>ITouchscreenGesture</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>vendor.lineage.touch</name>
|
<name>vendor.lineage.touch</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
Reference in New Issue
Block a user