mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
child 51 e61a04404bdf
child 53 e42293e811d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp	Thu Dec 17 08:55:47 2009 +0200
@@ -0,0 +1,51 @@
+/*
+* Copyright (c) 2006 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:  Collection server project specification
+*
+*/
+
+
+
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET           mpxcollectionserver.exe
+TARGETTYPE       exe
+UID              0 0x101FFC31
+VENDORID         VID_DEFAULT
+CAPABILITY       ALL -TCB
+#ifdef __WINS__
+EPOCHEAPSIZE     0x1000 0x2800000 // 40MB
+#else
+EPOCHEAPSIZE     0x1000 0x3E00000 // 62 MB
+#endif
+EPOCSTACKSIZE    0X5000
+
+USERINCLUDE      ../inc
+USERINCLUDE      ../../collectionengine/inc
+USERINCLUDE      ../../inc
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE    /epoc32/include/kernel
+
+SOURCEPATH       ../src
+SOURCE           mpxcollectionserver.cpp 
+SOURCE           mpxcollectionserversession.cpp 
+
+LIBRARY          euser.lib
+LIBRARY          estor.lib
+LIBRARY          efsrv.lib
+LIBRARY          mpxcollectionengine.lib 
+LIBRARY          mpxcommon.lib
+