1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Licensed under the Apache License, Version 2.0 (the "License");
5** you may not use this file except in compliance with the License.
6** You may obtain a copy of the License at
7**
8**     http://www.apache.org/licenses/LICENSE-2.0
9**
10** Unless required by applicable law or agreed to in writing, software
11** distributed under the License is distributed on an "AS IS" BASIS,
12** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13** See the License for the specific language governing permissions and
14** limitations under the License.
15*/
16-->
17
18<!-- Note that IconMode can be only 0, ON or 1, FLASHING
19     The icon is turned OFF if then IconIndex = 1 -->
20
21<EriFile VersionNumber="7"
22    NumberOfEriEntries="7"
23    EriFileType="2">
24
25  <CallPromptId Id="0"
26      CallPromptText="CallPromptId0"/>
27
28  <CallPromptId Id="1"
29      CallPromptText="CallPromptId1"/>
30
31  <CallPromptId Id="2"
32      CallPromptText="CallPromptId2"/>
33
34  <EriInfo RoamingIndicator="64"
35      IconIndex="1"
36      IconMode="0"
37      EriText="Xfinity Mobile"
38      CallPromptId="0"
39      AlertId="0"
40      DataServiceSupport="1"/>
41
42  <EriInfo RoamingIndicator="65"
43      IconIndex="1"
44      IconMode="0"
45      EriText="Xfinity Mobile"
46      CallPromptId="0"
47      AlertId="0"
48      DataServiceSupport="1"/>
49
50  <EriInfo RoamingIndicator="66"
51      IconIndex="1"
52      IconMode="0"
53      EriText="Extended Network"
54      CallPromptId="0"
55      AlertId="4"
56      DataServiceSupport="0"/>
57
58  <EriInfo RoamingIndicator="67"
59      IconIndex="0"
60      IconMode="0"
61      EriText="Extended Network"
62      CallPromptId="0"
63      AlertId="4"
64      DataServiceSupport="0"/>
65
66  <EriInfo RoamingIndicator="68"
67      IconIndex="0"
68      IconMode="0"
69      EriText="Roaming"
70      CallPromptId="0"
71      AlertId="5"
72      DataServiceSupport="0"/>
73
74  <EriInfo RoamingIndicator="69"
75      IconIndex="2"
76      IconMode="0"
77      EriText="Extended Network"
78      CallPromptId="0"
79      AlertId="4"
80      DataServiceSupport="0"/>
81
82  <EriInfo RoamingIndicator="70"
83      IconIndex="2"
84      IconMode="0"
85      EriText="Roaming"
86      CallPromptId="0"
87      AlertId="5"
88      DataServiceSupport="0"/>
89
90</EriFile>
91