|
1 /* |
|
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource variation file for PAppConnectionUi |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 //---------------------------------------------------- |
|
21 // VARIATION |
|
22 // You can do resource-file based variation by setting the following number |
|
23 // resources as you wish. |
|
24 // |
|
25 // RSC_CHAT_VARIATION_IMPSCU_SHOW_WAP_REGISTRATION_QUERY |
|
26 // ---------------------------------------------------- |
|
27 // Enable WAP registration query (1) or disable it (0) before login query. |
|
28 // |
|
29 // Values are: |
|
30 // 0: WAP registration query is not shown |
|
31 // 1: WAP registration query is not shown |
|
32 // |
|
33 // By default this is disabled (0). |
|
34 // ---------------------------------------------------- |
|
35 // |
|
36 RESOURCE NUMBER_INT32 RSC_CHAT_VARIATION_IMPSCU_SHOW_WAP_REGISTRATION_QUERY { value = 0; } |
|
37 |
|
38 |
|
39 // RSC_CHAT_VARIATION_IMPSCU_ROAMING_WARNING |
|
40 // ---------------------------------------------------- |
|
41 // Enable (1) or disable (0) warning message option |
|
42 // when is detected. |
|
43 // |
|
44 // Values are: |
|
45 // 0: Warning message is not shown |
|
46 // 1: Warning message is shown |
|
47 // |
|
48 // By default this is disabled (0). |
|
49 // ---------------------------------------------------- |
|
50 // |
|
51 RESOURCE NUMBER_INT32 RSC_CHAT_VARIATION_IMPSCU_ROAMING_WARNING { value = 0; } |