Files
android_device_oneplus_sm86…/network_manifest_odm.xml
Bruno Martins 2eb250c32f sm8550-common: Update from OOS 11.C.54
Change-Id: I8a40945fb8af663975489a38093f8c491d7581cd
2024-08-21 15:36:44 +01:00

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>