[ALPS03873734] Follow Android P new property rules

[Detail]
Android P add new limitation for property access between
system partition and vendor partition:
1. SET and GET only by system
2. System cannot SET the property which SET/GET by vendor.
3. Allow system and vendor GET the property which SET by vendor.

[Solution]
Add new CXP HIDL to set the vendor property in vendor layer.

MTK-Commit-Id: 9a2ec20bc8a60761ed0ff15f897f67b3883f8486

Change-Id: Icaea3afb2743108d7c78eea2b6e4dad363a8052d
CR-Id: ALPS03873734
Feature: Regional Carrier Express Pack
This commit is contained in:
Miles Chuang 2020-01-18 10:04:27 +08:00
parent 5ea20dfd23
commit 2555c134f1
3 changed files with 14 additions and 0 deletions

View File

@ -125,3 +125,8 @@ set_prop(rild, vendor_radio_prop)
#Date : W18.21
#Purpose: allow rild access to vendor.ril.ipo system property
set_prop(rild, vendor_ril_ipo_prop)
# Date : WK18.26
# Operation: P migration
# Purpose: Allow carrier express HIDL to set vendor property
set_prop(rild, mtk_cxp_vendor_prop)

View File

@ -124,3 +124,8 @@ get_prop(mtkrild, tel_switch_prop)
#Date: W1817
#Purpose: allow rild access property of vendor_radio_prop
set_prop(mtkrild, vendor_radio_prop)
# Date : WK18.26
# Operation: P migration
# Purpose: Allow carrier express HIDL to set vendor property
set_prop(mtkrild, mtk_cxp_vendor_prop)

View File

@ -53,3 +53,7 @@ allow rild hal_audio_hwservice:hwservice_manager find;
#Purpose: allow rild access to vendor.ril.ipo system property
set_prop(mtkrild, vendor_ril_ipo_prop)
# Date : WK18.26
# Operation: P migration
# Purpose: Allow carrier express HIDL to set vendor property
set_prop(mtkrild, mtk_cxp_vendor_prop)