--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/commsfwutils/commsbufs/group/mbufmgr.mmp Thu Dec 17 09:22:25 2009 +0200
@@ -0,0 +1,68 @@
+// Copyright (c) 2003-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:
+// mbufmgr.dll MBuf DLL
+//
+//
+//
+
+/**
+@file
+@SYMPurpose commsbufs.dll MBuf manager DLL
+
+*/
+
+#include <cflog.mmh>
+
+TARGET mbufmgr.dll
+TARGETTYPE DLL
+UID 0x1000008D 0x101F7481
+VENDORID 0x70000001
+
+// speed optimisations
+#ifdef MARM_ARMV5
+ OPTION ARMCC -O3 -Otime
+#endif
+
+// Define SYMBIAN_ENABLE_NETWORKING_PERFMETRICS to enable the slow, low-volume logging of performance data.
+// Need to recompile COMMSFW + individual client projects
+//MACRO SYMBIAN_ENABLE_NETWORKING_PERFMETRICS
+#include "comms-infras/commsdebugutility.mmh"
+
+SOURCEPATH ../mbufmgr/src
+SOURCE mb_buf.cpp
+SOURCE mb_chn.cpp
+SOURCE mb_que.cpp
+SOURCE mb_cell.cpp
+SOURCE mb_pkt.cpp
+SOURCE mb_strm.cpp
+SOURCE mb_thread.cpp
+SOURCE mb_asy.cpp
+SOURCE mb_allocator.cpp
+
+USERINCLUDE ../mbufmgr/inc
+USERINCLUDE ../inc
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+deffile mbufmgr.def
+
+LIBRARY euser.lib
+LIBRARY esock.lib // for TSockAddr c'tor used by RMBufPktInfo::CreateL
+LIBRARY commsfw.lib
+LIBRARY commsbufs.lib
+
+CAPABILITY ALL -Tcb
+
+UNPAGED
+
+SMPSAFE