Snap for 11438798 from 14c6c627ef to 24Q3-release

Change-Id: I88ee266132fd4bd4aced05df1cf4b966ae565473
This commit is contained in:
Android Build Coastguard Worker 2024-02-13 00:03:19 +00:00
commit 664da34aed
6 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl" optional="true">
<name>com.google.input</name>
<version>2-3</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View file

@ -0,0 +1,26 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl" optional="true">
<name>com.google.input</name>
<version>2-3</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input.algos.gril</name>
<version>2-3</version>
<interface>
<name>IGrilAntennaTuningService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input.algos.spd</name>
<version>2-3</version>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View file

@ -0,0 +1,10 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>com.google.input</name>
<version>3</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,26 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>com.google.input</name>
<version>3</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input.algos.gril</name>
<version>3</version>
<interface>
<name>IGrilAntennaTuningService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input.algos.spd</name>
<version>3</version>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,2 @@
DEVICE_MANIFEST_FILE += device/google/gs-common/touch/twoshay/aidl/manifest_gs101.xml
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/touch/twoshay/aidl/compatibility_matrix_gs101.xml

View file

@ -0,0 +1,2 @@
DEVICE_MANIFEST_FILE += device/google/gs-common/touch/twoshay/aidl/manifest_zuma.xml
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/touch/twoshay/aidl/compatibility_matrix_zuma.xml