mds_plat/harvester_framework_api/tsrc/HarvesterPluginTest/group/HarvesterPluginTest.mmp
changeset 60 79f826a55db2
parent 0 c53acadfccc6
equal deleted inserted replaced
58:fe894bb075c2 60:79f826a55db2
       
     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 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          HarvesterPluginTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 DEFFILE         HarvesterPluginTest.DEF
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          HarvesterPluginTest.cpp
       
    32 SOURCE          HarvesterPluginTestBlocks.cpp
       
    33 
       
    34 SOURCEPATH        ../../../../../harvester/server/src
       
    35 SOURCE            mdeobjecthandler.cpp
       
    36 
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 USERINCLUDE     ../inc 
       
    39 USERINCLUDE     ../../../../../inc
       
    40 USERINCLUDE			../../../../../harvester/common/inc
       
    41 USERINCLUDE			../../../../../harvester/server/inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY			    efsrv.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY         stiftestengine.lib
       
    49 LIBRARY         mdeclient.lib
       
    50 LIBRARY			    ecom.lib
       
    51 LIBRARY         contextengine.lib
       
    52 LIBRARY         contextplugininterface.lib
       
    53 LIBRARY			    harvesterplugininterface.lib
       
    54 LIBRARY			    harvesterdata.lib
       
    55 LIBRARY         mdccommon.lib
       
    56 LIBRARY         harvestercommon.lib