localisation/apparchitecture/tef/tRuleBasedApps/tRuleBasedApp2.rss
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2005-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 NAME GUBA
       
    24 
       
    25 #include <eikon.rh>
       
    26 #include <appinfo.rh>
       
    27 #include <eikon.rsg>
       
    28 #include <eikcore.rsg>
       
    29 #include <fontids.h>
       
    30 #include <gulfont.hrh>
       
    31 
       
    32 #include "tRuleBasedApp.hrh"
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 RESOURCE TBUF { buf=""; }
       
    37 
       
    38 RESOURCE EIK_APP_INFO
       
    39 	{
       
    40 	hotkeys=r_rulebased_hotkeys;
       
    41 	menubar=r_rulebased_menubar;
       
    42 	}
       
    43 
       
    44 
       
    45 
       
    46 RESOURCE HOTKEYS r_rulebased_hotkeys
       
    47     {
       
    48     control=
       
    49 	{
       
    50         HOTKEY { command=EEikCmdExit; key='e'; }
       
    51         };
       
    52     }
       
    53 
       
    54 RESOURCE MENU_BAR r_rulebased_menubar
       
    55     {
       
    56     titles=
       
    57         {
       
    58         MENU_TITLE { menu_pane=r_rulebased_first_menu; txt="RuleBasedApp2"; }
       
    59     	};
       
    60     }
       
    61 
       
    62 RESOURCE MENU_PANE r_rulebased_first_menu
       
    63    {
       
    64 	items=
       
    65 	{
       
    66 	MENU_ITEM { command=EEikCmdExit; txt="Close"; }
       
    67 	};  
       
    68     }
       
    69 
       
    70 /////TKAS
       
    71 RESOURCE TBUF r_appname_default_file
       
    72 	{
       
    73 	buf="tRuleBasedApp2";
       
    74 	}
       
    75 
       
    76 RESOURCE LOCALISABLE_APP_INFO r_lai
       
    77 	{
       
    78 	short_caption="tRuleBasedApp2";
       
    79 	
       
    80 	caption_and_icon=	
       
    81 		{
       
    82 		CAPTION_AND_ICON_INFO
       
    83 			{
       
    84 			caption="tRuleBasedApp2";
       
    85 			}
       
    86 		};
       
    87 
       
    88 	}
       
    89 	
       
    90 RESOURCE EIK_APP_INFO 
       
    91 	{
       
    92 
       
    93 	}	
       
    94 
       
    95 
       
    96 RESOURCE TBUF r_rulebased_text { buf="RuleBasedApp2"; }