locationmanager/server/group/locationmanagerserver.mmp
author hgs
Wed, 14 Jul 2010 07:57:22 +0300
changeset 38 5210ffae7137
parent 36 aa5a574040a4
child 40 910a23996aa0
permissions -rw-r--r--
201027

/*
* Copyright (c) 2005-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:  Project definition file
*
*/


#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include "../../inc/locplatsupport.mmh"

VERSION         10.0
TARGETTYPE      exe
TARGET          locationmanagerserver.exe
UID             0 0x200071BE

EPOCSTACKSIZE 0x5000

#ifdef WINS
EPOCHEAPSIZE    1000 2500000
#else
EPOCHEAPSIZE    1000 5000000
#endif

CAPABILITY 	    CAP_SERVER Location
VENDORID 	    VID_DEFAULT

USERINCLUDE     ../inc
USERINCLUDE     ../../inc
USERINCLUDE     ../../../inc
USERINCLUDE     ../../locationtrail/inc

#ifdef _LOC_REVERSEGEOCODE
MACRO LOC_REVERSEGEOCODE
USERINCLUDE     ../../tagcreator/inc
USERINCLUDE     ../../ReverseGeocode/inc 
#endif


USERINCLUDE     ../../geoconverter/inc

SYSTEMINCLUDE     /epoc32/include/platform/lbs
SYSTEMINCLUDE     /epoc32/include/stdapis
SYSTEMINCLUDE     /epoc32/include/ecom
MW_LAYER_SYSTEMINCLUDE

SOURCEPATH      ../src
SOURCE	    clocationmanagerserver.cpp
SOURCE	    clocationmanagersession.cpp
#ifdef _LOC_REVERSEGEOCODE
SOURCE	    clocationgeotagtimerao.cpp 
#endif
SOURCE	    clocationservertimerhandler.cpp
SOURCE      nwregistrationstatushandler.cpp


LIBRARY 	    euser.lib 
LIBRARY         efsrv.lib 
LIBRARY         locationtrail.lib
LIBRARY         lbs.lib 
LIBRARY 	    etel3rdparty.lib 
LIBRARY 	    centralrepository.lib 
LIBRARY 	    mdeclient.lib 
LIBRARY	    	mdccommon.lib
LIBRARY         libc.lib
LIBRARY         ecom.lib
LIBRARY         etel.lib
LIBRARY         etelmm.lib
LIBRARY         commsdat.lib

#ifdef _LOC_REVERSEGEOCODE
LIBRARY         geotagger.lib
#endif

PAGED
BYTEPAIRCOMPRESSTARGET
OPTION ARMCC -O3 -OTime

EPOCPROCESSPRIORITY background

// End of file