kernel/eka/compsupp/rvct/drtrvct_common.mmh
changeset 9 96e5fb8b040d
child 10 36bfc973b146
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2008-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 targettype      dll
       
    20 
       
    21 option armcc    --no_exceptions --no_exceptions_unwind
       
    22 
       
    23 source          rtabort.cpp 
       
    24 source          rtdiv0.cpp 
       
    25 source          rtexit.cpp 
       
    26 source          rtraise.cpp
       
    27 source          sftfpini.cpp  
       
    28 source          rtlib.cpp  
       
    29 source          no_extras.cpp
       
    30 
       
    31 
       
    32 // These should eventually be removed; they are already defined in scppnwdl.dll. We
       
    33 // keep them here only for backwards compatibility.
       
    34 SOURCEPATH		../symcpp
       
    35 SOURCE			rtopnew.cpp rtopdel.cpp
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY 		scppnwdl.lib euser.lib drtaeabi.lib
       
    40 
       
    41 start armcc
       
    42     armrt
       
    43     arminc
       
    44 
       
    45     #if defined(ARMCC_3_1)
       
    46     armlibs     c_5.l h_5.l cpprt_5.l
       
    47 
       
    48     #elif defined (ARMCC_2_2)
       
    49     #ifdef MARM_ARMV5
       
    50     ARMLIBS		c_t__un.l h_t__un.l
       
    51     #else
       
    52     ARMLIBS		c_a__un.l h_a__un.l
       
    53     #endif
       
    54 
       
    55     #endif
       
    56 end
       
    57 
       
    58 
       
    59 capability      all
       
    60 vendorid        0x70000001
       
    61 
       
    62 UNPAGED
       
    63 SMPSAFE
       
    64