data/NPR_reg.rss
changeset 0 0049171ecffb
equal deleted inserted replaced
-1:000000000000 0:0049171ecffb
       
     1 /*
       
     2  ============================================================================
       
     3  Name	: NPR_reg.rss
       
     4  Author	: John Kern
       
     5  
       
     6  Copyright (c) 2009 Symbian Foundation Ltd
       
     7  This component and the accompanying materials are made available
       
     8  under the terms of the License "Eclipse Public License v1.0"
       
     9  which accompanies this distribution, and is available
       
    10  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 
       
    12  Initial Contributors:
       
    13  - Symbian Foundation Ltd - initial contribution.
       
    14  
       
    15  Contributors:
       
    16  - John Kern
       
    17  - Symsource
       
    18  
       
    19  Description : This file contains the application registration resource
       
    20  ============================================================================
       
    21  */
       
    22 
       
    23 #include "NPR.hrh"
       
    24 #include "NPR.rls"
       
    25 #include <appinfo.rh>
       
    26 #include <NPR_0xEEB0E481.rsg>
       
    27 
       
    28 UID2 KUidAppRegistrationResourceFile
       
    29 UID3 _UID3
       
    30 
       
    31 RESOURCE APP_REGISTRATION_INFO
       
    32 	{
       
    33 	app_file="NPR_0xEEB0E481";
       
    34 	localisable_resource_file =  qtn_loc_resource_file_1;
       
    35 	localisable_resource_id = R_LOCALISABLE_APP_INFO;
       
    36 
       
    37 	embeddability=KAppNotEmbeddable;
       
    38 	newfile=KAppDoesNotSupportNewFile;
       
    39 	}
       
    40