traceservices/tracefw/ulogger/unit_test/group/te_server.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_UloggerServerTestSuite.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      te_uloggerservertestsuite.exe
       
    19 TARGETTYPE  exe
       
    20 UID             0x1000007A 0x10273881
       
    21 //0x101F7784
       
    22 CAPABILITY CommDD NetworkControl LocalServices ProtServ
       
    23 
       
    24 MACRO __ULOGGER_SERVER_UNIT_TEST
       
    25 
       
    26 //Please add any change under here
       
    27 SOURCEPATH  ../te-server
       
    28 SOURCE	       te_uloggerservertestsuiteserver.cpp
       
    29 SOURCE	       te_uloggerservertestsuitestepbase.cpp
       
    30 SOURCE         uloggerservertest0step.cpp
       
    31 SOURCE         uloggerservertest1step.cpp
       
    32 SOURCE         uloggerservertest2step.cpp
       
    33 SOURCE		   uloggerservertest3step.cpp
       
    34 SOURCE		   uloggerservertest4step.cpp
       
    35 SOURCE		   uloggerservertest5step.cpp
       
    36 SOURCE		   uloggerservertest6step.cpp
       
    37 
       
    38 SOURCEPATH  ../../src/uloggerserver
       
    39 SOURCE			uloggerwatcher.cpp
       
    40 SOURCE			uloggersrvsession.cpp
       
    41 SOURCE			uloggerserver.cpp
       
    42 
       
    43 SMPSAFE
       
    44 
       
    45 
       
    46 SOURCEPATH	../../src/pluginframework
       
    47 SOURCE			pluginallocator.cpp
       
    48 SOURCE			inputframework.cpp
       
    49 SOURCE			outputframework.cpp
       
    50 SOURCE			inputdata.cpp
       
    51 
       
    52 SOURCEPATH  ../../src/command
       
    53 SOURCE			uloggercommands.cpp
       
    54 
       
    55 USERINCLUDE   ../te-server
       
    56 USERINCLUDE   ../../inc
       
    57 USERINCLUDE  ../../src/pluginframework
       
    58 USERINCLUDE   ../../src/uloggerserver
       
    59 
       
    60 SYSTEMINCLUDE /epoc32/include
       
    61 SYSTEMINCLUDE /epoc32/include/test
       
    62 SYSTEMINCLUDE /epoc32/include/ecom
       
    63 
       
    64 
       
    65 
       
    66 LIBRARY		euser.lib estor.lib bafl.lib hal.lib efsrv.lib btracec.lib uloggersysconfig.lib
       
    67 LIBRARY		testexecuteutils.lib 
       
    68 LIBRARY		testexecutelogclient.lib ecom.lib
       
    69 
       
    70