mtpfws/mtpfw/daemon/server/group/mtpserver.mmp
changeset 0 d0791faffa3f
child 6 ef55b168cedb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mtpfws/mtpfw/daemon/server/group/mtpserver.mmp	Tue Feb 02 01:11:40 2010 +0200
@@ -0,0 +1,54 @@
+// 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:
+//
+
+#include <comms-infras/commsdebugutility.mmh>
+
+TARGET              mtpserver.exe
+TARGETTYPE          EXE
+UID         	    0 0x102827A2
+VENDORID 			0x70000001
+
+CAPABILITY			CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
+
+#ifdef WINSCW
+//EPOCHEAPSIZE        0x1400000   0x1400000   // 20MB
+EPOCHEAPSIZE        0x80000   0x400000   // 4MB
+#else
+EPOCHEAPSIZE        0x80000   0x400000   // 4MB
+#endif
+
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+USERINCLUDE         ../inc/ 
+USERINCLUDE         ../../common/inc/
+USERINCLUDE         ../../../common/inc
+USERINCLUDE         ../../../inc 
+USERINCLUDE         ../../../transports/transportapi/inc
+
+SOURCEPATH          ../src/ 
+SOURCE              cmtpserver.cpp
+SOURCE              cmtpserversession.cpp
+SOURCE 				cmtpshutdown.cpp
+
+// EPOC libraries.
+LIBRARY				ecom.lib
+LIBRARY				efsrv.lib
+LIBRARY 			euser.lib
+
+// MTP libraries.
+LIBRARY				mtpframework.lib
+
+SMPSAFE
+