Updated version of the Location Monitor supporting the new New GeoConversion interfaces.
Also includes API help information
// 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 ctlbsassdataserver.mmp
//
//
TARGET lbsassdatatestserver.exe
TARGETTYPE exe
UID 0x1000007A 0x10282257
VENDORID 0x70000001
CAPABILITY ProtServ LocalServices WriteDeviceData ReadDeviceData Location ReadUserData WriteUserData AllFiles
//CAPABILITY ALL -TCB
#include "../../common/group/ctlbscommon.mmp"
USERINCLUDE ../inc
USERINCLUDE ../../../../locationmgmt/locationcore/lbsrootapi/inc
USERINCLUDE ../../../../locationmgmt/locationcore/LbsInternalApi/inc
// Lbs Data Source framework code.
SOURCEPATH ../src
SOURCE ctlbsassdataserver.cpp
SOURCE ctlbsassdatastep.cpp
SOURCE ctlbsassdatashareddata.cpp
SOURCE ctlbsassdatamoduledata.cpp // may move to common or utils
// Lbs Data Source test step code.
SOURCE ctlbsassdatastepmain.cpp
SOURCE ctlbsroamingstep.cpp
// LBS libraries.
LIBRARY lbs.lib
LIBRARY lbsloccommon.lib
LIBRARY lbsadmin.lib
LIBRARY lbsrootapi.lib
LIBRARY lbsassistancedata.lib
LIBRARY lbsnetprotocol.lib
LIBRARY lbsprivacycontroller.lib
// LBS test libraries.
LIBRARY lbstestutils.lib
LIBRARY lbsnetsim.lib
LIBRARY lbstestclient.lib
SMPSAFE