testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/tefunit/group/tefunitte.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 * Using relative paths for sourcepath and user includes
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 #include "../../group/testexecute.cfg"
       
    25 TARGET			tefunitte.exe
       
    26 TARGETTYPE		exe
       
    27 UID		0x100039CE 0x101F777C
       
    28 
       
    29 
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH		../test/src
       
    34 SOURCE			ctestsuitea.cpp
       
    35 SOURCE			ctestsuiteassert.cpp
       
    36 SOURCE			ctestsuiteb.cpp
       
    37 SOURCE			ctestsuitec.cpp
       
    38 SOURCE			ctestsuited.cpp
       
    39 SOURCE			ctestasyncsuitea.cpp
       
    40 SOURCE			ctestasyncsuiteassert.cpp
       
    41 SOURCE			t_testtefunit.cpp
       
    42 SOURCE			samplestep.cpp
       
    43 
       
    44 USERINCLUDE		../test/inc
       
    45 USERINCLUDE		../inc
       
    46 
       
    47 STATICLIBRARY		tefunit.lib
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			testexecuteutils.lib
       
    50 LIBRARY			efsrv.lib
       
    51 LIBRARY			testexecutelogclient.lib
       
    52 LIBRARY			testexecutepipslogclient.lib
       
    53 LIBRARY			rfileloggerclient.lib
       
    54 
       
    55 #if (!defined WINS) && (!defined TEF_LITE_VERSION)
       
    56 LIBRARY			estlib.lib 
       
    57 #endif
       
    58 
       
    59 VENDORID 0x70000001
       
    60 
       
    61