traceservices/tracefw/ulogger/unit_test/group/te_sysstart.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 // $servername.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		uloggersysstarttest.exe
       
    19 TARGETTYPE	exe
       
    20 UID			0x1000007A 0x101F777C
       
    21 VENDORID 	0x70000001
       
    22 MACRO __ULOGGER_SYSTEMSTART_UNIT_TEST
       
    23 
       
    24 SYSTEMINCLUDE	/epoc32/include
       
    25 SYSTEMINCLUDE	/epoc32/include/test
       
    26 
       
    27 
       
    28 
       
    29 USERINCLUDE ../te-sysstart
       
    30 USERINCLUDE ../../inc
       
    31 USERINCLUDE ../../src/sysstarter
       
    32 
       
    33 SOURCEPATH  ../../src/sysstarter
       
    34 SOURCE		uloggersysstarter.cpp
       
    35 
       
    36 
       
    37 SOURCEPATH	../te-sysstart
       
    38 SOURCE		uloggersysstarttest.cpp
       
    39 SOURCE		te_sysstartersuiteserver.cpp
       
    40 SOURCE		te_sysstartersuitestepbase.cpp
       
    41 
       
    42 STATICLIBRARY	tefunit.lib
       
    43 LIBRARY		euser.lib
       
    44 LIBRARY		efsrv.lib
       
    45 LIBRARY		testexecuteutils.lib
       
    46 LIBRARY		testexecutelogclient.lib
       
    47 LIBRARY		rfileloggerclient.lib
       
    48 LIBRARY		uloggerclient.lib
       
    49 
       
    50 
       
    51 
       
    52 #if (!defined WINS)
       
    53 LIBRARY		estlib.lib
       
    54 #endif
       
    55 
       
    56 SMPSAFE
       
    57