locationsystemui/locationsysui/locsysuiview/data/locsysuiviewrsc.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005 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 File for the Location System UI 
       
    15 *			  	  view that acts as a plug-in to GS
       
    16 *       
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    LSVW // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 #include    <data_caging_paths_strings.hrh>
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <avkon.rh>
       
    28 #include    <avkon.rsg>
       
    29 #include    <avkon.mbg>
       
    30 #include    <EIKCORE.rsg>
       
    31 #include    <eikon.rh>
       
    32 #include    <eikon.rsg>
       
    33 #include    <avkon.loc>
       
    34 
       
    35 #include 	"locsysuiview.hrh"
       
    36 #include  <location.loc>
       
    37 
       
    38 
       
    39 // CONSTANTS
       
    40 
       
    41 //  RESOURCE DEFINITIONS 
       
    42 
       
    43 //----------------------------------------------------
       
    44 //   
       
    45 //    
       
    46 //    Needed or loading the resource fails!
       
    47 //
       
    48 //----------------------------------------------------	
       
    49 //
       
    50 RESOURCE RSS_SIGNATURE
       
    51     {
       
    52     }
       
    53 
       
    54 
       
    55 //----------------------------------------------------
       
    56 //   
       
    57 //    r_locsysuiview_app_view
       
    58 //    Applications view.
       
    59 //
       
    60 //----------------------------------------------------
       
    61 //
       
    62 RESOURCE AVKON_VIEW r_locsysuiview_app_view
       
    63     {
       
    64     menubar = r_locsysuiview_menubar;
       
    65 	  cba = r_locsysuiview_softkeys_option_open_back;
       
    66     }
       
    67 
       
    68 //----------------------------------------------------
       
    69 //   
       
    70 //    r_locsysuiview_softkeys_option_open_back
       
    71 //    CBA for Application view.
       
    72 //
       
    73 //----------------------------------------------------
       
    74 //   
       
    75 RESOURCE CBA r_locsysuiview_softkeys_option_open_back
       
    76     {
       
    77     flags = 0;
       
    78     buttons = 
       
    79         {
       
    80         CBA_BUTTON 
       
    81             {
       
    82             id = EAknSoftkeyOptions; 
       
    83             txt = text_softkey_option;
       
    84             },
       
    85         CBA_BUTTON 
       
    86             {
       
    87             id = EAknSoftkeyBack; 
       
    88             txt = text_softkey_back;
       
    89             },
       
    90         CBA_BUTTON
       
    91             {
       
    92             id = ELocSysUiCmdOpen; 
       
    93             txt = qtn_msk_open;
       
    94             }
       
    95         };
       
    96     }
       
    97 
       
    98 //----------------------------------------------------
       
    99 //   
       
   100 //    r_gs_apps_view_title
       
   101 //    Application view's title.
       
   102 //
       
   103 //----------------------------------------------------
       
   104 //
       
   105 RESOURCE TITLE_PANE r_locsysuiview_title
       
   106     {
       
   107     txt = qtn_loc_pos_settings_title;
       
   108     }
       
   109 
       
   110 
       
   111 //----------------------------------------------------
       
   112 //  r_gs_apps_view_caption
       
   113 // 
       
   114 // Applications view caption for plugin
       
   115 //----------------------------------------------------
       
   116 //
       
   117 RESOURCE TBUF r_locsysuiview_caption
       
   118     {
       
   119     buf = qtn_set_folder_positioning;
       
   120     }
       
   121 
       
   122 
       
   123 //----------------------------------------------------
       
   124 //   
       
   125 //    r_locsysuiview_menubar
       
   126 //    Options menu with 'Open', 'Help' and 'Exit' items.
       
   127 //
       
   128 //----------------------------------------------------
       
   129 //
       
   130 RESOURCE MENU_BAR r_locsysuiview_menubar
       
   131     {
       
   132     titles =
       
   133         {
       
   134         MENU_TITLE 
       
   135             { 
       
   136             menu_pane = r_locsysuiview_menu_item_exit;
       
   137             },
       
   138         MENU_TITLE
       
   139         	{
       
   140         	menu_pane = r_locsysuiview_menu_item_help;
       
   141         	},
       
   142         MENU_TITLE 
       
   143             {
       
   144             menu_pane = r_locsysuiview_menu_item_open;
       
   145             }
       
   146         };
       
   147     }
       
   148 
       
   149     
       
   150 //----------------------------------------------------
       
   151 //   
       
   152 //    r_locsysuiview_menu_item_open
       
   153 //    Options menu item 'Open'.
       
   154 //
       
   155 //----------------------------------------------------
       
   156 //
       
   157 RESOURCE MENU_PANE r_locsysuiview_menu_item_open
       
   158     {
       
   159     items =
       
   160         {
       
   161         MENU_ITEM 
       
   162             {
       
   163             command = ELocSysUiCmdOpen;
       
   164             txt = qtn_options_open;
       
   165 	    			flags = EEikMenuItemAction;
       
   166             }
       
   167         };
       
   168     }
       
   169 
       
   170 //----------------------------------------------------
       
   171 //   
       
   172 //    r_locsysuiview_menu_item_help
       
   173 //    Options menu item 'Help'.
       
   174 //
       
   175 //----------------------------------------------------
       
   176 //
       
   177 RESOURCE MENU_PANE r_locsysuiview_menu_item_help
       
   178     {
       
   179     items =
       
   180         {
       
   181         MENU_ITEM 
       
   182             {
       
   183             command = EAknCmdHelp;
       
   184             txt = qtn_options_help;
       
   185             }
       
   186         };
       
   187     }
       
   188 
       
   189 //----------------------------------------------------
       
   190 //   
       
   191 //    r_locsysuiview_menu_item_exit
       
   192 //    Options menu item 'Exit'.
       
   193 //
       
   194 //----------------------------------------------------
       
   195 //
       
   196 RESOURCE MENU_PANE r_locsysuiview_menu_item_exit
       
   197     {
       
   198     items =
       
   199         {
       
   200         MENU_ITEM 
       
   201             {
       
   202             command = EAknCmdExit;
       
   203             txt = qtn_options_exit;
       
   204             }
       
   205         };
       
   206     }
       
   207 
       
   208 //----------------------------------------------------
       
   209 //   
       
   210 //    r_locsysuiview_softkeys_option_open_exit
       
   211 //    CBA for Application view.
       
   212 //
       
   213 //----------------------------------------------------
       
   214 //   
       
   215 RESOURCE CBA r_locsysuiview_softkeys_option_open_exit
       
   216     {
       
   217     flags = 0;
       
   218     buttons = 
       
   219         {
       
   220         CBA_BUTTON 
       
   221             {
       
   222             id = EAknSoftkeyOptions; 
       
   223             txt = text_softkey_option;
       
   224             },
       
   225         CBA_BUTTON 
       
   226             {
       
   227             id = EAknCmdExit; 
       
   228             txt = text_softkey_exit;
       
   229             },
       
   230         CBA_BUTTON
       
   231             {
       
   232             id = ELocSysUiCmdOpen; 
       
   233             txt = qtn_msk_open;
       
   234             }
       
   235         };
       
   236     }
       
   237 //End of File
       
   238