testapps/rschandler/Common/rsc/ResourceHandler_reg.rss
branchGCC_SURGE
changeset 17 03d9ade4748d
parent 14 5d7fec11a5ce
parent 15 5b5908ec640f
equal deleted inserted replaced
14:5d7fec11a5ce 17:03d9ade4748d
     1 // Copyright (c) 2004-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 // ResourceHandler_reg.rss -- ResourceHandler application registration file
       
    15 // System Headers
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <appinfo.rh>
       
    20 
       
    21 /********************************************************************************
       
    22  *
       
    23  * Local Headers
       
    24  *
       
    25  *******************************************************************************/
       
    26 
       
    27 /********************************************************************************
       
    28  *
       
    29  * Resources
       
    30  *
       
    31  *******************************************************************************/
       
    32 UID2 KUidAppRegistrationResourceFile
       
    33 
       
    34 UID3 0x101FD147
       
    35 
       
    36 RESOURCE APP_REGISTRATION_INFO
       
    37 	{
       
    38 	app_file					= "ResourceHandler";
       
    39 	localisable_resource_file	= "\\resource\\apps\\ResourceHandler_loc";
       
    40 	hidden						= KAppNotHidden;
       
    41 	embeddability				= KAppNotEmbeddable;
       
    42 	newfile						= KAppDoesNotSupportNewFile;
       
    43 	}