mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
This CL add a new set of EVS APIs written in Stable AIDL with an empty IEvsEnumerator implementation. Bug: 170401743 Bug: 195672428 Bug: 202031799 Bug: 202669715 Test: m -j Change-Id: I28ff4391ba51b72299ebfae801d21a8ab0e37917
12 lines
327 B
XML
12 lines
327 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.automotive.evs</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1</version>
|
|
<interface>
|
|
<name>IEvsEnumerator</name>
|
|
<instance>hw/0</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|