locationmanager/server/group/locationmanagerserver.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/locationmanager/server/group/locationmanagerserver.mmp	Mon Jan 18 20:34:07 2010 +0200
@@ -0,0 +1,60 @@
+/*
+* 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