summaryrefslogtreecommitdiff
path: root/compatibility_matrices
diff options
context:
space:
mode:
authorSiarhei Vishniakou <svv@google.com>2022-01-20 09:58:24 -0800
committerSiarhei Vishniakou <svv@google.com>2022-01-28 12:15:47 -0800
commit88d18bf4bde504220312a3726002aa6dc0298270 (patch)
tree5ec02244286f064fe97b06bb00fbdb46d1470432 /compatibility_matrices
parentc91de482929c021f0df248721034c836c3249e1d (diff)
Convert InputClassifier HAL to AIDL
No changes to the HAL are made in this change, we are only updating the interface to use AIDL. At the same time, the HAL is getting renamed to 'InputProcessor', which will mean that it's more general-purpose than just classification. We will be adding more stuff to this HAL in the future. Bug: 167946763 Bug: 205761620 Test: integration tested with other framework changes on top Change-Id: I8046cd5c74e1b69f85f21b28d5c4c3b88a61bb33
Diffstat (limited to 'compatibility_matrices')
-rw-r--r--compatibility_matrices/compatibility_matrix.current.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml
index dc716bbdc0..dacc846a67 100644
--- a/compatibility_matrices/compatibility_matrix.current.xml
+++ b/compatibility_matrices/compatibility_matrix.current.xml
@@ -382,6 +382,14 @@
<instance>default</instance>
</interface>
</hal>
+ <hal format="aidl" optional="true">
+ <name>android.hardware.input.processor</name>
+ <version>1</version>
+ <interface>
+ <name>IInputProcessor</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
<hal format="hidl" optional="true">
<name>android.hardware.keymaster</name>
<version>3.0</version>