testexecfw/stf/stfext/testlibplugins/syslibplugin/group/stfsystemtestlibplugin.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 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 remote events module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 TARGET		  stfsystemtestlibplugin.dll
       
    23 TARGETTYPE	  dll
       
    24 UID			 0x1000008d 0x2002BC97
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 USERINCLUDE	 ..\inc
       
    29 SYSTEMINCLUDE   \epoc32\include
       
    30 SYSTEMINCLUDE   \epoc32\include\swi
       
    31 SYSTEMINCLUDE   \epoc32\include\platform\mw\swi
       
    32 SOURCEPATH	  ..\src
       
    33 
       
    34 SOURCE		  stfsystemtestlibplugin.cpp
       
    35 SOURCE		  AppInstall.cpp TestSecurityInstUIHandler.cpp
       
    36 
       
    37 // In order to use .def files to freeze code you must use one or more DEFFILE lines;
       
    38 // see the ones commented out below for examples.
       
    39 // By default, the build tools look for the WINSCW def file in a BWINS directory
       
    40 // (at the same level as the directory containing the mmp file), 
       
    41 // the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    42 // If your .def files are stored in these default locations, you can simply specify the
       
    43 // .def filename(s) with no path. If you want to store .def files in non-default 
       
    44 // locations, you will need to specify the paths in the DEFFILE statement(s).
       
    45 
       
    46 //The following commented out code shows how the build system uses the implicit
       
    47 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    48 // or run 'abld freeze' from the command-line
       
    49 //#if defined (WINS)
       
    50 //  DEFFILE ..\bwins\stfsystemtestlibplugin.def
       
    51 //#elif defined (GCC32)
       
    52 //  DEFFILE ..\bmarm\stfsystemtestlibplugin.def
       
    53 //#else 
       
    54 //  DEFFILE ..\eabi\stfsystemtestlibplugin.def
       
    55 //#endif
       
    56 
       
    57 nostrictdef
       
    58 
       
    59 LIBRARY		 euser.lib
       
    60 LIBRARY	     sishelper.lib 
       
    61 
       
    62 CAPABILITY	ALL -TCB
       
    63 
       
    64 DEFFILE stfsystemtestlibplugin.def
       
    65 #ifdef ENABLE_ABIV2_MODE
       
    66 DEBUGGABLE_UDEBONLY
       
    67 #endif
       
    68