Skip to content

Commit

Permalink
whyred: update Radio/IMS blobs from jasmine
Browse files Browse the repository at this point in the history
- jasmine-user 10 QKQ1.190910.002 V11.0.4.0.QDIMIXM release-keys

Change-Id: I88627460bc4b8754a505c4ed21b7615c8b3b4a14
Signed-off-by: srfarias <[email protected]>
  • Loading branch information
ericfrs committed Jan 21, 2020
1 parent 506eca2 commit 14d787a
Show file tree
Hide file tree
Showing 148 changed files with 1,637 additions and 73 deletions.
56 changes: 25 additions & 31 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,6 @@ cc_prebuilt_library_shared {
product_specific: true,
}

android_app_import {
name: "QtiTelephonyService",
owner: "xiaomi",
apk: "proprietary/app/QtiTelephonyService/QtiTelephonyService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
}

android_app_import {
name: "SoterService",
owner: "xiaomi",
Expand All @@ -213,89 +203,93 @@ android_app_import {
}

android_app_import {
name: "datastatusnotification",
name: "WfdService",
owner: "xiaomi",
apk: "proprietary/app/datastatusnotification/datastatusnotification.apk",
apk: "proprietary/priv-app/WfdService/WfdService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
}

android_app_import {
name: "embms",
name: "FingerprintExtensionService",
owner: "xiaomi",
apk: "proprietary/app/embms/embms.apk",
apk: "proprietary/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
}

android_app_import {
name: "WfdService",
name: "PowerOffAlarm",
owner: "xiaomi",
apk: "proprietary/priv-app/WfdService/WfdService.apk",
apk: "proprietary/vendor/app/PowerOffAlarm/PowerOffAlarm.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
soc_specific: true,
}

android_app_import {
name: "ims",
name: "QtiTelephonyService",
owner: "xiaomi",
apk: "proprietary/priv-app/ims/ims.apk",
apk: "proprietary/product/app/QtiTelephonyService/QtiTelephonyService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}

android_app_import {
name: "qcrilmsgtunnel",
name: "datastatusnotification",
owner: "xiaomi",
apk: "proprietary/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk",
apk: "proprietary/product/app/datastatusnotification/datastatusnotification.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}

android_app_import {
name: "imssettings",
owner: "xiaomi",
apk: "proprietary/vendor/app/imssettings/imssettings.apk",
apk: "proprietary/product/app/imssettings/imssettings.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
product_specific: true,
}

android_app_import {
name: "FingerprintExtensionService",
name: "ims",
owner: "xiaomi",
apk: "proprietary/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk",
apk: "proprietary/product/priv-app/ims/ims.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
privileged: true,
product_specific: true,
}

android_app_import {
name: "PowerOffAlarm",
name: "qcrilmsgtunnel",
owner: "xiaomi",
apk: "proprietary/vendor/app/PowerOffAlarm/PowerOffAlarm.apk",
apk: "proprietary/product/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
privileged: true,
product_specific: true,
}

android_app_import {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="com.qualcomm.qti.imscmservice-V2.0-java"
file="/system/product/framework/com.qualcomm.qti.imscmservice-V2.0-java.jar" />
</permissions>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- Copyright (c) 2018 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc. -->

<permissions>

<library name="com.qualcomm.qti.imscmservice-V2.1-java" file="/system/product/framework/com.qualcomm.qti.imscmservice-V2.1-java.jar" />

</permissions>
Original file line number Diff line number Diff line change
@@ -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.imscmservice-V2.2-java" file="/system/product/framework/com.qualcomm.qti.imscmservice-V2.2-java.jar" />

</permissions>
6 changes: 6 additions & 0 deletions proprietary/product/etc/permissions/qcrilhook.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<library name="com.qualcomm.qcrilhook"
file="/product/framework/qcrilhook.jar"
dependency="qti-telephony-utils:qti-telephony-hidl-wrapper" />
</permissions>
11 changes: 11 additions & 0 deletions proprietary/product/etc/permissions/telephonyservice.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Copyright (c) 2014 Qualcomm Technologies, Inc. All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
-->

<permissions>
<library name="com.qualcomm.qti.QtiTelephonyServicelibrary"
file="/system/product/framework/QtiTelephonyServicelibrary.jar"/>
</permissions>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added proprietary/product/framework/qcrilhook.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added proprietary/product/lib/libdiag_system.so
Binary file not shown.
Binary file added proprietary/product/lib/[email protected]
Binary file not shown.
Binary file added proprietary/product/lib/[email protected]
Binary file not shown.
Binary file added proprietary/product/lib64/lib-imscamera.so
Binary file not shown.
Binary file added proprietary/product/lib64/lib-imsvideocodec.so
Binary file not shown.
Binary file added proprietary/product/lib64/lib-imsvt.so
Binary file not shown.
Binary file added proprietary/product/lib64/lib-imsvtextutils.so
Binary file not shown.
Binary file added proprietary/product/lib64/lib-imsvtutils.so
Binary file not shown.
Binary file added proprietary/product/lib64/libdiag_system.so
Binary file not shown.
Binary file added proprietary/product/lib64/libimscamera_jni.so
Binary file not shown.
Binary file added proprietary/product/lib64/libimsmedia_jni.so
Binary file not shown.
Binary file added proprietary/product/lib64/[email protected]
Binary file not shown.
Binary file added proprietary/product/lib64/[email protected]
Binary file not shown.
Binary file added proprietary/product/priv-app/ims/ims.apk
Binary file not shown.
Binary file not shown.
Binary file modified proprietary/vendor/bin/ATFWD-daemon
Binary file not shown.
Binary file modified proprietary/vendor/bin/adpl
Binary file not shown.
Binary file modified proprietary/vendor/bin/hw/qcrild
Binary file not shown.
Binary file modified proprietary/vendor/bin/ims_rtp_daemon
Binary file not shown.
Binary file modified proprietary/vendor/bin/imsdatadaemon
Binary file not shown.
Binary file modified proprietary/vendor/bin/imsqmidaemon
Binary file not shown.
Binary file modified proprietary/vendor/bin/imsrcsd
Binary file not shown.
Binary file modified proprietary/vendor/bin/netmgrd
Binary file not shown.
Binary file modified proprietary/vendor/bin/port-bridge
Binary file not shown.
Binary file modified proprietary/vendor/bin/qti
Binary file not shown.
Binary file modified proprietary/vendor/bin/rmt_storage
Binary file not shown.
Binary file modified proprietary/vendor/bin/tftp_server
Binary file not shown.
180 changes: 179 additions & 1 deletion proprietary/vendor/etc/data/dsi_config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DSI Module configuration XML file
Copyright (c) 2013, 2015, 2017-2018 Qualcomm Technologies, Inc.
Copyright (c) 2013, 2015, 2017-2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
Expand Down Expand Up @@ -110,6 +110,40 @@
</list>
</listitem>

<!-- Configuration of off target testing -->
<listitem name="off_target">

<data name="qos_enabled" type="int"> 0 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_mhi0 </data>

<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet_mhi0 </data>

<data name="num_dsi_handles" type="int"> 8 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
</list>

<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
</list>
</listitem>

<!-- Configuration for MSM8994 -->
<listitem name="msm8994">

Expand Down Expand Up @@ -1014,5 +1048,149 @@
<data type="string"> rmnet_data10 </data>
</list>
</listitem>

<!-- Configuration for DS_TARGET_FUSION_SDA855_SDX55 PCIe -->
<listitem name="fusion_sda855_sdx55">

<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_mhi0 </data>

<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet_mhi0 </data>

<data name="num_dsi_handles" type="int"> 17 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>

<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
</listitem>

<!-- Configuration for DS_TARGET_FUSION_SDA865_SDX55 PCIe -->
<listitem name="fusion_sda865_sdx55">

<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_mhi0 </data>

<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet_mhi0 </data>

<data name="num_dsi_handles" type="int"> 17 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>

<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
</listitem>

<!-- Configuration for lito -->
<listitem name="lito">

<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>

<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>

<data name="num_dsi_handles" type="int"> 11 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>

<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
</listitem>
</list>

Loading

0 comments on commit 14d787a

Please sign in to comment.