locationmgmt/agpslocationmgr/test/test_lbsagpsmanager/group/TestLbsGPSManager.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/locationmgmt/agpslocationmgr/test/test_lbsagpsmanager/group/TestLbsGPSManager.mmp Tue Feb 02 01:50:39 2010 +0200
@@ -0,0 +1,99 @@
+// Copyright (c) 2006-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:
+// This is used when module testing. A test version of the manager is
+// created and AGPS_MODULE_TESTING is defined that causes the test integration
+// module to be loaded.
+//
+//
+
+
+TARGET testlbsgpslocmanager.exe
+TARGETTYPE exe
+UID 0x1000007A 0x1028226E
+
+VENDORID 0x70000001
+CAPABILITY All -TCB
+EPOCSTACKSIZE 16384
+
+MACRO AGPS_MODULE_TESTING
+//MACRO ENABLE_LBS_DEV_LOGGER
+
+SOURCEPATH ../../../src
+SOURCE lbsmanagermainlogic.cpp
+SOURCE lbslocmanagerstart.cpp
+SOURCE lbslocationrequesthandler.cpp
+SOURCE lbsnetworkgatewayhandler.cpp
+SOURCE lbsagpsmanmain.cpp
+SOURCE lbsautoclockadjust.cpp
+SOURCE lbsearlycompletionupdatehandler.cpp
+SOURCEPATH ../../../../locationcore/LbsLocCommon/ServerFramework/src
+SOURCE claunchedprocess.cpp
+SOURCE csecureprocessasbase.cpp
+SOURCE tprocessstartparams.cpp
+SOURCE cquietus.cpp
+SOURCE tstartparamsbase.cpp
+
+USERINCLUDE ../../../inc
+USERINCLUDE ../../../../locationcore/inc
+USERINCLUDE ../../../../locationcore/LbsLocCommon/inc
+USERINCLUDE ../../../../locationcore/LbsLocCommon/ServerFramework/inc
+USERINCLUDE ../../../../locationcore/LbsInternalApi/inc
+USERINCLUDE ../../../../locationcore/LbsNetInternalApi/inc
+USERINCLUDE ../../../../locationcore/LbsCommonInternalDataTypes/inc
+USERINCLUDE ../../../../locationcore/LbsAgpsNgMsgs/inc
+USERINCLUDE ../../../../locationcore/LbsADataCache/inc
+USERINCLUDE ../../../../locationcore/LbsNetRegStatusInt/inc
+USERINCLUDE ../../../../locationcore/LbsRefFnpInt/inc
+USERINCLUDE ../../../../locationcore/lbsrootapi/inc
+USERINCLUDE ../../../../locationcore/LbsLogging/inc
+USERINCLUDE ../../../../locationcore/LBSDebug/inc
+USERINCLUDE ../../../../locationcore/LbsPartnerCommon/inc
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY lbs.lib
+LIBRARY lbslocdatasource.lib
+LIBRARY euser.lib
+LIBRARY ecom.lib
+LIBRARY flogger.lib
+LIBRARY lbsinternalapi.lib
+LIBRARY lbsadmin.lib
+LIBRARY lbsassistancedata.lib
+LIBRARY lbsrootapi.lib
+LIBRARY gpssetclock.lib
+LIBRARY centralrepository.lib
+LIBRARY lbscommoninternaldatatypes.lib
+LIBRARY lbsnetinternalapi.lib
+LIBRARY lbsagpsngmsgs.lib
+LIBRARY lbsadatacache.lib
+LIBRARY lbsnetregstatusint.lib
+LIBRARY lbsreffnpint.lib
+LIBRARY lbspartnercommon.lib
+LIBRARY lbsloggerapi.lib
+LIBRARY eposindicator.lib
+
+// and link to the test version of the integration module
+LIBRARY testlbsgpsmodule.lib
+
+// For OOM Testing
+DEBUGLIBRARY lbsdebug.lib
+
+
+
+
+
+
+
+SMPSAFE
+