sdm660-common: Checkout Proprietary Blobs From R-CAF

- LA.UM.9.12.r1-10800-SMxx50.0
     - Alarm, ANT+, Bluetooth, Bluetooth-Audio, CNE, Connection Security, Data, Diag, DPM
     - ESE-Powermanager, FM, IMS, Latency, PD, Peripheral manager, QCC VND HAL, QCRIL, QCC-TR-UI, QDMA, QMI
     - RemoteFS, Soter, TFTP, SMC Invoke, Time Services, Wifi

- LA.UM.9.6.2.r1-03600-89xx.0
     - DRM, DRM-Qteeconnector, TUI, WFD
     - Add QSEEcom Hal

- LA.QSSI.11.0.r1*
     - FM, Telephony (System)

Signed-off-by: Kunmun <kunmun.devroms@gmail.com>
This commit is contained in:
pranavkapoor001
2021-09-30 00:56:40 +05:30
committed by Kunmun
parent 7fb4d1a1bf
commit 2df38515e7
583 changed files with 2307 additions and 978 deletions
@@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright (c) 2013,2015-2016 Qualcomm Technologies, Inc.
** All Rights Reserved.
** Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
-->
<!-- If you edit this version, also edit the version in the partner-supplied
cdma_call_conf.xml configuration file -->
<calloptions version="1">
<!--Call Forwarding Unconditional(CFU) -->
<!-- activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*72"
type="0"
category="1"
state="1"
/>
<!-- de-activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*720"
type="0"
category="1"
state="0"
/>
<!--activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*72"
type="0"
category="2"
state="1"
/>
<!-- de-activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*720"
type="0"
category="2"
state="0"
/>
<!-- Call Forwarding Busy(CFB)-->
<!-- activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*90"
type="1"
category="1"
state="1"
/>
<!-- de-activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*900"
type="1"
category="1"
state="0"
/>
<!--activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*90"
type="1"
category="2"
state="1"
/>
<!-- de-activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*900"
type="1"
category="2"
state="0"
/>
<!-- Call Forwarding Not Reachable(CFNR)-->
<!-- activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*68"
type="3"
category="1"
state="1"
/>
<!-- de-activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*680"
type="3"
category="1"
state="0"
/>
<!--activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*68"
type="3"
category="2"
state="1"
/>
<!-- de-activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*680"
type="3"
category="2"
state="0"
/>
<!-- Call Forwarding Not Answer(CFNA)-->
<!-- activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*92"
type="2"
category="1"
state="1"
/>
<!-- de-activation code for other number -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*920"
type="2"
category="1"
state="0"
/>
<!--activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*92"
type="2"
category="2"
state="1"
/>
<!-- de-activation code for voicemail -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*920"
type="2"
category="2"
state="0"
/>
<!-- De-activate all CF Service -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*730"
type="4"
category="1"
state="0"
/>
<!-- Call waiting -->
<!-- Activate call waiting -->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*74"
type="6"
state="1"
/>
<!-- Deactivate call waiting-->
<option carrier="China Telecom"
mcc="460"
mnc="03"
number="*740"
type="6"
state="0"
/>
<!-- End of China Telecom -->
</calloptions>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2017, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.remoteSimlock.uimremotesimlocklibrary"
file="/system_ext/framework/uimremotesimlocklibrary.jar"/>
</permissions>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.remoteSimlock.manager.remotesimlockmanagerlibrary"
file="/system_ext/framework/remotesimlockmanagerlibrary.jar"
dependency="com.qualcomm.qti.remoteSimlock.uimremotesimlocklibrary"/>
</permissions>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2014, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.uimGba.uimgbalibrary"
file="/system_ext/framework/uimgbalibrary.jar"/>
</permissions>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.uimGbaManager.uimgbamanagerlibrary"
file="/system_ext/framework/uimgbamanagerlibrary.jar"
dependency="com.qualcomm.qti.uimGba.uimgbalibrary"/>
</permissions>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2017, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.uim.uimservicelibrary"
file="/system_ext/framework/uimservicelibrary.jar"
dependency="qti-telephony-hidl-wrapper"/>
</permissions>
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2019 Qualcomm Technologies, Inc.
~ All Rights Reserved.
~ Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<!--
~ Copyright (c) 2017, The Linux Foundation. All rights reserved.
~ Not a Contribution.
-->
<!--
~ Copyright (C) 2016 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
-->
<!--
This XML file declares which signature|privileged permissions should be
granted to privileged applications on QTI devices.
It allows additional grants on top of privapp-permissions-platform.xml
-->
<permissions>
<privapp-permissions package="com.qti.ltebc">
<permission name="android.permission.SEND_EMBMS_INTENTS"/>
</privapp-permissions>
</permissions>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.lpa.uimlpalibrary"
file="/system_ext/framework/uimlpalibrary.jar"/>
</permissions>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2014, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
-->
<permissions>
<library name="com.qualcomm.uimremoteclientlibrary"
file="/system_ext/framework/uimremoteclientlibrary.jar"/>
</permissions>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2014, 2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
-->
<permissions>
<library name="com.qualcomm.uimremoteserverlibrary"
file="/system_ext/framework/uimremoteserverlibrary.jar"/>
</permissions>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (c) 2013,2016, Qualcomm Technologies, Inc.
* All Rights Reserved.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
-->
<spnOverrides>
<!-- China -->
<spnOverride numeric="46000" spn="China Mobile" />
<spnOverride numeric="46001" spn="China Unicom" />
<spnOverride numeric="46002" spn="China Mobile" />
<spnOverride numeric="46003" spn="China Telecom" />
<spnOverride numeric="46005" spn="China Telecom" />
<spnOverride numeric="46006" spn="China Unicom" />
<spnOverride numeric="46007" spn="China Mobile" />
<!-- Taiwan -->
<spnOverride numeric="46601" spn="FarEasTone" />
<spnOverride numeric="46605" spn="APBW" />
<spnOverride numeric="46606" spn="Tuntex" />
<spnOverride numeric="46688" spn="KG Telecom" />
<spnOverride numeric="46689" spn="VIBO" />
<spnOverride numeric="46692" spn="Chungwa" />
<spnOverride numeric="46693" spn="MobiTai" />
<spnOverride numeric="46697" spn="Taiwan Mobile" />
<spnOverride numeric="46699" spn="TransAsia" />
<!--Hong Kong -->
<spnOverride numeric="45429" spn="PCCW" />
<spnOverride numeric="45404" spn="Hutchison" />
<spnOverride numeric="45406" spn="Smartone" />
</spnOverrides>
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
/* Copyright (c) 2017-2018, 2020 The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-->
<config>
<!-- Broadcast actions that are currently whitelisted. -->
<allow-implicit-broadcast action="org.codeaurora.intent.action.CALL_COMPOSER_INFO" />
</config>