testexecfw/useremul/data/UserEmulator_reg.rss
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 /*------------------------------------------------------------------
       
     2  -
       
     3  * Software Name : UserEmulator
       
     4  * Version       : v4.2.1309
       
     5  * 
       
     6  * Copyright (c) 2009 France Telecom. All rights reserved.
       
     7  * This software is distributed under the License 
       
     8  * "Eclipse Public License - v 1.0" the text of which is available
       
     9  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10  *
       
    11  * Initial Contributors:
       
    12  * France Telecom 
       
    13  *
       
    14  * Contributors:
       
    15  *------------------------------------------------------------------
       
    16  -
       
    17  * File Name: UserEmulator_reg.rss
       
    18  * 
       
    19  * Created: 13/08/2009
       
    20  * Author(s): Marcell Kiss, Reshma Sandeep Das
       
    21  *   
       
    22  * Description:
       
    23  * This file contains the application registration resource.
       
    24  *------------------------------------------------------------------
       
    25  -
       
    26  *
       
    27  */
       
    28 
       
    29 //System Includes
       
    30 #include <appinfo.rh>
       
    31 
       
    32 //User Includes
       
    33 #include <UserEmulator_0x2001C3AF.rsg>
       
    34 #include "UserEmulator.hrh"
       
    35 #include "UserEmulator.rls"
       
    36 
       
    37 UID2 KUidAppRegistrationResourceFile
       
    38 UID3 _UID3
       
    39 
       
    40 RESOURCE APP_REGISTRATION_INFO
       
    41 	{
       
    42 	app_file=qtn_caption_appname;
       
    43 	localisable_resource_file =  qtn_loc_resource_file_1;
       
    44 	localisable_resource_id = R_LOCALISABLE_APP_INFO;
       
    45 
       
    46 	embeddability=KAppNotEmbeddable;
       
    47 	newfile=KAppDoesNotSupportNewFile;
       
    48 	}
       
    49