syslibsapitest/syslibssvs/ecom/TestPlugin/Group/TestProduct_PlugIn.mmp
changeset 0 e4d67989cc36
child 72 403e7f6ed6c5
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET			TestProduct_PlugIn.dll
       
    21 CAPABILITY		All -TCB
       
    22 TARGETTYPE		PLUGIN
       
    23 
       
    24 // MAGIC Dll recognition UID followed by the unique UID for this dll
       
    25 UID				0x10009D8D 0x2000371D
       
    26 VENDORID		0x70000001
       
    27 
       
    28 
       
    29 SOURCEPATH		../src
       
    30 
       
    31 SOURCE			TestEComContainer.cpp
       
    32 SOURCE			TestEComInterface1.cpp
       
    33 SOURCE			TestEComInterface2.cpp
       
    34 SOURCE			TestEComResolver.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 USERINCLUDE		../../common/inc
       
    38 
       
    39 SYSTEMINCLUDE	/epoc32/include
       
    40 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    41 
       
    42 START RESOURCE	2000371D.rss
       
    43 TARGETPATH		/ecom
       
    44 TARGET			TestProduct_PlugIn.rsc
       
    45 END
       
    46 
       
    47 LIBRARY			euser.lib
       
    48 LIBRARY			ECom.lib
       
    49 
       
    50 SMPSAFE