testexecfw/tef/tefunit/group/tefunitte.mmp
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     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 TARGET			TEFUnitTE.exe
       
    23 TARGETTYPE		exe
       
    24 UID		0x100039CE 0x101F777C
       
    25 
       
    26 SOURCEPATH		../Test/src
       
    27 SOURCE			CTestSuiteA.cpp
       
    28 SOURCE			CTestSuiteAssert.cpp
       
    29 SOURCE			CTestSuiteB.cpp
       
    30 SOURCE			CTestSuiteC.cpp
       
    31 SOURCE			CTestSuiteD.cpp
       
    32 SOURCE			CTestAsyncSuiteA.cpp
       
    33 SOURCE			CTestAsyncSuiteAssert.cpp
       
    34 SOURCE			T_TestTEFUnit.cpp
       
    35 SOURCE			SampleStep.cpp
       
    36 
       
    37 USERINCLUDE		../Test/inc
       
    38 USERINCLUDE		../inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 SYSTEMINCLUDE	/Epoc32/include/test
       
    44 
       
    45 STATICLIBRARY		TEFUnit.lib
       
    46 LIBRARY			euser.lib
       
    47 LIBRARY			testexecuteutils.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			TestExecuteLogClient.lib
       
    50 LIBRARY			TestExecutePIPSLogClient.lib
       
    51 LIBRARY			RFileLoggerClient.lib
       
    52 
       
    53 #if (!defined WINS) && (!defined TEF_LITE_VERSION)
       
    54 LIBRARY			estlib.lib 
       
    55 #endif
       
    56 
       
    57 VENDORID 0x70000001
       
    58 
       
    59