lbstest/lbstestproduct/LbsROMspecificSuites/group/ctlbsromsuitetestserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:50:39 +0200
changeset 0 9cfd9a3ee49c
child 45 15a2125aa2f3
child 57 3267d9ea3e98
permissions -rw-r--r--
Revision: 201002 Kit: 201005

/*
* 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