bangkk: overlay: Declare eUICC device capabilities

From product/overlay/framework-res__auto_generated_rro_product.apk

Change-Id: Ia0a23bbacd4d5e89fac4f784719a52f60d5ceeb5
This commit is contained in:
LuK1337 2024-08-26 00:29:05 +05:30 committed by Michael Bestas
parent de793d4e95
commit f2f8078c45
No known key found for this signature in database

View file

@ -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>