os/ossrv/genericopenlibs/cppstdlib/group/stdnew.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 // Name        : stdnew.mmp
    15 // Part of     : standard c++ library.
    16 // Version     : 1.0
    17 //
    18 
    19 
    20 
    21 target         stdnew.dll
    22 targettype     dll
    23 
    24 UID            0x1000008d 0x20022178
    25 
    26 sourcepath     ../src
    27 source         operator_new.cpp operator_delete.cpp
    28 source         set_new_handler.cpp
    29 source         exception.cpp
    30 
    31 STDCPP
    32 
    33 library        euser.lib
    34 
    35 #ifdef GCCXML
    36 macro __wchar_t_defined
    37 macro __SYMBIAN_STDCPP_SUPPORT__
    38 #endif  
    39 
    40 userinclude  ../inc
    41 userinclude  ../stl/stlport
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 OS_LAYER_LIBC_SYSTEMINCLUDE
    44 OS_LAYER_STLPORTV5_SYSTEMINCLUDE
    45 
    46 capability     all
    47 vendorid       0x70000001
    48 
    49 SMPSAFE 
    50 
    51