localisation/apparchitecture/tef/tRuleBasedApps/tRuleBasedApp1.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.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20  @internalComponent - Internal Symbian test code
    18  @internalComponent - Internal Symbian test code
    21 */
    19 */
    22 
    20 
    23 NAME GUBA
    21 NAME GUBA
    24 
    22 
    25 #include <eikon.rh>
    23 #include <mw/eikon.rh>
    26 #include <appinfo.rh>
    24 #include <appinfo.rh>
    27 #include <eikon.rsg>
    25 #include <mw/eikon.rsg>
    28 #include <eikcore.rsg>
    26 #include <uiklafgt/eikcore.rsg>
    29 #include <fontids.h>
    27 #include <fontids.h>
    30 #include <gulfont.hrh>
    28 #include <gulfont.hrh>
    31 
    29 
    32 #include "tRuleBasedApp.hrh"
    30 #include "tRuleBasedApp.hrh"
    33 
    31 
    65 	{
    63 	{
    66 	MENU_ITEM { command=EEikCmdExit; txt="Close"; }
    64 	MENU_ITEM { command=EEikCmdExit; txt="Close"; }
    67 	};  
    65 	};  
    68     }
    66     }
    69 
    67 
    70 /////TKAS
    68 //TKAS
    71 RESOURCE TBUF r_appname_default_file
    69 RESOURCE TBUF r_appname_default_file
    72 	{
    70 	{
    73 	buf="tRuleBasedApp1";
    71 	buf="tRuleBasedApp1";
    74 	}
    72 	}
    75 
    73