installationservices/swinstallationfw/examples/refnativeplugin/group/refnativeplugin.mmp
changeset 24 84a16765cd86
child 33 8110bf1194d1
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 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 * Project specification file for SIF plugin for native software
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22  @test
       
    23 */
       
    24 
       
    25 TARGET			refnativeplugin.dll
       
    26 TARGETTYPE		PLUGIN
       
    27 
       
    28 UID				0x10009D8D 0x10285BC3
       
    29 
       
    30 CAPABILITY		ProtServ TrustedUI ReadUserData
       
    31 
       
    32 SOURCEPATH		../source
       
    33 SOURCE			refnativeplugin.cpp
       
    34 
       
    35 USERINCLUDE		../../../common/inc
       
    36 USERINCLUDE		../../../../swi/inc
       
    37 USERINCLUDE		../../../../swi/inc/swi
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 START RESOURCE	10285BC3.rss
       
    42 	TARGET refnativeplugin.rsc
       
    43 END
       
    44 LIBRARY			euser.lib sishelper.lib sif.lib scrclient.lib
       
    45 LIBRARY			sisregistryclient.lib
       
    46 SMPSAFE