--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lbstest/lbstestproduct/LbsROMspecificSuites/group/ctlbsromsuitetestserver.mmp Tue Feb 02 01:50:39 2010 +0200
@@ -0,0 +1,52 @@
+/*
+* Copyright (c) 2008-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:
+*
+*/
+
+
+TARGET lbsromsuitetestserver.exe
+TARGETTYPE exe
+UID 0x1000007A 0x102869E7
+CAPABILITY ALL -TCB
+
+
+//Please add any change under here
+SOURCEPATH ../src
+SOURCE ctlbstestsuiteserver.cpp
+SOURCE ctlbstestsuitestepbase.cpp
+SOURCE ctpositionerteststep.cpp
+
+#include "../../common/group/ctlbscommon.mmp"
+
+USERINCLUDE ../inc
+USERINCLUDE ../../internal/lbstestutils/inc
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+ // LBS libraries.
+LIBRARY gpsclock.lib
+LIBRARY lbs.lib // Location Client Library [EPOS LocServer]
+LIBRARY lbsloccommon.lib
+LIBRARY lbsadmin.lib
+LIBRARY lbsrootapi.lib
+
+LIBRARY lbsnetprotocol.lib
+// LBS test libraries.
+LIBRARY lbstestutils.lib
+LIBRARY lbsnetsim.lib
+LIBRARY lbstestclient.lib
+
+SMPSAFE
+