sdm710-common: Move qti_whitelist.xml to /system_ext
- Also kang file from sdm845 tree Change-Id: Id8617513cfd686b3f6888a89c1b1db196acfb476 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
2c91884f8c
commit
c5d290db1d
2 changed files with 72 additions and 0 deletions
71
configs/qti_whitelist.xml
Normal file
71
configs/qti_whitelist.xml
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
/* Copyright (c) 2017, 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>
|
||||||
|
<!-- These are telephony components that need to freely run in the background -->
|
||||||
|
<allow-in-power-save package="com.qualcomm.atfwd" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.telephonyservice" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qcrilmsgtunnel" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.ims" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.radioconfiginterface" />
|
||||||
|
|
||||||
|
<!-- These telephony applications need access to non-[System]SDK APIs -->
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.uimremoteserver" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.uimremoteclient" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.atfwd" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.autoregistration" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.callenhancement" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.callfeaturessetting" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qti.qualcomm.datastatusnotification" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qti.qualcomm.deviceinfo" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.modemtestmode" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.networksetting" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.qtisystemservice" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.telephonyservice" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.radioconfiginterface" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.roamingsettings" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.simsettings" />
|
||||||
|
<hidden-api-whitelisted-app package="org.codeaurora.ims" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.ims" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qti.xdivert" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qcrilmsgtunnel" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.ltedirect" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.app" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.embms" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.embmstuneaway" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.lpa" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.qti.uim" />
|
||||||
|
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.wfd.client" />
|
||||||
|
<hidden-api-whitelisted-app package="com.qualcomm.wfd.service" />
|
||||||
|
<allow-implicit-broadcast action="org.codeaurora.intent.action.PRE_ALERTING_CALL_INFO" />
|
||||||
|
</config>
|
|
@ -348,6 +348,7 @@ PRODUCT_PACKAGES += \
|
||||||
libqti_vndfwk_detect.vendor
|
libqti_vndfwk_detect.vendor
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/sysconfig/qti_whitelist.xml \
|
||||||
$(LOCAL_PATH)/configs/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/privapp-permissions-qti.xml
|
$(LOCAL_PATH)/configs/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/privapp-permissions-qti.xml
|
||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
|
|
Loading…
Reference in a new issue