lbstest/lbstestproduct/lbsx3p/group/ctlbsx3pserver.mmp
changeset 0 9cfd9a3ee49c
child 57 3267d9ea3e98
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lbstest/lbstestproduct/lbsx3p/group/ctlbsx3pserver.mmp	Tue Feb 02 01:50:39 2010 +0200
@@ -0,0 +1,60 @@
+// 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:
+// @file ctlbsx3pserver.mmp
+// 
+//
+
+TARGET		lbsx3ptestserver.exe
+TARGETTYPE	exe
+UID			0x1000007A 0x10282261
+VENDORID 	0x70000001
+CAPABILITY	ProtServ LocalServices WriteDeviceData ReadDeviceData Location NetworkServices
+
+#include 	"../../common/group/ctlbscommon.mmp"
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+USERINCLUDE		../inc
+
+// Lbs Data Source framework code.
+SOURCEPATH	../src
+SOURCE		ctlbsx3pserver.cpp
+SOURCE		ctlbsx3pstep.cpp
+SOURCE		ctlbsx3pshareddata.cpp
+
+// Lbs Data Source test step code.
+SOURCE		ctlbsx3pstepopenclose.cpp
+SOURCE		ctlbsx3pstepcancel.cpp
+SOURCE		ctlbsx3pstepconflict.cpp
+SOURCE		ctlbsx3psteptransmit.cpp
+SOURCE		ctlbsx3pdotransmitpos.cpp
+SOURCE		ctlbsx3pstepnegative.cpp
+SOURCE		ctlbsx3psteptransmitconcurrent.cpp
+
+// LBS libraries.
+LIBRARY	lbs.lib
+LIBRARY	lbsloccommon.lib
+LIBRARY	lbsadmin.lib
+LIBRARY lbsrootapi.lib
+LIBRARY lbsnetprotocol.lib
+LIBRARY lbsx3p.lib
+LIBRARY lbsassistancedata.lib
+
+// LBS test libraries.
+LIBRARY lbstestutils.lib
+LIBRARY lbsnetsim.lib
+LIBRARY	lbstestclient.lib
+
+
+SMPSAFE