os/persistentdata/traceservices/tracefw/ulogger/unit_test/group/te_client.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2010 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 OS_LAYER_SYSTEMINCLUDE
    24 
    25 USERINCLUDE   ../../inc
    26 
    27 SOURCEPATH  ../te-client
    28 SOURCE			te_uloggerclientsuiteserver.cpp
    29 SOURCE	        te_uloggerclientsuitestepbase.cpp
    30 SOURCE          testconnectstep.cpp
    31 SOURCE          teststartstep.cpp
    32 SOURCE          teststopstep.cpp
    33 SOURCE			testsetprimaryfltstep.cpp
    34 SOURCE          testgetprimaryfilterslstep.cpp
    35 SOURCE          testgetsecondaryfilterslstep.cpp
    36 SOURCE          testgettracebuffersizestep.cpp
    37 SOURCE          testremoveprimaryfltstep.cpp
    38 SOURCE          testresizetracebuffersizestep.cpp
    39 SOURCE       	testtracebuffermodestep.cpp
    40 SOURCE          testsetdatanotificationsizestep.cpp
    41 SOURCE          testsetsecondaryfilterallstep.cpp
    42 SOURCE          testsetsecondaryfltstep.cpp
    43 SOURCE          testversionstep.cpp
    44 SOURCE			testdeactivateoutputpluginstep.cpp
    45 SOURCE			testruloggerapi_ext.cpp
    46 
    47 
    48 LIBRARY     euser.lib
    49 LIBRARY		testexecuteutils.lib 
    50 LIBRARY		testexecutelogclient.lib 
    51 LIBRARY		uloggerclient.lib 
    52 
    53 SMPSAFE
    54