traceservices/tracefw/ulogger/unit_test/group/te_client.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2002-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 // Te_uloggerclientSuite.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      	uloggerclientapiserver.exe
       
    19 TARGETTYPE  	exe
       
    20 UID             0x1000007A 0x101F7784
       
    21 CAPABILITY 		NONE
       
    22 
       
    23 //Please add any change under here
       
    24 SOURCEPATH  ../te-client
       
    25 SOURCE			te_uloggerclientsuiteserver.cpp
       
    26 SOURCE	        te_uloggerclientsuitestepbase.cpp
       
    27 SOURCE          testconnectstep.cpp
       
    28 SOURCE          teststartstep.cpp
       
    29 SOURCE          teststopstep.cpp
       
    30 SOURCE			testsetprimaryfltstep.cpp
       
    31 SOURCE          testgetprimaryfilterslstep.cpp
       
    32 SOURCE          testgetsecondaryfilterslstep.cpp
       
    33 SOURCE          testgettracebuffersizestep.cpp
       
    34 SOURCE          testremoveprimaryfltstep.cpp
       
    35 SOURCE          testresizetracebuffersizestep.cpp
       
    36 SOURCE       	testtracebuffermodestep.cpp
       
    37 SOURCE          testsetdatanotificationsizestep.cpp
       
    38 SOURCE          testsetsecondaryfilterallstep.cpp
       
    39 SOURCE          testsetsecondaryfltstep.cpp
       
    40 SOURCE          testversionstep.cpp
       
    41 SOURCE			testdeactivateoutputpluginstep.cpp
       
    42 SOURCE			testruloggerapi_ext.cpp
       
    43 
       
    44 USERINCLUDE   ../../inc
       
    45 
       
    46 SYSTEMINCLUDE /epoc32/include
       
    47 SYSTEMINCLUDE /epoc32/include/test
       
    48 
       
    49 //Please add your system include under here. 
       
    50 
       
    51 LIBRARY     euser.lib
       
    52 LIBRARY		testexecuteutils.lib 
       
    53 LIBRARY		testexecutelogclient.lib 
       
    54 LIBRARY		uloggerclient.lib 
       
    55 
       
    56 SMPSAFE
       
    57