os/ossrv/stdcpp/tsrc/BC/apps/tiostreams/group/tiostreams.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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:       
    15 *
    16 */
    17 
    18 
    19 TARGET          tiostreams.dll
    20 TARGETTYPE      dll
    21 UID             0x1000008D 0x101FB3E3
    22 
    23 CAPABILITY      ALL -TCB
    24 EPOCALLOWDLLDATA
    25 DEFFILE         tiostreams.def
    26 
    27 SOURCEPATH      ../src
    28 SOURCE          tiostreams.cpp
    29 SOURCE          tiostreamsBlocks.cpp
    30 
    31 
    32 USERINCLUDE     ../inc 
    33 
    34 
    35 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis
    36 SYSTEMINCLUDE		/epoc32/include/stdapis
    37 
    38 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/sys
    39 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
    40 
    41 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/stlport
    42 SYSTEMINCLUDE       /epoc32/include/stdapis/stlport
    43 
    44 
    45  SYSTEMINCLUDE   	/epoc32/include 
    46 SYSTEMINCLUDE   	/epoc32/include/internal
    47 SYSTEMINCLUDE 		/epoc32/include/domain/osextensions
    48  
    49 
    50 LIBRARY         euser.lib
    51 LIBRARY         stiftestinterface.lib
    52 LIBRARY			libstdcpp.lib
    53 LIBRARY     	libc.lib
    54 LIBRARY			libpthread.lib
    55 
    56 LANG            SC
    57 
    58 OPTION CW -wchar_t on
    59 MACRO  _WCHAR_T_DECLARED
    60 END
    61  
    62 
    63 // End of File
    64 
    65 SMPSAFE