[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
[Detail]
Add API to set vendor property in RILD
MTK-Commit-Id: 48b137c317e4baf195b87f767702b1b4956e7696
Change-Id: I4d03c4affb0f1a2a96b8a8cea867b46750d2132a
CR-Id: ALPS04055044
Feature: IMS SS
[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