os/ossrv/stdcpp/tsrc/Stdcpp_test/bcdrivers/tiostreams/group/tiostreams.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    20 //#if defined(__SERIES60_)
    21         // To get the -definition
    22         #include <platform_paths.hrh>
    23  
    24 //#endif
    25 
    26 TARGET          tiostreams.dll
    27 TARGETTYPE      dll
    28 UID             0x1000008D 0x101FB3E3
    29 
    30 CAPABILITY      ALL -TCB
    31 EPOCALLOWDLLDATA
    32 DEFFILE         tiostreams.def
    33 
    34 SOURCEPATH      ../src
    35 SOURCE          tiostreams.cpp
    36 SOURCE          tiostreamsBlocks.cpp
    37 
    38 
    39 USERINCLUDE     ../inc 
    40 
    41 
    42  
    43 OS_LAYER_SYSTEMINCLUDE
    44 OS_LAYER_LIBC_SYSTEMINCLUDE
    45 OS_LAYER_STDCPP_SYSTEMINCLUDE
    46 OS_LAYER_BOOST_SYSTEMINCLUDE
    47 
    48 
    49 
    50 LIBRARY			libstdcpp.lib
    51 LIBRARY         euser.lib
    52 LIBRARY     	libc.lib
    53 LIBRARY			libpthread.lib
    54 LIBRARY         stiftestinterface.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