localisation/apparchitecture/tef/tRuleBasedApps/tRuleBasedApp3.rss
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // t_RuleBasedApp3.rss
    14 // t_RuleBasedApp3.rss
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19  @file
    22  @internalComponent - Internal Symbian test code
    20  @internalComponent - Internal Symbian test code
    23 */
    21 */
    24 
    22 
    25 NAME GUBA
    23 NAME GUBA
    26 
    24 
    27 #include <eikon.rh>
    25 #include <mw/eikon.rh>
    28 #include <appinfo.rh>
    26 #include <appinfo.rh>
    29 #include <eikon.rsg>
    27 #include <mw/eikon.rsg>
    30 #include <eikcore.rsg>
    28 #include <uiklafgt/eikcore.rsg>
    31 #include <fontids.h>
    29 #include <fontids.h>
    32 #include <gulfont.hrh>
    30 #include <gulfont.hrh>
    33 
    31 
    34 #include "tRuleBasedApp.hrh"
    32 #include "tRuleBasedApp.hrh"
    35 
    33 
    67 	{
    65 	{
    68 	MENU_ITEM { command=EEikCmdExit; txt="Close"; }
    66 	MENU_ITEM { command=EEikCmdExit; txt="Close"; }
    69 	};  
    67 	};  
    70     }
    68     }
    71 
    69 
    72 /////TKAS
    70 //TKAS
    73 RESOURCE TBUF r_appname_default_file
    71 RESOURCE TBUF r_appname_default_file
    74 	{
    72 	{
    75 	buf="tRuleBasedApp3";
    73 	buf="tRuleBasedApp3";
    76 	}
    74 	}
    77 
    75