testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/group/teftestmodulefw.iby
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 //
       
    16 
       
    17 
       
    18 #ifndef __TEFTESTMODULEFW_IBY__
       
    19 #define __TEFTESTMODULEFW_IBY__
       
    20 
       
    21 #ifndef TEF_LITE
       
    22 #define TEF_LITE
       
    23 #endif
       
    24 
       
    25 #include <testexecutelogger.iby>
       
    26 #include <iniparser.iby>
       
    27 #include <rfilelogger.iby>
       
    28 #include <testexecutepipsloggerclient.iby>
       
    29 #include <wrapperutilsplugin.iby>
       
    30 
       
    31 
       
    32 file=ABI_DIR\BUILD_DIR\TEFTestModule.dll	SHARED_LIB_DIR\TEFTestModule.dll
       
    33 file=ABI_DIR\BUILD_DIR\TEFTestModuleLite.dll	SHARED_LIB_DIR\TEFTestModuleLite.dll
       
    34 
       
    35 // Below files are duplicated with testexecute.iby(TEF v1). They are commented out temporarily
       
    36 // If TEF v1 is removed from MCL, the two files should be added in rom.
       
    37 
       
    38 //file=ABI_DIR\BUILD_DIR\testexecuteutils.dll	SHARED_LIB_DIR\testexecuteutils.dll 
       
    39 //data=\epoc32\data\z\system\data\testexecute.ini			system\data\testexecute.ini
       
    40 #endif