locationmanager/server/group/locationmanagerserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 22:19:07 +0300
branchRCL_3
changeset 8 50de4d668bb6
parent 6 646a02f170b9
child 19 b73252188534
permissions -rw-r--r--
Revision: 201011 Kit: 201013

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

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

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

CAPABILITY 	    CAP_SERVER
VENDORID 	    VID_DEFAULT

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

SOURCEPATH      ../src
SOURCE	    clocationmanagerserver.cpp
SOURCE	    clocationmanagersession.cpp

MW_LAYER_SYSTEMINCLUDE

LIBRARY 	    euser.lib 
LIBRARY         efsrv.lib 
LIBRARY         locationtrail.lib
LIBRARY         lbs.lib 
LIBRARY 	    etel3rdparty.lib 
LIBRARY 	    centralrepository.lib 
LIBRARY 	    mdeclient.lib 
LIBRARY	    	mdccommon.lib

PAGED
BYTEPAIRCOMPRESSTARGET
OPTION ARMCC -O3 -OTime

EPOCPROCESSPRIORITY background