mds_plat/harvester_framework_api/tsrc/HarvesterPluginTest/group/HarvesterPluginTest.mmp
author hgs
Wed, 06 Oct 2010 15:08:08 +0300
changeset 60 79f826a55db2
parent 0 c53acadfccc6
permissions -rw-r--r--
201039

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Project definition file
*
*/

#include <platform_paths.hrh>
#include <data_caging_paths.hrh>

TARGET          HarvesterPluginTest.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E3

CAPABILITY      ALL -TCB
VENDORID        VID_DEFAULT

DEFFILE         HarvesterPluginTest.DEF

SOURCEPATH      ../src
SOURCE          HarvesterPluginTest.cpp
SOURCE          HarvesterPluginTestBlocks.cpp

SOURCEPATH        ../../../../../harvester/server/src
SOURCE            mdeobjecthandler.cpp

SYSTEMINCLUDE   /epoc32/include/ecom
USERINCLUDE     ../inc 
USERINCLUDE     ../../../../../inc
USERINCLUDE			../../../../../harvester/common/inc
USERINCLUDE			../../../../../harvester/server/inc

MW_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY			    efsrv.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY         mdeclient.lib
LIBRARY			    ecom.lib
LIBRARY         contextengine.lib
LIBRARY         contextplugininterface.lib
LIBRARY			    harvesterplugininterface.lib
LIBRARY			    harvesterdata.lib
LIBRARY         mdccommon.lib
LIBRARY         harvestercommon.lib