diff options
author | Changyeon Jo <changyeon@google.com> | 2020-01-15 19:34:50 -0800 |
---|---|---|
committer | Changyeon Jo <changyeon@google.com> | 2020-01-29 19:59:48 -0800 |
commit | 8bcb49230914b5ced2c8b76de38d283000fc597c (patch) | |
tree | 90f9c2990f430e9dc892d998089a121cabf60cb7 /compatibility_matrices | |
parent | e41674442eef0ad2c21a838034c9581b3e93ca60 (diff) | |
download | platform_hardware_interfaces-8bcb49230914b5ced2c8b76de38d283000fc597c.tar.gz platform_hardware_interfaces-8bcb49230914b5ced2c8b76de38d283000fc597c.tar.bz2 platform_hardware_interfaces-8bcb49230914b5ced2c8b76de38d283000fc597c.zip |
Use regex names for EVS HAL implementations
This change deprecates EvsEnumeratorHw, which has been a name for
EVS HAL Enumerator implementations, and uses regex names for them.
New method, isHardware(), is added to IEvsEnumerator and the clients
should use this method to tell whether current service is EVS manager
or driver.
Bug: 147010694
Test: m -j
Test: atest VtsHalEvsV1_1TargetTest
Change-Id: I89441936734fde0f0cc2f0151ee9b6622f61814d
Signed-off-by: Changyeon Jo <changyeon@google.com>
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index b9d300126f..c2566e918f 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -45,6 +45,7 @@ <interface> <name>IEvsEnumerator</name> <instance>default</instance> + <regex-instance>[a-z]+/[0-9]+</regex-instance> </interface> </hal> <hal format="aidl" optional="true"> |