testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/tefunit/group/tefunit.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 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 
       
    23 #include "../../group/testexecute.cfg"
       
    24 
       
    25 TARGET			tefunit.lib
       
    26 TARGETTYPE		lib
       
    27 UID				0
       
    28 
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			crunner.cpp
       
    34 SOURCE			ctefunitserver.cpp
       
    35 SOURCE			ctestbase.cpp
       
    36 SOURCE			ctestcase.cpp
       
    37 SOURCE			ctestcommand.cpp
       
    38 SOURCE			ctestconfig.cpp
       
    39 SOURCE			ctestfixture.cpp
       
    40 SOURCE			ctestsuite.cpp
       
    41 SOURCE			cteflogger.cpp
       
    42 SOURCE			cactivetestfixture.cpp
       
    43 
       
    44 USERINCLUDE		../inc
       
    45 
       
    46 
       
    47 VENDORID 0x70000001
       
    48 
       
    49