avicii: Import vendor from AC2003_11_F.18

This commit is contained in:
KakatkarAkshay
2023-01-25 18:39:17 +05:30
commit 41f8826940
1409 changed files with 36410 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 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="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<fqname>@1.3::ICryptoFactory/widevine</fqname>
<fqname>@1.3::IDrmFactory/widevine</fqname>
</hal>
</manifest>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*************************************************************
** Copyright (C), 2008-2020, OPLUS Mobile Comm Corp., Ltd
**
** Description : 1.0
** This is a common file
**
** Version: 1.0
** Date created: 12:00, 2020/05/26
** Author: tangjh@PSW.BSP.SENSOR
**
*************************************************************/
-->
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.oplus.hardware.oplusSensor</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISensorFeature</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*************************************************************
** OPLUS_FEATURE_FINGERPRINT
** Copyright (C), 2008-2021, OPLUS Mobile Comm Corp., Ltd
**
** Description : 1.0
** This is a hidl manifest for fingerprint
**
** Version: 1.0
** Date created: 12:00, 2021/05/31
** Author: Qijia.Zhou@BSP.Fingerprint.Basic
**
*************************************************************/
-->
<manifest version="1.0" type="device">
<hal override="true" format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<version>2.3</version>
<interface>
<name>IBiometricsFingerprint</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.oplus.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IBiometricsFingerprint</name>
<instance>default</instance>
</interface>
</hal>
</manifest>