lafagnosticuifoundation/cone/tef/TConeTestExe.rss
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2003-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 // TConeTestApp.RSS
       
    15 // 
       
    16 //
       
    17 
       
    18 NAME TCON
       
    19 
       
    20 #include <techview/eikon.rh>
       
    21 #include <uiklafgt/eikcore.rsg>
       
    22 
       
    23 RESOURCE RSS_SIGNATURE { }
       
    24 
       
    25 RESOURCE TBUF { buf=""; }
       
    26 
       
    27 RESOURCE EIK_APP_INFO
       
    28 	{
       
    29 	hotkeys=r_tconetest_hotkeys;
       
    30 	menubar=r_tconetest_menubar;
       
    31 	}
       
    32 
       
    33 RESOURCE HOTKEYS r_tconetest_hotkeys
       
    34     {
       
    35     control=
       
    36         {
       
    37         HOTKEY { command=EEikCmdExit; key='e'; }
       
    38         };
       
    39     }
       
    40 
       
    41 RESOURCE MENU_BAR r_tconetest_menubar
       
    42     {
       
    43     titles=
       
    44         {
       
    45         MENU_TITLE { menu_pane=r_tconetest_first_menu; txt="tconetest"; }
       
    46 	};
       
    47     }
       
    48 
       
    49 RESOURCE MENU_PANE r_tconetest_first_menu
       
    50     {
       
    51 	items=
       
    52 	  {
       
    53 	  MENU_ITEM { command=EEikCmdExit; txt="Close"; }
       
    54           };
       
    55     }
       
    56 
       
    57 RESOURCE TBUF r_tconetest_text_Title { buf="tconetest for static objects"; }