mapnavproviderrefapp/data/mnrefproviderback.rss
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
equal deleted inserted replaced
17:1fc85118c3ae 18:870918037e16
       
     1 /*
       
     2 * Copyright (c) 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 definition file for MnRefProviderBack
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME MNRG
       
    20 
       
    21 #include <eikon.rsg>
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.mbg>
       
    25 #include <avkon.rh>
       
    26 
       
    27 #include <appinfo.rh>
       
    28 
       
    29 RESOURCE RSS_SIGNATURE {  }
       
    30 
       
    31 RESOURCE TBUF { buf="MnRefProviderBack"; }
       
    32 
       
    33 RESOURCE EIK_APP_INFO
       
    34     {
       
    35     menubar = r_mnrefgeocoder_menubar;
       
    36     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    37     }
       
    38 
       
    39 RESOURCE LOCALISABLE_APP_INFO r_mnrefgeocoder_localisable_app_info
       
    40     {
       
    41     short_caption = "MnRefProvider";
       
    42     caption_and_icon =
       
    43         CAPTION_AND_ICON_INFO
       
    44             {
       
    45             caption = "MnRefProvider";
       
    46             };
       
    47     view_list = {};
       
    48     }
       
    49 
       
    50 RESOURCE CONTEXT_PANE r_mnrefgeocoder_app_icon
       
    51     {
       
    52     }
       
    53 
       
    54 RESOURCE MENU_BAR r_mnrefgeocoder_menubar
       
    55     {
       
    56     titles =
       
    57         {
       
    58         MENU_TITLE
       
    59             {
       
    60             menu_pane = r_mnrefgeocoder_menu;
       
    61             }
       
    62         };
       
    63     }
       
    64 
       
    65 RESOURCE MENU_PANE r_mnrefgeocoder_menu
       
    66     {
       
    67     items =
       
    68         {
       
    69         MENU_ITEM
       
    70             {
       
    71             command = EAknSoftkeyExit;
       
    72             txt = "Exit";
       
    73             }
       
    74         };
       
    75     }
       
    76 
       
    77 RESOURCE AVKON_LIST_QUERY r_mnrefgeocoder_list_query
       
    78     {
       
    79     flags = EGeneralQueryFlags;
       
    80     softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    81     items =
       
    82         {
       
    83         AVKON_LIST_QUERY_DLG_LINE
       
    84             {
       
    85             control = AVKON_LIST_QUERY_CONTROL
       
    86                 {
       
    87                 listtype = EAknCtSinglePopupMenuListBox;
       
    88                 listbox = AVKON_LIST_QUERY_LIST
       
    89                     {
       
    90                     };
       
    91                 heading = "Select best match";
       
    92                 };
       
    93             }
       
    94         };
       
    95     }