genericopenlibs/cstdlib/RedirCli/REDIRCLI.MMP
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 1997-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 // redircli.dll C standard input/output stream handling (STDIN, STDOUT, STDERR)
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			redircli.dll
       
    24 CAPABILITY All -Tcb
       
    25 
       
    26 TARGETTYPE		dll
       
    27 
       
    28 SOURCEPATH	../RedirCli
       
    29 
       
    30 SOURCE			REDIRCLI.CPP STREAM.CPP
       
    31 
       
    32 LIBRARY			euser.lib
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 USERINCLUDE ../INC
       
    35 
       
    36 DEFFILE			redircli2.def
       
    37 
       
    38 NOSTRICTDEF
       
    39 
       
    40 START WINS
       
    41 BASEADDRESS		0x43550000
       
    42 END
       
    43 
       
    44 UID		0x1000008d 0x100053e3	// KSharedLibraryUid KUidRedirCli
       
    45 VENDORID 0x70000001
       
    46 
       
    47 
       
    48 SMPSAFE