stdcpp/tsrc/Stdcpp_test/bcdrivers/tiostreams/group/tiostreams.mmp
changeset 0 e4d67989cc36
child 22 ddc455616bd6
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY			libstdcpp.lib
       
    51 LIBRARY     	libc.lib
       
    52 LIBRARY			libpthread.lib
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 OPTION CW -wchar_t on
       
    57 MACRO  _WCHAR_T_DECLARED
       
    58 END
       
    59  
       
    60 
       
    61 // End of File
       
    62 
       
    63 SMPSAFE