testexecfw/stf/stffw/eventsystem/client/group/eventsystemclient.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 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 SMPSAFE
       
    22 TARGETTYPE DLL
       
    23 TARGET stfeventsystemclient.dll
       
    24 UID			 0x1000008d 0x2002BC9E
       
    25 
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE	 ..\inc
       
    31 
       
    32 
       
    33 LIBRARY		 euser.lib
       
    34 
       
    35 //#if defined (WINS)
       
    36 //#elif defined (GCC32)
       
    37 //DEFFILE ..\bmarm\stfeventsystemclient.def
       
    38 //#else 
       
    39 //DEFFILE ..\eabi\stfeventsystemclient.def
       
    40 //#endif
       
    41 
       
    42 //nostrictdef
       
    43 
       
    44 SOURCEPATH ..\src
       
    45 SOURCE      stfeventsystem.cpp
       
    46 SOURCE      stfasynceventactive.cpp
       
    47 SOURCE      stfasynceventlist.cpp
       
    48 
       
    49 // EOF
       
    50