traceservices/tracefw/ulogger/unit_test/group/te_outfrwk.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2006-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 // UloggerOutfrmwkServer.exe application to test ulogger ouput framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20 */
       
    21 
       
    22 
       
    23 TARGET        uloggeroutfrmwkserver.exe
       
    24 TARGETTYPE    EXE
       
    25 uid			  0x1000008d 0x10273889
       
    26 CAPABILITY 	  CommDD NetworkControl LocalServices ProtServ
       
    27 VENDORID 	  0x70000001
       
    28 
       
    29 
       
    30 SOURCEPATH    ../te-outfrwk
       
    31 SOURCE      te_outfrwk_testserver.cpp  
       
    32 SOURCE	    te_outfrwk_teststep.cpp
       
    33 
       
    34 USERINCLUDE		../../inc
       
    35 
       
    36 USERINCLUDE		../../src/pluginframework
       
    37 SYSTEMINCLUDE	/epoc32/include
       
    38 SYSTEMINCLUDE	/epoc32/include/test
       
    39 SYSTEMINCLUDE	/epoc32/include/ecom
       
    40 
       
    41 LIBRARY		bafl.lib
       
    42 LIBRARY		euser.lib
       
    43 LIBRARY		testexecutelogclient.lib
       
    44 LIBRARY		testexecuteutils.lib
       
    45 LIBRARY		efsrv.lib
       
    46 LIBRARY		hal.lib
       
    47 LIBRARY		uloggersysconfig.lib
       
    48 LIBRARY		uloggerpluginframework.lib 
       
    49 LIBRARY 	ecom.lib 
       
    50 
       
    51 SMPSAFE