mirror of
				https://github.com/oplus-giulia-dev/android_device_oneplus_sm8650-common
				synced 2025-11-04 06:05:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1017 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1017 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<!--
 | 
						|
     Copyright (C) 2018-2019 The Linux Foundation
 | 
						|
     SPDX-License-Identifier: BSD-3-Clause
 | 
						|
-->
 | 
						|
<manifest version="2.0" type="device">
 | 
						|
    <hal format="aidl">
 | 
						|
        <name>vendor.oplus.hardware.appradioaidl</name>
 | 
						|
        <version>1</version>
 | 
						|
        <interface>
 | 
						|
            <name>IAppRadioStable</name>
 | 
						|
            <instance>OplusAppRadio0</instance>
 | 
						|
            <instance>OplusAppRadio1</instance>
 | 
						|
        </interface>
 | 
						|
    </hal>
 | 
						|
    <hal format="aidl">
 | 
						|
        <name>vendor.oplus.hardware.ims</name>
 | 
						|
        <version>1</version>
 | 
						|
        <interface>
 | 
						|
            <name>IImsStable</name>
 | 
						|
            <instance>OplusImsRadio0</instance>
 | 
						|
            <instance>OplusImsRadio1</instance>
 | 
						|
        </interface>
 | 
						|
    </hal>
 | 
						|
    <hal format="aidl">
 | 
						|
        <name>vendor.oplus.hardware.radio</name>
 | 
						|
        <version>2</version>
 | 
						|
        <interface>
 | 
						|
            <name>IRadioStable</name>
 | 
						|
            <instance>OplusRadio0</instance>
 | 
						|
            <instance>OplusRadio1</instance>
 | 
						|
        </interface>
 | 
						|
    </hal>
 | 
						|
</manifest>
 |