blob: 4629b0317733724d2a7e10f050e1985c4692877a [file] [log] [blame]
Bharath80ba1872021-08-21 11:53:57 +05301<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (c) 2015, The Linux Foundation. All rights reserved.
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are
7 met:
8 * Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above
11 copyright notice, this list of conditions and the following
12 disclaimer in the documentation and/or other materials provided
13 with the distribution.
14 * Neither the name of The Linux Foundation nor the names of its
15 contributors may be used to endorse or promote products derived
16 from this software without specific prior written permission.
17
18 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
19 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
22 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
25 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
27 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-->
30<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
31 <!-- National Language Identifier codes for the following two config items.
32 0 - reserved
33 1 - Turkish
34 2 - Spanish (single shift table only)
35 3 - Portuguese
36 4 - Bengali
37 5 - Gujarati
38 6 - Hindi
39 7 - Kannada
40 8 - Malayalam
41 9 - Oriya
42 10 - Punjabi
43 11 - Tamil
44 12 - Telugu
45 13 - Urdu
46 14+ - reserved -->
47
48 <!-- National language single shift tables to enable for SMS encoding.
49 Decoding is always enabled. Array elements are codes from the table above.
50 Example 1: devices sold in Turkey must include table 1
51 Example 2: devices sold in India should include tables 4 through 13
52 to enable use of the new Release 9 tables for Indic languages. -->
53 <integer-array name="config_sms_enabled_single_shift_tables">
54 <item>1</item>
55 <item>2</item>
56 <item>3</item>
57 <item>4</item>
58 <item>5</item>
59 <item>6</item>
60 <item>7</item>
61 <item>8</item>
62 <item>9</item>
63 <item>10</item>
64 <item>11</item>
65 <item>12</item>
66 <item>13</item>
67 </integer-array>
68
69 <!-- National language locking shift tables to enable for SMS encoding.
70 Decoding is always enabled. Array elements are codes from the table above.
71 Example 1: devices sold in Turkey must include table 1.
72 Example 2: devices sold in India should include tables 4 through 13
73 to enable use of the new Release 9 tables for Indic languages. -->
74 <integer-array name="config_sms_enabled_locking_shift_tables">
75 <item>1</item>
76 <item>2</item>
77 <item>3</item>
78 <item>4</item>
79 <item>5</item>
80 <item>6</item>
81 <item>7</item>
82 <item>8</item>
83 <item>9</item>
84 <item>10</item>
85 <item>11</item>
86 <item>12</item>
87 <item>13</item>
88 </integer-array>
89</resources>