testexecfw/stf/stffw/eventsystem/server/group/eventsystemsrv.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 TARGETTYPE EXE
       
    22 TARGET stfeventsystemsrv.exe
       
    23 
       
    24 UID 0 0x2002BC9D
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 USERINCLUDE	 ..\inc
       
    29 
       
    30 SOURCEPATH	  ..\src
       
    31 SOURCE      main.cpp 
       
    32 SOURCE      eventsystemserver.cpp 
       
    33 SOURCE      eventsystemsession.cpp 
       
    34 SOURCE      waitingevent.cpp
       
    35 SOURCE      stateevent.cpp
       
    36 
       
    37 LIBRARY     euser.lib
       
    38 LIBRARY     efsrv.lib
       
    39 
       
    40 CAPABILITY ALL -TCB
       
    41 
       
    42 // EOF