locationtriggering/tsrc/lbtengine_test/LbtUnitTestModule/group/LbtUnitTestModule.mmp
author hgs
Mon, 27 Sep 2010 16:57:22 +0530
changeset 50 4c28d569e1fe
permissions -rw-r--r--
201037_001

/*
* Copyright (c) 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: MMP file for STIF Test Framework's TestScripter 
* testclass test module.
*
*/

#include <platform_paths.hrh>


TARGET          LbtUnitTestModule.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E3

CAPABILITY      ALL -TCB
// VENDORID     0x00000000
// SECUREID     0x00000000

DEFFILE         LbtUnitTestModule.def

USERINCLUDE     ../inc 
USERINCLUDE     ../../../../ltclientlib/inc
USERINCLUDE     ../../../../inc
USERINCLUDE     ../../../../ltserver/ltserverlogic/inc
USERINCLUDE     ../../../../ltserver/ltservercore/inc
USERINCLUDE     ../../../../ltcontextsourceplugin/inc
USERINCLUDE     ../../../../ltcellidmovementdetector/inc
USERINCLUDE     ../../../../ltlogger.h/inc

OS_LAYER_SYSTEMINCLUDE
MW_LAYER_SYSTEMINCLUDE

SOURCEPATH      ../src


SOURCE          LbtUnitTestModule.cpp
SOURCE          LbtUnitTestModuleBlocks.cpp
SOURCE          ../../../../ltclientlib/src/lbtgeoareabase.cpp
SOURCE          ../../../../ltclientlib/src/lbtgeocell.cpp
SOURCE          ../../../../ltclientlib/src/lbtgeogsmcell.cpp
SOURCE          ../../../../ltclientlib/src/lbtgeowcdmacell.cpp
SOURCE          ../../../../ltclientlib/src/lbtoperation.cpp
SOURCE          ../../../../ltclientlib/src/lbtcelloperation.cpp
SOURCE          ../../../../ltserver/ltserverlogic/src/lbtsettingsmanager.cpp
SOURCE          ../../../../ltserver/ltservercore/src/lbtdiskspacelistner.cpp
SOURCE          ../../../../ltcontextsourceplugin/src/lbttriggernode.cpp
SOURCE          ../../../../ltcellidmovementdetector/src/lbtcellinfo.cpp
SOURCE          ../../../../ltlogger/src/lbtloggerimpl.cpp


LIBRARY           stiftestinterface.lib
LIBRARY           stiftestengine.lib
LIBRARY           euser.lib estor.lib lbs.lib 
LIBRARY           etel.lib
LIBRARY           etelmm.lib      // etel multimode library
LIBRARY           customapi.lib   // etel mm custom api
LIBRARY           commdb.lib
LIBRARY           flogger.lib
//LIBRARY           lbt.lib
LIBRARY           centralrepository.lib
LIBRARY         efsrv.lib
LANG              SC


 EPOCALLOWDLLDATA
// End of File