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