Merge "[ALPS03809072] Set rat config property permission" into alps-trunk-p0.basic

Change-Id: I502f65db202f4fcad0cb1303443727a4561501c2
MTK-Commit-Id: 5118fd2a20f1b662b5cc590c04fe30ad6e0258cb
This commit is contained in:
Diangang Qin 2020-01-18 09:58:27 +08:00 committed by Gerrit Code Review
commit db64e86a91
3 changed files with 9 additions and 1 deletions

View File

@ -198,3 +198,7 @@ type mtk_ril_mode_prop, property_type, mtk_core_property_type;
#=============GPS support properties==============
type mtk_gps_support_prop, property_type, mtk_core_property_type;
#=============mtk rat config property=============
type mtk_rat_config_prop, property_type, mtk_core_property_type;

View File

@ -219,3 +219,6 @@ ro.vendor.mtk_gps_support u:object_r:mtk_gps_support_prop:s0
ro.vendor.mtk_agps_app u:object_r:mtk_gps_support_prop:s0
ro.vendor.mtk_log_hide_gps u:object_r:mtk_gps_support_prop:s0
ro.vendor.mtk_hidl_consolidation u:object_r:mtk_gps_support_prop:s0
#============allow rat config=======#
ro.vendor.mtk_protocol1_rat_config u:object_r:mtk_rat_config_prop:s0

View File

@ -25,4 +25,5 @@ set_prop(vendor_init, persist_mtk_aee_prop)
set_prop(vendor_init, ro_mtk_aee_prop)
set_prop(vendor_init, vendor_usb_prop)
set_prop(vendor_init, mtk_ct_volte_prop)
set_prop(vendor_init, mtk_gps_support_prop)
set_prop(vendor_init, mtk_gps_support_prop)
set_prop(vendor_init, mtk_rat_config_prop)