installationservices/swinstallationfw/test/siflauncherconfig/siflauncher_reg.rss
changeset 24 84a16765cd86
child 33 8110bf1194d1
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 *
       
    14 * Description: 
       
    15 * siflauncher.rss
       
    16 * Test version of the SIF Launcher registration resource file 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <appinfo.rh>
       
    22 
       
    23 UID2 KUidAppRegistrationResourceFile
       
    24 UID3 0x10285BD0
       
    25 
       
    26 RESOURCE APP_REGISTRATION_INFO 
       
    27 	{
       
    28 	app_file="siflauncher";
       
    29 	localisable_resource_file="\\resource\\apps\\siflauncher_loc";
       
    30 
       
    31 	hidden=KAppNotHidden; 
       
    32 	embeddability=KAppNotEmbeddable;
       
    33 	newfile=KAppDoesNotSupportNewFile;
       
    34 	datatype_list=
       
    35 		{
       
    36 		DATATYPE { priority=EDataTypePriorityHigh; type="x-epoc/x-sisx-app"; },
       
    37 		DATATYPE { priority=EDataTypePriorityHigh; type="binary/sif-refpkg"; }
       
    38 		};
       
    39 	}