videditor/TrimForMms/data/TrimForMms_reg.rss
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
equal deleted inserted replaced
0:951a5db380a0 9:d87d32eab1a9
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // ====================================================================
       
    21 // File: TrimForMms_reg.rss
       
    22 // Created: 04/18/06
       
    23 // Author: 
       
    24 // 
       
    25 // ==================================================================== */
       
    26 
       
    27 //TrimForMms application's registration resource file 
       
    28 
       
    29 #include <appinfo.rh>
       
    30 #include <TrimForMms.rsg>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 
       
    33 UID2 KUidAppRegistrationResourceFile
       
    34 UID3 0x200009D
       
    35 
       
    36 RESOURCE APP_REGISTRATION_INFO 
       
    37 	{
       
    38 	app_file="TrimForMms";
       
    39 	localisable_resource_file=APP_RESOURCE_DIR"\\TrimForMms_loc";
       
    40 	localisable_resource_id = R_TRIM_FOR_MMS_LOCALISABLE_APP_INFO;	
       
    41 	hidden = KAppNotHidden;
       
    42 	embeddability = KAppEmbeddable;
       
    43 	launch = KAppLaunchInForeground;
       
    44 	}