bangkk: overlay: Declare eUICC device capabilities
From product/overlay/framework-res__auto_generated_rro_product.apk Change-Id: Ia0a23bbacd4d5e89fac4f784719a52f60d5ceeb5
This commit is contained in:
parent
de793d4e95
commit
f2f8078c45
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<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" translatable="false">
|
||||||
|
<item>gsm,9</item>
|
||||||
|
<item>utran,9</item>
|
||||||
|
<item>eutran,15</item>
|
||||||
|
</string-array>
|
||||||
|
</resources>
|
Loading…
Reference in a new issue