commsfwutils/commsbufs/group/mbufmgrimpl.mmp
changeset 0 dfb7c4ff071f
child 25 9d7ce34704c8
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // mbufmgrimpl.dll MBuf manager implementation DLL
       
    15 // Manages MBuf pool containing a number of MBufs.
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <comms-infras/commsdebugutility.mmh>
       
    20 #include <cflog.mmh>
       
    21 
       
    22 TARGET          mbufmgrimpl.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x20022C4F
       
    25 VENDORID        0x70000001
       
    26 
       
    27 CAPABILITY ALL -Tcb
       
    28 
       
    29 // speed optimisations 
       
    30 #ifdef MARM_ARMV5
       
    31  OPTION ARMCC -O3 -Otime
       
    32 #endif
       
    33 
       
    34 // Define SYMBIAN_ENABLE_NETWORKING_PERFMETRICS to enable the slow, low-volume logging of performance data. 
       
    35 // Need to recompile COMMSFW + individual client projects
       
    36 //MACRO SYMBIAN_ENABLE_NETWORKING_PERFMETRICS
       
    37 
       
    38 SOURCEPATH      ../mbufmgrimpl/src
       
    39 
       
    40 SOURCE		mb_man.cpp
       
    41 SOURCE		mb_timer.CPP
       
    42 SOURCE		mbufmemoryallocator.cpp
       
    43 SOURCE		mbufmemorymanager.cpp
       
    44 SOURCE		mbufpoolchain.cpp
       
    45 SOURCE		mbufpoolmanager.cpp
       
    46 
       
    47 USERINCLUDE 	../inc
       
    48 USERINCLUDE	../mbufmgrimpl/inc
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 
       
    51 LIBRARY	        euser.lib
       
    52 LIBRARY         commsfw.lib
       
    53 LIBRARY		mbufmgr.lib
       
    54 LIBRARY		commsbufs.lib
       
    55 
       
    56 UNPAGED
       
    57 
       
    58 SMPSAFE