commsfwutils/commsbufs/group/mbufmgr.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 22 Jan 2010 10:58:59 +0200
changeset 3 b6139031a239
parent 0 dfb7c4ff071f
permissions -rw-r--r--
Revision: 201003 Kit: 201003

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