|
46
|
1 |
/*
|
|
|
2 |
* Copyright (c) 2001-2009 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 the License "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: UI resources for the EAPPluginConfig module.
|
|
|
15 |
*
|
|
|
16 |
*/
|
|
|
17 |
|
|
|
18 |
/*
|
|
|
19 |
* %version: 17 %
|
|
|
20 |
*/
|
|
|
21 |
|
|
|
22 |
CHARACTER_SET UTF8
|
|
|
23 |
|
|
|
24 |
// INCLUDES
|
|
|
25 |
#include <eikon.rh>
|
|
|
26 |
#include <eikon.rsg>
|
|
|
27 |
#include <avkon.rh>
|
|
|
28 |
#include <avkon.rsg>
|
|
|
29 |
|
|
|
30 |
#include "EAPPluginConfig.hrh"
|
|
|
31 |
#include <wlaneapsettingsui.loc>
|
|
|
32 |
#include <avkon.loc>
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
// RESOURCE IDENTIFIER
|
|
|
36 |
NAME EPCG
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
// RESOURCE DEFINITIONS
|
|
|
40 |
|
|
|
41 |
RESOURCE RSS_SIGNATURE { }
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
RESOURCE TBUF { buf = "EAPPluginConfiguration"; }
|
|
|
45 |
|
|
|
46 |
|
|
|
47 |
RESOURCE MENU_BAR r_wpa_eap_plugin_menubar
|
|
|
48 |
{
|
|
|
49 |
titles =
|
|
|
50 |
{
|
|
|
51 |
MENU_TITLE
|
|
|
52 |
{
|
|
|
53 |
menu_pane = r_wpa_eap_plugin_menu;
|
|
|
54 |
}
|
|
|
55 |
};
|
|
|
56 |
}
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
RESOURCE MENU_PANE r_wpa_eap_plugin_menu
|
|
|
60 |
{
|
|
|
61 |
items =
|
|
|
62 |
{
|
|
|
63 |
MENU_ITEM
|
|
|
64 |
{
|
|
|
65 |
command = EWPAEAPPluginCmdConfigure;
|
|
|
66 |
txt = qtn_wlan_options_eap_plugin_configure;
|
|
|
67 |
flags = EEikMenuItemAction;
|
|
|
68 |
},
|
|
|
69 |
|
|
|
70 |
MENU_ITEM
|
|
|
71 |
{
|
|
|
72 |
command = EWPAEAPPluginCmdEnable;
|
|
|
73 |
txt = qtn_wlan_options_eap_plugin_enable;
|
|
|
74 |
flags = EEikMenuItemAction;
|
|
|
75 |
},
|
|
|
76 |
|
|
|
77 |
MENU_ITEM
|
|
|
78 |
{
|
|
|
79 |
command = EWPAEAPPluginCmdDisable;
|
|
|
80 |
txt = qtn_wlan_options_eap_plugin_disable;
|
|
|
81 |
flags = EEikMenuItemSpecific;
|
|
|
82 |
},
|
|
|
83 |
|
|
|
84 |
MENU_ITEM
|
|
|
85 |
{
|
|
|
86 |
command = EWPAEAPPluginCmdPriorityUp;
|
|
|
87 |
txt = qtn_wlan_options_eap_plugin_priority_up;
|
|
|
88 |
flags = EEikMenuItemSpecific;
|
|
|
89 |
},
|
|
|
90 |
|
|
|
91 |
MENU_ITEM
|
|
|
92 |
{
|
|
|
93 |
command = EWPAEAPPluginCmdPriorityDown;
|
|
|
94 |
txt = qtn_wlan_options_eap_plugin_priority_down;
|
|
|
95 |
flags = EEikMenuItemSpecific;
|
|
|
96 |
},
|
|
|
97 |
|
|
|
98 |
MENU_ITEM
|
|
|
99 |
{
|
|
|
100 |
command = EAknCmdHelp;
|
|
|
101 |
txt = qtn_options_help;
|
|
|
102 |
},
|
|
|
103 |
|
|
|
104 |
MENU_ITEM
|
|
|
105 |
{
|
|
|
106 |
command = EAknCmdExit;
|
|
|
107 |
txt = qtn_options_exit;
|
|
|
108 |
}
|
|
|
109 |
};
|
|
|
110 |
}
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
RESOURCE CBA r_wpa_eap_config_softkeys_options_back_configure
|
|
|
114 |
{
|
|
|
115 |
buttons =
|
|
|
116 |
{
|
|
|
117 |
CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
|
|
|
118 |
CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
|
|
|
119 |
CBA_BUTTON { id = EWPAEAPPluginCmdConfigure; txt = \
|
|
|
120 |
qtn_msk_wlan_eap_configure; }
|
|
|
121 |
};
|
|
|
122 |
}
|
|
|
123 |
|
|
|
124 |
|
|
|
125 |
RESOURCE CBA r_wpa_eap_config_softkeys_options_back_enable
|
|
|
126 |
{
|
|
|
127 |
buttons =
|
|
|
128 |
{
|
|
|
129 |
CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
|
|
|
130 |
CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
|
|
|
131 |
CBA_BUTTON { id = EWPAEAPPluginCmdEnable; txt = \
|
|
|
132 |
qtn_msk_wlan_eap_cs_enable; }
|
|
|
133 |
};
|
|
|
134 |
}
|
|
|
135 |
|
|
|
136 |
|
|
|
137 |
RESOURCE DIALOG r_wpa_eap_config_dialog
|
|
|
138 |
{
|
|
|
139 |
flags = EAknDialogSelectionList;
|
|
|
140 |
buttons = r_wpa_eap_config_softkeys_options_back_configure;
|
|
|
141 |
items =
|
|
|
142 |
{
|
|
|
143 |
DLG_LINE
|
|
|
144 |
{
|
|
|
145 |
type = EAknCtSingleNumberListBox;
|
|
|
146 |
id = ESelectionListControl;
|
|
|
147 |
control = LISTBOX
|
|
|
148 |
{
|
|
|
149 |
flags = EAknListBoxSelectionList;
|
|
|
150 |
};
|
|
|
151 |
}
|
|
|
152 |
};
|
|
|
153 |
}
|
|
|
154 |
|
|
|
155 |
|
|
|
156 |
RESOURCE TBUF r_info_cannot_disable
|
|
|
157 |
{
|
|
|
158 |
buf = qtn_wlan_info_cannot_disable_all_eap_plugins;
|
|
|
159 |
}
|
|
|
160 |
|
|
|
161 |
|
|
|
162 |
// End of File
|