stdcpp/tsrc/Stdcpp_test/bcdrivers/twiostreams/group/twiostreams.mmp
changeset 31 ce057bb09d0b
child 45 4b03adbd26ca
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     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  
       
    27 TARGET          twiostreams.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x101FB3E3
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 EPOCALLOWDLLDATA
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         twiostreams.def
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          twiostreams.cpp
       
    42 SOURCE          twiostreamsBlocks.cpp
       
    43 
       
    44 
       
    45 USERINCLUDE     ../inc 
       
    46 
       
    47 
       
    48 
       
    49  OS_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    52 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY 				libstdcpp.lib
       
    57 LIBRARY 				libc.lib
       
    58 LIBRARY					libpthread.lib
       
    59  
       
    60 LANG            SC
       
    61 
       
    62 OPTION CW -wchar_t on
       
    63 MACRO  _WCHAR_T_DECLARED
       
    64 //END
       
    65 
       
    66 // End of File
       
    67 
       
    68 SMPSAFE