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