os/persistentdata/traceservices/tracefw/ulogger/unit_test/group/te_outfrwk.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2006-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 // UloggerOutfrmwkServer.exe application to test ulogger ouput framework
    15 // 
    16 //
    17 
    18 TARGET        uloggeroutfrmwkserver.exe
    19 TARGETTYPE    EXE
    20 uid			  0x1000008d 0x10273889
    21 CAPABILITY 	  CommDD NetworkControl LocalServices ProtServ
    22 VENDORID 	  0x70000001
    23 
    24 OS_LAYER_SYSTEMINCLUDE
    25 
    26 USERINCLUDE     ../../inc
    27 USERINCLUDE     ../../src/pluginframework
    28 
    29 SOURCEPATH    ../te-outfrwk
    30 SOURCE      te_outfrwk_testserver.cpp  
    31 SOURCE	    te_outfrwk_teststep.cpp
    32 
    33 LIBRARY		bafl.lib
    34 LIBRARY		euser.lib
    35 LIBRARY		testexecutelogclient.lib
    36 LIBRARY		testexecuteutils.lib
    37 LIBRARY		efsrv.lib
    38 LIBRARY		hal.lib
    39 LIBRARY		uloggersysconfig.lib
    40 LIBRARY		uloggerpluginframework.lib 
    41 LIBRARY 	ecom.lib 
    42 
    43 SMPSAFE