mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 09:06:12 +00:00
Include the network manifest separately, just like it is now shipped in the newest devices. Change-Id: I491fc3c022f8f6117ef729802a8fd20840911ac4
66 lines
2.1 KiB
XML
66 lines
2.1 KiB
XML
<!--
|
|
Copyright (C) 2018-2019 The Linux Foundation
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
-->
|
|
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.data.connection</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.1</version>
|
|
<interface>
|
|
<name>IDataConnection</name>
|
|
<instance>slot1</instance>
|
|
<instance>slot2</instance>
|
|
</interface>
|
|
</hal> <hal format="hidl">
|
|
<name>vendor.qti.hardware.data.iwlan</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.1</version>
|
|
<interface>
|
|
<name>IIWlan</name>
|
|
<instance>slot1</instance>
|
|
<instance>slot2</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.radio.lpa</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.3</version>
|
|
<interface>
|
|
<name>IUimLpa</name>
|
|
<instance>UimLpa0</instance>
|
|
<instance>UimLpa1</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.radio.uim_remote_client</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IUimRemoteServiceClient</name>
|
|
<instance>uimRemoteClient0</instance>
|
|
<instance>uimRemoteClient1</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.radio.uim_remote_server</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IUimRemoteServiceServer</name>
|
|
<instance>uimRemoteServer0</instance>
|
|
<instance>uimRemoteServer1</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.radio.uim</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.2</version>
|
|
<interface>
|
|
<name>IUim</name>
|
|
<instance>Uim0</instance>
|
|
<instance>Uim1</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|