testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/teftestmodule/group/teftestmodulelite.mmp
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:  MMP file for STIF Test Framework's Normal test module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../Group/testexecutelite.cfg"
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 TARGET          TEFTestModuleLite.dll
       
    23 TARGETTYPE      dll
       
    24 #ifndef _USE_EWSD_
       
    25 EPOCALLOWDLLDATA
       
    26 #endif
       
    27 UID             0x1000008D 0x101FB3E7
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    31 // VENDORID     0x00000000
       
    32 /* Remove comments and replace 0x00000000 with correct secure id */
       
    33 // SECUREID     0x00000000
       
    34 
       
    35 
       
    36 DEFFILE         TEFTestModule.def
       
    37 //TARGETPATH      ?target_path
       
    38 
       
    39 USERINCLUDE   ../inc
       
    40 USERINCLUDE   ../../utils/inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 SOURCE          teftestmodule.cpp
       
    47 SOURCE	        scriptengine.cpp
       
    48 SOURCE	        testwatcher.cpp
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         StifTestInterface.lib
       
    52 LIBRARY         StifTestEngine.lib
       
    53 LIBRARY			testexecuteutils.lib
       
    54 LIBRARY			efsrv.lib
       
    55 LIBRARY			testexecutelogclient.lib
       
    56 LIBRARY			testexecutepipslogclient.lib
       
    57 LIBRARY			iniparser.lib
       
    58 
       
    59 #if !defined(TEF_LITE_VERSION)
       
    60 LIBRARY			apparc.lib
       
    61 LIBRARY			apgrfx.lib
       
    62 LIBRARY        	domaincli.lib
       
    63 LIBRARY			ws32.lib
       
    64 #endif
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 /*
       
    69 START WINS      
       
    70 ?wins_specific_information
       
    71 END
       
    72 
       
    73 START MARM
       
    74 ?marm_specific_information
       
    75 END
       
    76 */
       
    77 // Other possible keywords:
       
    78  
       
    79 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    80 /*
       
    81 START BITMAP ?target
       
    82 TARGETPATH   ?emulated_path_on_target_machine
       
    83 HEADER
       
    84 SOURCEPATH   ?source_path
       
    85 SOURCE       ?color_depth ?source_bitmap
       
    86 END
       
    87 */
       
    88 // AIF ?filename
       
    89 
       
    90 
       
    91 
       
    92 // End of File