Spacewar: Sync vendor for 22.1
Change-Id: Id3274a56142e9773ee822c30a9cd15ae5ace7859
This commit is contained in:
26911
Android.bp
26911
Android.bp
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,5 @@
|
|||||||
|
#
|
||||||
# Automatically generated file. DO NOT MODIFY
|
# Automatically generated file. DO NOT MODIFY
|
||||||
#
|
#
|
||||||
# This file is generated by device/nothing/Spacewar/setup-makefiles.sh
|
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifeq ($(TARGET_DEVICE),Spacewar)
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
#
|
||||||
# Automatically generated file. DO NOT MODIFY
|
# Automatically generated file. DO NOT MODIFY
|
||||||
#
|
#
|
||||||
# This file is generated by device/nothing/Spacewar/setup-makefiles.sh
|
|
||||||
|
|
||||||
|
|||||||
1708
Spacewar-vendor.mk
1708
Spacewar-vendor.mk
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -106,12 +106,11 @@
|
|||||||
<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" />
|
||||||
<!-- These are location components that need to freely run in the background -->
|
<!-- These are location components that need to freely run in the background -->
|
||||||
<allow-in-power-save package="com.qualcomm.location" />
|
<allow-in-power-save package="com.qualcomm.location" />
|
||||||
<allow-in-power-save package="com.qualcomm.location.XT" />
|
|
||||||
<allow-in-power-save package="com.qualcomm.location.XT.setup" />
|
|
||||||
<hidden-api-whitelisted-app package="com.qti.service.colorservice" />
|
<hidden-api-whitelisted-app package="com.qti.service.colorservice" />
|
||||||
</config>
|
</config>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
proprietary/system/lib64/vendor.qti.diaghal-V1-ndk.so
Normal file
BIN
proprietary/system/lib64/vendor.qti.diaghal-V1-ndk.so
Normal file
Binary file not shown.
BIN
proprietary/system_ext/app/PowerOffAlarm/PowerOffAlarm.apk
Normal file
BIN
proprietary/system_ext/app/PowerOffAlarm/PowerOffAlarm.apk
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.
@@ -19,4 +19,3 @@
|
|||||||
file="/system_ext/framework/com.android.hotwordenrollment.common.util.jar"
|
file="/system_ext/framework/com.android.hotwordenrollment.common.util.jar"
|
||||||
/>
|
/>
|
||||||
</permissions>
|
</permissions>
|
||||||
|
|
||||||
|
|||||||
@@ -80,4 +80,13 @@ It allows additional grants on top of privapp-permissions-platform.xml
|
|||||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||||
</privapp-permissions>
|
</privapp-permissions>
|
||||||
|
|
||||||
|
<privapp-permissions package="com.qti.phone">
|
||||||
|
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||||
|
<permission name="android.permission.STATUS_BAR"/>
|
||||||
|
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||||
|
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||||
|
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||||
|
<permission name="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/>
|
||||||
|
</privapp-permissions>
|
||||||
|
|
||||||
</permissions>
|
</permissions>
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2020 Qualcomm Technologies, Inc.
|
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
||||||
All Rights Reserved.
|
All rights reserved.
|
||||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||||
-->
|
-->
|
||||||
<permissions>
|
<permissions>
|
||||||
<privapp-permissions package="com.qualcomm.wfd.service">
|
<privapp-permissions package="com.qualcomm.wfd.service">
|
||||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||||
|
<permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
|
||||||
|
<permission name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
|
||||||
</privapp-permissions>
|
</privapp-permissions>
|
||||||
</permissions>
|
</permissions>
|
||||||
|
|||||||
@@ -31,6 +31,17 @@ Full documentation at frameworks/base/data/etc/preinstalled-packages-platform.xm
|
|||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qcrilmsgtunnel">
|
<install-in-user-type package="com.qualcomm.qcrilmsgtunnel">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
|
<install-in user-type="FULL" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<!-- uim-remote-service -->
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.uimremoteclient">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.uimremoteserver">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- telephony-apps -->
|
<!-- telephony-apps -->
|
||||||
@@ -43,16 +54,38 @@ Full documentation at frameworks/base/data/etc/preinstalled-packages-platform.xm
|
|||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.atfwd2">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.callfeaturessetting">
|
<install-in-user-type package="com.qualcomm.qti.callfeaturessetting">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="org.codeaurora.dialer">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
<install-in user-type="FULL" />
|
||||||
|
<install-in user-type="PROFILE" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.confdialer">
|
<install-in-user-type package="com.qualcomm.qti.confdialer">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qti.confuridialer">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
<install-in user-type="FULL" />
|
||||||
|
<install-in user-type="PROFILE" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.ridemodeaudio">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
<install-in user-type="FULL" />
|
||||||
|
<install-in user-type="PROFILE" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
<install-in-user-type package="com.qti.qualcomm.datastatusnotification">
|
<install-in-user-type package="com.qti.qualcomm.datastatusnotification">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
@@ -63,10 +96,7 @@ Full documentation at frameworks/base/data/etc/preinstalled-packages-platform.xm
|
|||||||
|
|
||||||
<install-in-user-type package="org.codeaurora.ims">
|
<install-in-user-type package="org.codeaurora.ims">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
<install-in user-type="FULL" />
|
||||||
|
|
||||||
<install-in-user-type package="org.codeaurora.qti.nrNetworkSettingApp">
|
|
||||||
<install-in user-type="SYSTEM" />
|
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.telephonyservice">
|
<install-in-user-type package="com.qualcomm.qti.telephonyservice">
|
||||||
@@ -79,28 +109,64 @@ Full documentation at frameworks/base/data/etc/preinstalled-packages-platform.xm
|
|||||||
|
|
||||||
<install-in-user-type package="com.qti.xdivert">
|
<install-in-user-type package="com.qti.xdivert">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qti.phone">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.modemtestmode">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.ims">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.remoteSimlockAuth">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- telephony-internal -->
|
<!-- telephony-internal -->
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.imsiprivacy.tests">
|
<install-in-user-type package="com.qualcomm.qti.imsiprivacy.tests">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qti.qualcomm.carriertest">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.uimlpatest">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- telephony-noship -->
|
<!-- telephony-noship -->
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.devicestatisticsservice">
|
<install-in-user-type package="com.qualcomm.qti.devicestatisticsservice">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.embms">
|
|
||||||
<install-in user-type="SYSTEM" />
|
|
||||||
</install-in-user-type>
|
|
||||||
|
|
||||||
<install-in-user-type package="com.qualcomm.qti.euiccresource">
|
<install-in-user-type package="com.qualcomm.qti.euiccresource">
|
||||||
<install-in user-type="SYSTEM" />
|
<install-in user-type="SYSTEM" />
|
||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.android.MultiplePdpTest">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.lpa">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.uimGbaApp">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
|
<install-in-user-type package="com.qualcomm.qti.uim">
|
||||||
|
<install-in user-type="SYSTEM" />
|
||||||
|
</install-in-user-type>
|
||||||
|
|
||||||
</config>
|
</config>
|
||||||
|
|||||||
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/libwfdclient.so
Normal file
BIN
proprietary/system_ext/lib/libwfdclient.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.
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/lib64/vendor.qti.ImsRtpService-V1-ndk.so
Normal file
BIN
proprietary/system_ext/lib64/vendor.qti.ImsRtpService-V1-ndk.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.
BIN
proprietary/system_ext/priv-app/QtiTelephony/QtiTelephony.apk
Normal file
BIN
proprietary/system_ext/priv-app/QtiTelephony/QtiTelephony.apk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/bin/ATFWD-daemon
vendored
BIN
proprietary/vendor/bin/ATFWD-daemon
vendored
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user