datacommsserver/esockserver/test/te_mecunittest/group/te_mecunittest.mmp
changeset 0 dfb7c4ff071f
child 27 5ebd530e523b
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 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 //
       
    15 // te_mecunittest.mmp
       
    16 //
       
    17 
       
    18 /**
       
    19 @file
       
    20 */
       
    21 
       
    22 TARGET          te_mecunittest.exe
       
    23 
       
    24 TARGETTYPE      exe
       
    25 UID             0x1000007A 0x2FFFFFFF // TODO:
       
    26 
       
    27 
       
    28 VENDORID        0x70000001
       
    29 CAPABILITY      ALL -Tcb
       
    30 
       
    31 MACRO           MEC_UNITTEST
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          mecunittestserver.cpp
       
    35 SOURCE          mecunitteststepbase.cpp
       
    36 
       
    37 SOURCE          testextensions.cpp
       
    38 SOURCE          mecunittestrefcountowner.cpp
       
    39 SOURCE          mecunittestdummyesocklog.cpp
       
    40 SOURCE          metaextensioncontainerspy.cpp
       
    41 
       
    42 SOURCE          ..\..\..\ssock\ss_rmetaextensioncontainer.cpp
       
    43 SOURCE          ..\..\..\ssock\ss_cmetaextensioncontainer.cpp
       
    44 
       
    45 SOURCE          mectest001step.cpp
       
    46 SOURCE          mectest002step.cpp
       
    47 SOURCE          mectest003step.cpp
       
    48 SOURCE          mectest004step.cpp
       
    49 SOURCE          mectest005step.cpp
       
    50 SOURCE          mectest006step.cpp
       
    51 SOURCE          mectest007step.cpp
       
    52 SOURCE          mectest008step.cpp
       
    53 SOURCE          mectest009step.cpp
       
    54 SOURCE          mectest010step.cpp
       
    55 SOURCE          mectest011step.cpp
       
    56 SOURCE          mectest012step.cpp
       
    57 
       
    58 SOURCE			mectest030step.cpp
       
    59 SOURCE          mectest031step.cpp
       
    60 SOURCE          mectest032step.cpp
       
    61 SOURCE          mectest033step.cpp
       
    62 
       
    63 SOURCE          mectest050step.cpp
       
    64 SOURCE          mectest051step.cpp
       
    65 SOURCE          mectest052step.cpp
       
    66 SOURCE          mectest053step.cpp
       
    67 SOURCE          mectest054step.cpp
       
    68 SOURCE			mectest055step.cpp
       
    69 
       
    70 //SOURCE          mectestpanic1step.cpp
       
    71 SOURCE          mectestpanic2step.cpp
       
    72 SOURCE          mectestpanic3step.cpp
       
    73 SOURCE          mectestpanic4step.cpp
       
    74 SOURCE          mectestpanic5step.cpp
       
    75 SOURCE			mectestpanic6step.cpp
       
    76 SOURCE			mectestpanic7step.cpp
       
    77 SOURCE			mectestpanic8step.cpp
       
    78 SOURCE			mectestpanic9step.cpp
       
    79 SOURCE			mectestpanic10step.cpp
       
    80 SOURCE			mectestpanic11step.cpp
       
    81 SOURCE			mectestpanic12step.cpp
       
    82 SOURCE			mectestpanic13step.cpp
       
    83 SOURCE			mectestpanic14step.cpp
       
    84 SOURCE			mectestpanic15step.cpp
       
    85 SOURCE			mectestpanic16step.cpp
       
    86 SOURCE			mectestpanic17step.cpp
       
    87 
       
    88 
       
    89 
       
    90 
       
    91 USERINCLUDE     ../inc
       
    92 USERINCLUDE     ../../../inc
       
    93 
       
    94 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    95 SYSTEMINCLUDE	/epoc32/include 
       
    96 SYSTEMINCLUDE   /epoc32/include/test  // Forced to have this because of bad headers
       
    97 #else
       
    98 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    99 #endif
       
   100 
       
   101 LIBRARY         euser.lib
       
   102 LIBRARY         efsrv.lib               // TParsePtrC
       
   103 LIBRARY         testexecuteutils.lib    // CTestServer, CTestStep
       
   104 //LIBRARY			esocksvr.lib		    // RMetaExtensionContainer and friends
       
   105 LIBRARY         netmeta.lib             // SMetaData
       
   106 
       
   107 SMPSAFE
       
   108