commsfwutils/commsbufs/TS_mbufmgr/TS_Mbufmgr.mmp
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     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
       
    39 SOURCE		  test20poolceilingfull.cpp test21commsbufs.cpp
       
    40 SOURCE        test22append.cpp
       
    41 SOURCE        test23rmbufq.cpp
       
    42 
       
    43 USERINCLUDE   ../TS_mbufmgr
       
    44 USERINCLUDE		../inc
       
    45 
       
    46 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    47 USERINCLUDE   /epoc32/include/networking
       
    48 SYSTEMINCLUDE	/epoc32/include 
       
    49 #else
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 #endif
       
    52 
       
    53 LIBRARY       euser.lib mbufmgr.lib
       
    54 LIBRARY	      integrationtestutils.lib
       
    55 LIBRARY       netmeta.lib		// for the ABIv2
       
    56 LIBRARY			commsbufs.lib
       
    57 
       
    58 #if !defined(WINS) && !defined(GCC32)
       
    59 LIBRARY					commsfw.lib
       
    60 #endif
       
    61 
       
    62 CAPABILITY ALL -Tcb
       
    63 
       
    64 SMPSAFE