commsfwutils/commsbufs/TE_mbufmgr/group/TE_mbufmgr.mmp
changeset 72 ae47d0499bee
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 TARGET        te_ctmbufmgr.exe
       
    20 TARGETTYPE    EXE
       
    21 UID           0x1000008d 0x101F529F
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH    ..\src
       
    25 
       
    26 SOURCE        TE_mbufmgrServer.cpp        
       
    27 SOURCE        TestStepCTMbufmgr.cpp
       
    28 SOURCE        Test01CreateDeleteMBufMgr.cpp 
       
    29 SOURCE        Test02AllocDealloc.cpp
       
    30 SOURCE        Test03AllocLeave.cpp          
       
    31 SOURCE        Test04CopyInOut.cpp
       
    32 SOURCE        Test05CopyInOutOffset.cpp     
       
    33 SOURCE        Test06SplitL.cpp
       
    34 SOURCE        Test07TrimStart.cpp           
       
    35 SOURCE        Test08TrimEnd.cpp
       
    36 SOURCE        Test09Align.cpp               
       
    37 SOURCE        Test10CopyL.cpp
       
    38 SOURCE        Test11AsyncAlloc.cpp          
       
    39 SOURCE        Test12General.cpp
       
    40 SOURCE        Test13Performance.cpp         
       
    41 SOURCE        Test14HeapFreeCheck.cpp
       
    42 SOURCE        Test15Concurrency.cpp
       
    43 SOURCE        test16memoryfull.cpp
       
    44 SOURCE        test17requestsizelimits.cpp
       
    45 SOURCE        test18exhaustmidsizepools.cpp
       
    46 SOURCE        Test19Prepend.cpp
       
    47 SOURCE        test20poolceilingfull.cpp
       
    48 SOURCE        test21commsbufs.cpp
       
    49 SOURCE        Test22Append.cpp
       
    50 SOURCE        Test23RMBufQ.cpp
       
    51 
       
    52 
       
    53 USERINCLUDE   ..\inc
       
    54 
       
    55 
       
    56 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    57 
       
    58 LIBRARY     euser.lib mbufmgr.lib
       
    59 LIBRARY     efsrv.lib
       
    60 LIBRARY     netmeta.lib		// for the ABIv2
       
    61 LIBRARY		commsbufs.lib
       
    62 LIBRARY		TestExecuteUtils.lib
       
    63 LIBRARY	     testexecutelogclient.lib
       
    64 
       
    65 #if !defined(WINS) && !defined(GCC32)
       
    66 LIBRARY					commsfw.lib
       
    67 #endif
       
    68 
       
    69 CAPABILITY ALL -Tcb
       
    70 
       
    71 SMPSAFE