messagingfw/msgurlhandler/test/ui/group/TestHandler.rss
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 NAME 	TURL
       
    17 
       
    18 #include <techview/eikon.rh>
       
    19 #include <uiklafgt/eikcore.rsg>
       
    20 
       
    21 #include "TestMsgUrlHandler.hrh"
       
    22 
       
    23 RESOURCE RSS_SIGNATURE { }
       
    24 
       
    25 RESOURCE TBUF { buf=""; }
       
    26 
       
    27 
       
    28 RESOURCE EIK_APP_INFO
       
    29 	{
       
    30 	hotkeys=r_hotkeys;
       
    31 	menubar=r_menubar;
       
    32 	}
       
    33 
       
    34 
       
    35 RESOURCE HOTKEYS r_hotkeys
       
    36     {
       
    37     control=
       
    38         {
       
    39         HOTKEY { command=EEikCmdExit; key='e'; }
       
    40         };
       
    41     }
       
    42 
       
    43 RESOURCE MENU_BAR r_menubar
       
    44     {
       
    45     titles=
       
    46         {
       
    47         MENU_TITLE { menu_pane=r_first_menu; txt="File"; }
       
    48 		};
       
    49     }
       
    50 
       
    51 RESOURCE MENU_PANE r_first_menu
       
    52 	{
       
    53 	items=
       
    54 		{
       
    55 		MENU_ITEM { command=EItem0; txt="Close (ctrl-e)"; },
       
    56 		MENU_ITEM { command=EItem1; txt="Test mailto"; },
       
    57 		MENU_ITEM { command=EItem2; txt="Test sms"; }
       
    58         };
       
    59     }
       
    60 
       
    61 
       
    62 RESOURCE TBUF r_text { buf="TestUI"; }