sm7325-common: Update blobs from DUBAI_RETAIL_13_T1RD33.116-33-3_subsidy-DEFAULT_regulatory-DEFAULT_cid50_CFC
Co-authored-by: sb6596 <shubhamprince111@gmail.com> Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-authored-by: Andrew Hexen <SyberHexen@gmail.com> Change-Id: I3e12f16adcb353d22f758eab4a281785d16212b2
This commit is contained in:
parent
af8ac0541f
commit
576c1636ce
96
Android.bp
96
Android.bp
@ -122,6 +122,17 @@ android_app_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android_app_import {
|
||||||
|
name: "QtiTelephony",
|
||||||
|
owner: "motorola",
|
||||||
|
apk: "proprietary/system_ext/app/QtiTelephony/QtiTelephony.apk",
|
||||||
|
certificate: "platform",
|
||||||
|
dex_preopt: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "QtiTelephonyService",
|
name: "QtiTelephonyService",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -145,6 +156,18 @@ android_app_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android_app_import {
|
||||||
|
name: "dpmserviceapp",
|
||||||
|
owner: "motorola",
|
||||||
|
apk: "proprietary/system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk",
|
||||||
|
certificate: "platform",
|
||||||
|
dex_preopt: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
privileged: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "ims",
|
name: "ims",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -195,6 +218,13 @@ dex_import {
|
|||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "uimservicelibrary",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/product/framework/uimservicelibrary.jar"],
|
||||||
|
product_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "moto-telephony",
|
name: "moto-telephony",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -230,6 +260,20 @@ dex_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.configservice-V1.0-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.configservice-V1.0-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.configservice-V1.1-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.configservice-V1.1-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "vendor.qti.ims.connection-V1.0-java",
|
name: "vendor.qti.ims.connection-V1.0-java",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -237,6 +281,13 @@ dex_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.factory-V1.1-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.factory-V1.1-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "vendor.qti.ims.factory-V2.0-java",
|
name: "vendor.qti.ims.factory-V2.0-java",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -244,6 +295,20 @@ dex_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.factory-V2.1-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.factory-V2.1-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.factory-V2.2-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.factory-V2.2-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "vendor.qti.ims.rcssip-V1.0-java",
|
name: "vendor.qti.ims.rcssip-V1.0-java",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -251,6 +316,20 @@ dex_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.rcssip-V1.1-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.rcssip-V1.1-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.rcssip-V1.2-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.rcssip-V1.2-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "vendor.qti.ims.rcsuce-V1.0-java",
|
name: "vendor.qti.ims.rcsuce-V1.0-java",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@ -258,13 +337,18 @@ dex_import {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_etc_xml {
|
dex_import {
|
||||||
name: "android.hardware.neuralnetworks@1.3-service-qti",
|
name: "vendor.qti.ims.rcsuce-V1.1-java",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.neuralnetworks@1.3-service-qti.xml",
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.rcsuce-V1.1-java.jar"],
|
||||||
filename_from_src: true,
|
system_ext_specific: true,
|
||||||
sub_dir: "vintf/manifest",
|
}
|
||||||
soc_specific: true,
|
|
||||||
|
dex_import {
|
||||||
|
name: "vendor.qti.ims.rcsuce-V1.2-java",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/system_ext/framework/vendor.qti.ims.rcsuce-V1.2-java.jar"],
|
||||||
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_etc_xml {
|
prebuilt_etc_xml {
|
||||||
|
Binary file not shown.
12
proprietary/product/etc/permissions/UimService.xml
Normal file
12
proprietary/product/etc/permissions/UimService.xml
Normal file
@ -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="/product/framework/uimservicelibrary.jar"
|
||||||
|
dependency="qti-telephony-hidl-wrapper-prd"/>
|
||||||
|
</permissions>
|
Binary file not shown.
Binary file not shown.
BIN
proprietary/product/framework/uimservicelibrary.jar
Normal file
BIN
proprietary/product/framework/uimservicelibrary.jar
Normal file
Binary file not shown.
@ -106,7 +106,6 @@
|
|||||||
<hidden-api-whitelisted-app package="com.android.bluetooth" />
|
<hidden-api-whitelisted-app package="com.android.bluetooth" />
|
||||||
<hidden-api-whitelisted-app package="org.codeaurora.bluetooth" />
|
<hidden-api-whitelisted-app package="org.codeaurora.bluetooth" />
|
||||||
<hidden-api-whitelisted-app package="com.qualcomm.qti.qmmi" />
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.qmmi" />
|
||||||
<hidden-api-whitelisted-app package="com.qualcomm.qti.perfdump" />
|
|
||||||
<hidden-api-whitelisted-app package="com.qualcomm.wfd.client" />
|
<hidden-api-whitelisted-app package="com.qualcomm.wfd.client" />
|
||||||
<hidden-api-whitelisted-app package="com.qualcomm.wfd.service" />
|
<hidden-api-whitelisted-app package="com.qualcomm.wfd.service" />
|
||||||
<hidden-api-whitelisted-app package="com.qualcomm.qti.server.wigigapp" />
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.server.wigigapp" />
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/system_ext/app/QtiTelephony/QtiTelephony.apk
Normal file
BIN
proprietary/system_ext/app/QtiTelephony/QtiTelephony.apk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/system_ext/bin/qccsyshal@1.2-service
Executable file
BIN
proprietary/system_ext/bin/qccsyshal@1.2-service
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,28 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2021 Qualcomm Technologies, Inc.
|
|
||||||
# All Rights Reserved.
|
|
||||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
||||||
#
|
|
||||||
|
|
||||||
on post-fs-data
|
|
||||||
mkdir /data/misc/qdma 0770 system system
|
|
||||||
mkdir /dev/socket/qdma_app 0777 system system
|
|
||||||
chmod 2777 /dev/socket/qdma_app
|
|
||||||
mkdir /data/misc/qdma/conf 0770 system system
|
|
||||||
|
|
||||||
on property:vendor.qti.qdma.oper.mode=1
|
|
||||||
write /data/misc/qdma/conf/qdma.conf "OperationMode:1"
|
|
||||||
chown system system /data/misc/qdma/conf/qdma.conf
|
|
||||||
|
|
||||||
on property:vendor.qti.qdma.oper.mode=2
|
|
||||||
write /data/misc/qdma/conf/qdma.conf "OperationMode:2"
|
|
||||||
chown system system /data/misc/qdma/conf/qdma.conf
|
|
||||||
|
|
||||||
on property:vendor.qti.qdma.oper.mode=3
|
|
||||||
write /data/misc/qdma/conf/qdma.conf "OperationMode:3"
|
|
||||||
chown system system /data/misc/qdma/conf/qdma.conf
|
|
||||||
|
|
||||||
service qccsyshal@1.1-service /system/system_ext/bin/qccsyshal@1.1-service
|
|
||||||
class hal
|
|
||||||
user system
|
|
||||||
group system inet
|
|
@ -0,0 +1,37 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2021-2022 Qualcomm Technologies, Inc.
|
||||||
|
# All Rights Reserved.
|
||||||
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||||
|
#
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
mkdir /dev/socket/qcc_app 0770 system vendor_qtr
|
||||||
|
chmod 2770 /dev/socket/qcc_app
|
||||||
|
|
||||||
|
mkdir /data/misc/qcc 0770 system vendor_qtr
|
||||||
|
mkdir /data/misc/qcc/up 0770 system vendor_qtr
|
||||||
|
mkdir /data/misc/qcc/down 0770 system vendor_qtr
|
||||||
|
mkdir /data/misc/qcc/conf 0770 system vendor_qtr
|
||||||
|
mkdir /data/misc/qcc/shared 0770 system vendor_qtr
|
||||||
|
mkdir /data/misc/qcc/down/200 0770 system vendor_qtr
|
||||||
|
|
||||||
|
on property:vendor.qti.qcc.oper.mode=1
|
||||||
|
write /data/misc/qcc/conf/qcc.conf "OperationMode:1"
|
||||||
|
chown system vendor_qtr /data/misc/qcc/conf/qcc.conf
|
||||||
|
|
||||||
|
on property:vendor.qti.qcc.oper.mode=2
|
||||||
|
write /data/misc/qcc/conf/qcc.conf "OperationMode:2"
|
||||||
|
chown system vendor_qtr /data/misc/qcc/conf/qcc.conf
|
||||||
|
|
||||||
|
on property:vendor.qti.qcc.oper.mode=3
|
||||||
|
write /data/misc/qcc/conf/qcc.conf "OperationMode:3"
|
||||||
|
chown system vendor_qtr /data/misc/qcc/conf/qcc.conf
|
||||||
|
|
||||||
|
on property:vendor.qti.qcc.oper.mode=4
|
||||||
|
write /data/misc/qcc/conf/qcc.conf "OperationMode:4"
|
||||||
|
chown system vendor_qtr /data/misc/qcc/conf/qcc.conf
|
||||||
|
|
||||||
|
service qccsyshal@1.2-service /system/system_ext/bin/qccsyshal@1.2-service
|
||||||
|
class hal
|
||||||
|
user system
|
||||||
|
group vendor_qtr system
|
@ -14,6 +14,9 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<permissions>
|
<permissions>
|
||||||
<library name="moto-telephony" file="/system_ext/framework/moto-telephony.jar"/>
|
<library
|
||||||
|
name="moto-telephony"
|
||||||
|
file="/system_ext/framework/moto-telephony.jar"
|
||||||
|
/>
|
||||||
</permissions>
|
</permissions>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!--
|
<!--
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
Copyright (c) 2021 Qualcomm Technologies, Inc.
|
Copyright (c) 2021-2022 Qualcomm Technologies, Inc.
|
||||||
All Rights Reserved.
|
All Rights Reserved.
|
||||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
@ -14,4 +14,16 @@
|
|||||||
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.0-java.jar"/>
|
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.0-java.jar"/>
|
||||||
<library name="vendor.qti.ims.rcssip-V1.0-java"
|
<library name="vendor.qti.ims.rcssip-V1.0-java"
|
||||||
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.0-java.jar"/>
|
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.0-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.factory-V2.1-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.factory-V2.1-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.rcsuce-V1.1-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.1-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.rcssip-V1.1-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.1-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.factory-V2.2-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.factory-V2.2-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.rcsuce-V1.2-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.2-java.jar"/>
|
||||||
|
<library name="vendor.qti.ims.rcssip-V1.2-java"
|
||||||
|
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.2-java.jar"/>
|
||||||
</permissions>
|
</permissions>
|
||||||
|
@ -76,3 +76,4 @@ getdents64: 1
|
|||||||
dup: 1
|
dup: 1
|
||||||
lseek: 1
|
lseek: 1
|
||||||
tgkill: 1
|
tgkill: 1
|
||||||
|
process_vm_readv: 1
|
||||||
|
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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/system_ext/lib/vendor.qti.hardware.qccsyshal@1.2.so
Normal file
BIN
proprietary/system_ext/lib/vendor.qti.hardware.qccsyshal@1.2.so
Normal file
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 not shown.
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 not shown.
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user