* Needed for AIDL HDMI-CEC HAL to work. Some functions that were in the HIDL HDMI-CEC HAL have been moved to separate HDMI connection HAL in the AIDL versions. Only returns connection status of HDMI ports on Pi. onHotplugEvent is not implemented. * Use hardware/interfaces/tv/hdmi/connection/aidl/ as reference.
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <manifest version="1.0" type="device">
 | |
|     <hal format="aidl">
 | |
|         <name>android.hardware.tv.hdmi.connection</name>
 | |
|         <version>1</version>
 | |
|         <interface>
 | |
|             <name>IHdmiConnection</name>
 | |
|             <instance>default</instance>
 | |
|         </interface>
 | |
|     </hal>
 | |
| </manifest>
 |