genericopenlibs/openenvcore/backend/group/StdioServer.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name        : stdioserver.mmp
       
    15 // Part of     : stdio server
       
    16 // Project mmp file for Stdio Server
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 TARGET      stdioserver.exe
       
    22 
       
    23 //Add your platform security capabilities 
       
    24 
       
    25 CAPABILITY None
       
    26 
       
    27 TARGETTYPE  exe
       
    28 UID         0x1000008D 0x10283075
       
    29 
       
    30 SOURCEPATH		../src/StdioRedir/Server
       
    31 
       
    32 SOURCE			StdioServer.cpp
       
    33 SOURCE			ShutDown.cpp
       
    34 SOURCE			StdioSession.cpp
       
    35 SOURCE			consolestream.cpp
       
    36 SOURCE			serialstream.cpp
       
    37 SOURCE			filestream.cpp
       
    38 SOURCE			ReadRequestHandler.cpp
       
    39 SOURCE			streambase.cpp
       
    40 SOURCE 			inidata.cpp
       
    41 SOURCE			nullstream.cpp
       
    42 
       
    43 USERINCLUDE		../inc  
       
    44 
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY     euser.lib
       
    49 LIBRARY		c32.lib
       
    50 LIBRARY		efsrv.lib
       
    51 
       
    52 	
       
    53 
       
    54 
       
    55 SMPSAFE