mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:25:17 +00:00
cec@2.0 spec was published with HDMI 2.0b in March 2016. it added a few important message types, and also require new mechanism to build and maintain device information. Test: manual Bug: 122853595 Change-Id: I00819829573dc260b043f5b14a15c29bc2a119b0
12 lines
318 B
XML
12 lines
318 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.tv.cec</name>
|
|
<transport>hwbinder</transport>
|
|
<version>2.0</version>
|
|
<interface>
|
|
<name>IHdmiCec</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|