mmtestenv/mmtestfwunittest/MMPFiles/TSU_MmTsth12.mmp
changeset 0 40261b775718
child 12 b74061f7f3d2
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2002-2009 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 // Unit testing for MM Test Framework - 12 (TestSuite)
       
    15 // 
       
    16 //
       
    17 
       
    18 // Typhoon / Hurricane build :- comment out these lines
       
    19 // MACRO __MMF_JETSTREAM__
       
    20 // #define _MMF_JETSTREAM_MMP
       
    21 
       
    22 // Macro used to patch out E32Dll etc. in source files being tested
       
    23 MACRO __TSU_TESTFRAMEWORK__
       
    24 
       
    25 TARGET        	tsu_mmtsth12.dll
       
    26 CAPABILITY ALL -TCB
       
    27 TARGETTYPE    	dll
       
    28 UID           	0x1000008d 0x101f4605
       
    29 VENDORID 0x70000001
       
    30 
       
    31 // unit test code
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			tsu_mmtsth12/TSU_MmTsthSuite12.cpp
       
    35 SOURCE			tsu_mmtsth12/TSU_MmTsthStep12.cpp
       
    36 SOURCE			tsu_mmtsth12/TSU_MmTsth12.cpp
       
    37 
       
    38 // code to be tested
       
    39 
       
    40 SOURCE			../../mmtestfw/Source/TestFrameworkClient/TestSuite.cpp
       
    41 SOURCE			../../mmtestfw/Source/TestFrameworkClient/Log.cpp
       
    42 
       
    43 // required for non-exported functions which need testing
       
    44 
       
    45 SOURCE			../../mmtestfw/Source/TestFrameworkClient/TestStep.cpp
       
    46 SOURCE			../../mmtestfw/Source/TestFrameworkClient/asyncscheduler.cpp // to keep previous happy
       
    47 SOURCE			../../mmtestfw/Source/TestFrameworkClient/TestIniData.cpp
       
    48 
       
    49 // required stubs
       
    50 
       
    51 SOURCE			tsu_stubs/TestStepVirtualStub.cpp
       
    52 SOURCE			tsu_stubs/TestSuiteVirtualStub.cpp
       
    53 
       
    54 USERINCLUDE		../src/tsu_mmtsth12
       
    55 USERINCLUDE		../src/tsu_stubs
       
    56 USERINCLUDE		../../mmtestfw/Source
       
    57 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    58 
       
    59 LIBRARY			euser.lib 
       
    60 LIBRARY			efsrv.lib
       
    61 
       
    62 // required TestFramework libraries
       
    63 
       
    64 LIBRARY			testframeworkclient.lib 
       
    65 
       
    66 SMPSAFE