os/ossrv/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/rtest_bed.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-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 // rtestbed.dll Legacy Testharness Framework for testing ECom plug-ins - Not for ROM release)
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 // If you want to perform RTest test() checking on UnitTest results.
    23 // define the following macro:
    24 MACRO	LOG_PANIC_UNIT_TEST_FAILURE
    25 
    26 TARGET rtestbed.dll
    27 CAPABILITY All -Tcb
    28 TARGETTYPE dll
    29 
    30 // Dynamic Dll UID followed by the unique UID for this dll
    31 UID 0x1000008D 0x101FB5A8
    32 VENDORID 0x70000001
    33 
    34 SOURCEPATH	../../Test_Bed/test_bed
    35 SOURCE		TestController.cpp DataLogger.cpp ComponentInfo.cpp 		
    36 SOURCE		UnitTestInfo.cpp
    37 SOURCE		ComponentTester.cpp UnitTest.cpp Transition.cpp LeakTestTransition.cpp 
    38 SOURCE		TestManager.cpp DefaultLogOutput.cpp
    39 SOURCEPATH	../../Test_Bed/console_app
    40 SOURCE		TestHarnessTemplate.cpp
    41 
    42 USERINCLUDE ../../Test_Bed/inc ../../Framework/inc
    43 USERINCLUDE ../../Test_Bed/console_app
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    45 
    46 LIBRARY euser.lib efsrv.lib flogger.lib ecom.lib
    47 
    48 DEFFILE rtestbed2.def
    49 
    50  // Allow DLL to use local data
    51  EPOCALLOWDLLDATA
    52 
    53 
    54 SMPSAFE