commsfwutils/commsbufs/version1/mbufmgr/TS_mbufmgr/TS_Mbufmgr.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2001-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 // CTMbufmgr.mmp
       
    15 // using relative paths for sourcepath and user includes
       
    16 // 
       
    17 //
       
    18 
       
    19 #include        <cflog.mmh>
       
    20 
       
    21 TARGET        ts_ctmbufmgr.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x1000008d 0x101F529F
       
    24 VENDORID 0x70000001
       
    25 
       
    26 SOURCEPATH    ../TS_mbufmgr
       
    27 
       
    28 SOURCE        TestSuiteCTMbufmgr.cpp        TestStepCTMbufmgr.cpp
       
    29 SOURCE        Test01CreateDeleteMBufMgr.cpp Test02AllocDealloc.cpp
       
    30 SOURCE        Test03AllocLeave.cpp          Test04CopyInOut.cpp
       
    31 SOURCE        Test05CopyInOutOffset.cpp     Test06SplitL.cpp
       
    32 SOURCE        Test07TrimStart.cpp           Test08TrimEnd.cpp
       
    33 SOURCE        Test09Align.cpp               Test10CopyL.cpp
       
    34 SOURCE        Test11AsyncAlloc.cpp          Test12General.cpp
       
    35 SOURCE        Test13Performance.cpp         Test14HeapFreeCheck.cpp
       
    36 SOURCE        Test15Concurrency.cpp			test16memoryfull.cpp
       
    37 SOURCE        test17requestsizelimits.cpp   test18exhaustmidsizepools.cpp
       
    38 SOURCE        test19prepend.cpp             Test20Alloc.cpp
       
    39 
       
    40 USERINCLUDE   ../TS_mbufmgr
       
    41 USERINCLUDE   /epoc32/include/networking
       
    42 SYSTEMINCLUDE /epoc32/include
       
    43 
       
    44 LIBRARY       euser.lib mbufmgr.lib
       
    45 LIBRARY	      integrationtestutils.lib
       
    46 LIBRARY       netmeta.lib		// for the ABIv2
       
    47 #if !defined(WINS) && !defined(GCC32)
       
    48 LIBRARY					commsfw.lib
       
    49 #endif
       
    50 
       
    51 CAPABILITY ALL -Tcb
       
    52 
       
    53 SMPSAFE