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
+19
View File
@@ -0,0 +1,19 @@
/********************************************************************
Copyright (c) 2018-19 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
*********************************************************************/
{
"embedded_ta_images": [
{ "name":"qwes"},
{ "name":"tzsc"}
],
"ta_images": [
{ "path":"/vendor/firmware_mnt/image/qwes.mbn"},
{ "path":"/vendor/firmware/image/qwes.mbn"},
{ "path":"/vendor/firmware_mnt/image/haventkn.mbn"},
{ "path":"/vendor/firmware/image/haventkn.mbn"},
{ "path":"/vendor/firmware_mnt/image/tzsc.mbn"},
{ "path":"/vendor/firmware_mnt/image/rtice.mbn"}
]
}
@@ -0,0 +1,34 @@
/********************************************************************
Copyright (c) 2018 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
*********************************************************************/
/*
* Configure class Ids available to third-party apps that try to
* communicate with TZ. The rules defined here are used by
* com.qualcomm.qti.qms.service.TrustZoneAccess to determine
* what classes are available to clients.
*
* For Example -
* { "classId":"80", "name":"I Need Location TA", "permissions":[ "android.permission.ACCESS_FINE_LOCATION" ] },
* classId: The class ID that a TA is assigned.
* name: The name of that TA. This is only a placeholder for now.
* permissions: A list of Android permissions that a client must have to use this TA.
*/
{
"whitelist": [
{ "classId":"3", "name":"App Loader", "permissions":[] },
{ "classId":"34", "name":"PVC License", "permissions":[] },
{ "classId":"62", "name":"Device Attestation", "permissions":[] },
{ "classId":"78", "name":"Haven Token", "permissions":[] },
{ "classId":"70", "name":"RTIC App", "permissions":[] },
{ "classId":"71", "name":"RTICe App", "permissions":[] },
{ "classId":"101", "name":"Celluar Security Measures", "permissions":[] },
{ "classId":"102", "name":"SCPassThrough", "permissions":[] },
{ "classId":"119", "name":"Platform Feature Management", "permissions":[] },
{ "classId":"146", "name":"TLOC Service", "permissions":[] }
]
}