locsrv_plat/map_image_api/tsrc/testprovider/data/mntestprovider.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2004-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:  Defines the resources used by the TestProvider.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME MNTP
       
    21 
       
    22 //  INCLUDES
       
    23 #include <eikon.rsg>
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.mbg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include <appinfo.rh>
       
    31 
       
    32 RESOURCE RSS_SIGNATURE {  }
       
    33 
       
    34 RESOURCE TBUF { buf="MnTestProvider"; }
       
    35 
       
    36 RESOURCE EIK_APP_INFO
       
    37     {
       
    38     menubar = r_testprovider_menubar;
       
    39     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    40     }
       
    41 
       
    42 RESOURCE LOCALISABLE_APP_INFO r_testprovider_localisable_app_info
       
    43     {
       
    44     short_caption = "MnTestProvider";
       
    45     caption_and_icon =
       
    46         CAPTION_AND_ICON_INFO
       
    47             {
       
    48             caption = "MnTestProvider";
       
    49             };
       
    50     view_list = {};            
       
    51     }
       
    52 
       
    53 RESOURCE CONTEXT_PANE r_testprovider_app_icon
       
    54     {
       
    55     }
       
    56 
       
    57 RESOURCE MENU_BAR r_testprovider_menubar
       
    58     {
       
    59     titles =
       
    60         {
       
    61         MENU_TITLE
       
    62             {
       
    63             menu_pane = r_testprovider_menu;
       
    64             }
       
    65         };
       
    66     }
       
    67 
       
    68 RESOURCE MENU_PANE r_testprovider_menu
       
    69     {
       
    70     items =
       
    71         {
       
    72         MENU_ITEM
       
    73             {
       
    74             command = EAknCmdExit;
       
    75             txt = "Exit";
       
    76             }
       
    77         };
       
    78     }
       
    79