sync vendor

This commit is contained in:
Vincent Vidal 2025-04-20 22:25:33 +02:00
commit fe7cf66a53
1217 changed files with 65569 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.security.keymint</name>
<version>2</version>
<fqname>IKeyMintDevice/default</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.security.keymint</name>
<version>2</version>
<fqname>IRemotelyProvisionedComponent/default</fqname>
</hal>
</manifest>

View file

@ -0,0 +1,6 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.security.secureclock</name>
<fqname>ISecureClock/default</fqname>
</hal>
</manifest>

View file

@ -0,0 +1,6 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.security.sharedsecret</name>
<fqname>ISharedSecret/default</fqname>
</hal>
</manifest>

View file

@ -0,0 +1,10 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.usb</name>
<version>1</version>
<interface>
<name>IUsb</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.usb.gadget</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IUsbGadget</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.wifi</name>
<transport>hwbinder</transport>
<version>1.6</version>
<interface>
<name>IWifi</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,10 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.gnss</name>
<version>2</version>
<interface>
<name>IGnss</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,12 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.gnss</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>1.1</version>
<interface>
<name>IGnss</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,32 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.mediatek.hardware.lbs</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ILbs</name>
<instance>mtk_lppe_socket_agps</instance>
<instance>mtk_lppe_socket_wlan</instance>
<instance>mtk_lppe_socket_bt</instance>
<instance>mtk_lppe_socket_sensor</instance>
<instance>mtk_lppe_socket_network</instance>
<instance>mtk_lppe_socket_ipaddr</instance>
<instance>mtk_lppe_socket_lbs</instance>
<instance>mtk_framework2agps</instance>
<instance>mtk_agps2framework</instance>
<instance>mtk_mnld2nlputils</instance>
<instance>AgpsInterface</instance>
<instance>AgpsDebugInterface</instance>
<instance>mtk_meta2mnld</instance>
<instance>mtk_debugService2mnld</instance>
<instance>mtk_mnld2debugService</instance>
<instance>mtk_mnld2mtklogger</instance>
<instance>mtk_mtklogger2mnld</instance>
<instance>mtk_lbs_log_v2s</instance>
<instance>mtk_debugService2agpsd</instance>
<instance>mtk_agpsd2debugService</instance>
<instance>mtk_jam2mnl</instance>
<instance>mtk_mnl2jam</instance>
</interface>
</hal>
</manifest>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.drm</name>
<version>1</version>
<fqname>IDrmFactory/widevine</fqname>
</hal>
</manifest>

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal>
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>
</interface>
</hal>
</manifest>