installationservices/refswinstallationplugin/group/sifrefpkgrec.mmp
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 * Mime type recogniser for SIF reference package
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET			sifrefpkgrec.dll
       
    25 CAPABILITY		TrustedUI ProtServ
       
    26 
       
    27 TARGETTYPE		PLUGIN
       
    28 UID				0x10009D8D 0x10286351
       
    29 VENDORID 		0x70000001
       
    30 
       
    31 SOURCEPATH		../source
       
    32 
       
    33 SOURCE			sifrefpkgrec.cpp
       
    34 START RESOURCE	10286351.rss
       
    35 TARGET			sifrefpkgrec.rsc
       
    36 END
       
    37 
       
    38 USERINCLUDE		../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib apmime.lib efsrv.lib
       
    43 
       
    44 START WINS
       
    45 BASEADDRESS		0x44700000
       
    46 END
       
    47 
       
    48 START MARM
       
    49 END
       
    50 SMPSAFE