mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add new default that implements/serves the AIDL interface. Add new VTS test to test the interface implementation. Test: atest ConsumerIrTest VtsHalIrTargetTest hal_implementation_test Bug: 205000342 Change-Id: I52c4b3a70341cf91efc2fd187794e3fd60b9000c
8 lines
201 B
XML
8 lines
201 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.ir</name>
|
|
<version>1</version>
|
|
<fqname>IConsumerIr/default</fqname>
|
|
</hal>
|
|
</manifest>
|