[ALPS04125055] Set SBP ID to nvdata for CCCI requirement
[Detail] From android P, CCCI will not wait for the data partition ready for the nvram data, so that CCCI cannot read the persist property during the boot up phase. [Solution] Carrier express set SBP ID to nvdata for CCCI requirement. MTK-Commit-Id: 2c460ca4aadbd0b130a5478337b8eb8ad6cbdb3c Change-Id: I1bc3f8f012cb5e2bf2ef1b1d72d9543c7554bbd0 CR-Id: ALPS04125055 Feature: Regional Carrier Express Pack
This commit is contained in:
parent
0016bf873f
commit
1609d21594
@ -130,6 +130,10 @@ set_prop(rild, vendor_ril_ipo_prop)
|
||||
# Operation: P migration
|
||||
# Purpose: Allow carrier express HIDL to set vendor property
|
||||
set_prop(rild, mtk_cxp_vendor_prop)
|
||||
allow rild mnt_vendor_file:dir search;
|
||||
allow rild mnt_vendor_file:file create_file_perms;
|
||||
allow rild nvdata_file:dir create_dir_perms;
|
||||
allow rild nvdata_file:file create_file_perms;
|
||||
|
||||
#Date : W18.29
|
||||
#Purpose: allow rild access binder to mtk_hal_secure_element
|
||||
|
@ -129,6 +129,10 @@ set_prop(mtkrild, vendor_radio_prop)
|
||||
# Operation: P migration
|
||||
# Purpose: Allow carrier express HIDL to set vendor property
|
||||
set_prop(mtkrild, mtk_cxp_vendor_prop)
|
||||
allow mtkrild mnt_vendor_file:dir search;
|
||||
allow mtkrild mnt_vendor_file:file create_file_perms;
|
||||
allow mtkrild nvdata_file:dir create_dir_perms;
|
||||
allow mtkrild nvdata_file:file create_file_perms;
|
||||
|
||||
# Date : WK18.31
|
||||
# Operation: P migration
|
||||
|
@ -57,6 +57,10 @@ set_prop(mtkrild, vendor_ril_ipo_prop)
|
||||
# Operation: P migration
|
||||
# Purpose: Allow carrier express HIDL to set vendor property
|
||||
set_prop(mtkrild, mtk_cxp_vendor_prop)
|
||||
allow mtkrild mnt_vendor_file:dir search;
|
||||
allow mtkrild mnt_vendor_file:file create_file_perms;
|
||||
allow mtkrild nvdata_file:dir create_dir_perms;
|
||||
allow mtkrild nvdata_file:file create_file_perms;
|
||||
|
||||
# Date : WK18.31
|
||||
# Operation: P migration
|
||||
|
Loading…
x
Reference in New Issue
Block a user