commsfwutils/commsbufs/group/commsbufs.mmp
changeset 0 dfb7c4ff071f
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 // commsbufs.dll CommsBufs DLL
       
    15 // 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20 @file
       
    21 @SYMPurpose commsbufs.dll commsbufs DLL
       
    22 
       
    23 */
       
    24 
       
    25 #include        <cflog.mmh>
       
    26 
       
    27 TARGET          commsbufs.dll
       
    28 TARGETTYPE      DLL
       
    29 
       
    30 CAPABILITY ALL -Tcb
       
    31 
       
    32 UID             0x20022C4E
       
    33 VENDORID        0x70000001
       
    34 
       
    35 // speed optimisations 
       
    36 #ifdef MARM_ARMV5
       
    37  OPTION ARMCC -O3 -Otime
       
    38 #endif
       
    39 
       
    40 // Define SYMBIAN_ENABLE_NETWORKING_PERFMETRICS to enable the slow, low-volume logging of performance data. 
       
    41 // Need to recompile COMMSFW + individual client projects
       
    42 //MACRO SYMBIAN_ENABLE_NETWORKING_PERFMETRICS
       
    43 
       
    44 // Shared buffer freelist
       
    45 MACRO SYMBIAN_ZEROCOPY_BUF_FREELIST
       
    46 
       
    47 #include "comms-infras/commsdebugutility.mmh"
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          commsbuf.cpp
       
    51 SOURCE          commsbufchain.cpp
       
    52 SOURCE			commsbufpond.cpp
       
    53 SOURCE 			commsbufasyncrequest.cpp
       
    54 SOURCE			commsbufq.cpp
       
    55 SOURCE			commsbufpondop.cpp
       
    56 SOURCE			commsbufponddbg.cpp
       
    57 SOURCE			systemsharedbufs.cpp
       
    58 SOURCE			systemsharedasyncalloc.cpp
       
    59 SOURCE			commsbufasyncreqinternal.cpp
       
    60 
       
    61 USERINCLUDE	../inc
       
    62 
       
    63 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    64 
       
    65 deffile		commsbufs.def
       
    66 
       
    67 LIBRARY	        euser.lib
       
    68 
       
    69 
       
    70 UNPAGED
       
    71 
       
    72 SMPSAFE