testexecmdw/tef/tef/tefunit/group/tefunit.mmp
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     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 
       
    21 #include "../../Group/testexecute.cfg"
       
    22 
       
    23 TARGET			tefunit.lib
       
    24 TARGETTYPE		lib
       
    25 UID				0
       
    26 
       
    27 SOURCEPATH		../src
       
    28 SOURCE			crunner.cpp
       
    29 SOURCE			ctefunitserver.cpp
       
    30 SOURCE			ctestbase.cpp
       
    31 SOURCE			ctestcase.cpp
       
    32 SOURCE			ctestcommand.cpp
       
    33 SOURCE			ctestconfig.cpp
       
    34 SOURCE			ctestfixture.cpp
       
    35 SOURCE			ctestsuite.cpp
       
    36 SOURCE			cteflogger.cpp
       
    37 SOURCE			cactivetestfixture.cpp
       
    38 
       
    39 USERINCLUDE		../inc
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 
       
    44 
       
    45 VENDORID 0x70000001
       
    46 
       
    47