Update contrib.
1 // Copyright (c) 2007-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
26 #include <uiklafgt/eikcore.rsg>
28 #include "t_dsaapp.hrh"
30 RESOURCE RSS_SIGNATURE { }
32 RESOURCE TBUF { buf=""; }
36 hotkeys=r_example_hotkeys;
37 menubar=r_example_menubar;
40 RESOURCE HOTKEYS r_example_hotkeys
44 HOTKEY { command=EEikCmdExit; key='e'; }
48 RESOURCE MENU_BAR r_example_menubar
52 MENU_TITLE { menu_pane=r_example_first_menu; txt="T_DsaApp"; }
56 RESOURCE MENU_PANE r_example_first_menu
60 MENU_ITEM { command=EEikCmdExit; txt="Close"; }
65 RESOURCE TBUF r_example_text_Title { buf="DsaApp used by T_WServAPI"; }