mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
matrix: IR HAL specifies interface/instance
This is missing from a very old CL. IR is an optional HAL so specifying interface / instance here doesn't break requirements. Test: builds Change-Id: I6d30d33041a01d8a8a724a89e00ba4c57d820d46
This commit is contained in:
@@ -158,6 +158,10 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.ir</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConsumerIr</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.keymaster</name>
|
||||
|
||||
@@ -166,6 +166,10 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.ir</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConsumerIr</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.keymaster</name>
|
||||
|
||||
@@ -218,6 +218,10 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.ir</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConsumerIr</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.keymaster</name>
|
||||
|
||||
@@ -158,6 +158,10 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.ir</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConsumerIr</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.keymaster</name>
|
||||
|
||||
Reference in New Issue
Block a user