sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @test sl@0: @internalComponent sl@0: */ sl@0: sl@0: sl@0: NAME SMPL sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include "t_dsaapp.hrh" sl@0: sl@0: RESOURCE RSS_SIGNATURE { } sl@0: sl@0: RESOURCE TBUF { buf=""; } sl@0: sl@0: RESOURCE EIK_APP_INFO sl@0: { sl@0: hotkeys=r_example_hotkeys; sl@0: menubar=r_example_menubar; sl@0: } sl@0: sl@0: RESOURCE HOTKEYS r_example_hotkeys sl@0: { sl@0: control= sl@0: { sl@0: HOTKEY { command=EEikCmdExit; key='e'; } sl@0: }; sl@0: } sl@0: sl@0: RESOURCE MENU_BAR r_example_menubar sl@0: { sl@0: titles= sl@0: { sl@0: MENU_TITLE { menu_pane=r_example_first_menu; txt="T_DsaApp"; } sl@0: }; sl@0: } sl@0: sl@0: RESOURCE MENU_PANE r_example_first_menu sl@0: { sl@0: items= sl@0: { sl@0: MENU_ITEM { command=EEikCmdExit; txt="Close"; } sl@0: }; sl@0: } sl@0: sl@0: sl@0: RESOURCE TBUF r_example_text_Title { buf="DsaApp used by T_WServAPI"; }