fogos: overlay: Declare eUICC device capabilities
From product/overlay/framework-res__auto_generated_rro_product.apk Change-Id: Ia0a23bbacd4d5e89fac4f784719a52f60d5ceeb5
This commit is contained in:
parent
83a59ef5f3
commit
7ea2541a95
1 changed files with 22 additions and 0 deletions
|
@ -4,6 +4,28 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- An array of device capabilities defined by GSMA SGP.22 v2.0.
|
||||||
|
The first item is the capability name that the device supports. The second item is the
|
||||||
|
major version. The minor and revision versions are default to 0s.
|
||||||
|
The device capabilities and their definition in the spec are:
|
||||||
|
gsm : gsmSupportedRelease
|
||||||
|
utran : utranSupportedRelease
|
||||||
|
cdma1x : cdma2000onexSupportedRelease
|
||||||
|
hrpd : cdma2000hrpdSupportedRelease
|
||||||
|
ehrpd : cdma2000ehrpdSupportedRelease
|
||||||
|
eutran : eutranSupportedRelease
|
||||||
|
nfc : contactlessSupportedRelease
|
||||||
|
crl : rspCrlSupportedVersion
|
||||||
|
nrepc : nrEpcSupportedRelease
|
||||||
|
nr5gc : nr5gcSupportedRelease
|
||||||
|
eutran5gc : eutran5gcSupportedRelease
|
||||||
|
-->
|
||||||
|
<string-array name="config_telephonyEuiccDeviceCapabilities">
|
||||||
|
<item>gsm,9</item>
|
||||||
|
<item>utran,9</item>
|
||||||
|
<item>eutran,15</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
<!-- Device-specific array of SIM slot indexes which are are embedded eUICCs.
|
<!-- Device-specific array of SIM slot indexes which are are embedded eUICCs.
|
||||||
e.g. If a device has two physical slots with indexes 0, 1, and slot 1 is an
|
e.g. If a device has two physical slots with indexes 0, 1, and slot 1 is an
|
||||||
eUICC, then the value of this array should be:
|
eUICC, then the value of this array should be:
|
||||||
|
|
Loading…
Reference in a new issue