os/persistentdata/traceservices/tracefw/ulogger/unit_test/group/te_sysstart.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) 2007-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 // $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 OS_LAYER_SYSTEMINCLUDE
    25 
    26 USERINCLUDE ../te-sysstart
    27 USERINCLUDE ../../inc
    28 USERINCLUDE ../../src/sysstarter
    29 
    30 SOURCEPATH  ../../src/sysstarter
    31 SOURCE		uloggersysstarter.cpp
    32 
    33 SOURCEPATH	../te-sysstart
    34 SOURCE		uloggersysstarttest.cpp
    35 SOURCE		te_sysstartersuiteserver.cpp
    36 SOURCE		te_sysstartersuitestepbase.cpp
    37 
    38 STATICLIBRARY	tefunit.lib
    39 LIBRARY		euser.lib
    40 LIBRARY		efsrv.lib
    41 LIBRARY		testexecuteutils.lib
    42 LIBRARY		testexecutelogclient.lib
    43 LIBRARY		rfileloggerclient.lib
    44 LIBRARY		uloggerclient.lib
    45 
    46 #if (!defined WINS)
    47 LIBRARY		estlib.lib
    48 #endif
    49 
    50 SMPSAFE