mds_plat/harvester_framework_api/tsrc/MonitorPluginTest/group/MonitorPluginTest.mmp
changeset 58 fe894bb075c2
parent 51 87e65c44ff3a
child 60 79f826a55db2
equal deleted inserted replaced
51:87e65c44ff3a 58:fe894bb075c2
     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:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          MonitorPluginTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 DEFFILE         MonitorPluginTest.DEF
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          MonitorPluginTest.cpp
       
    33 SOURCE          MonitorPluginTestBlocks.cpp
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 USERINCLUDE     ../../../../../inc
       
    37 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 LIBRARY         stiftestengine.lib
       
    44 LIBRARY	        ecom.lib
       
    45 LIBRARY	        harvesterdata.lib
       
    46 LIBRARY         mdeclient.lib
       
    47 LIBRARY         harvestercommon.lib
       
    48 LIBRARY         monitorplugininterface.lib bafl.lib efsrv.lib
       
    49