kernel/eka/compsupp/rvct3_1/drtrvct_common.mmh
changeset 43 96e5fb8b040d
child 44 36bfc973b146
equal deleted inserted replaced
-1:000000000000 43: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 sourcepath          .
       
    24 source              rtabort.cpp 
       
    25 source              rtdiv0.cpp 
       
    26 source              rtexit.cpp 
       
    27 source              rtraise.cpp
       
    28 source              sftfpini.cpp    
       
    29 source              no_extras.cpp
       
    30 
       
    31 // These should eventually be removed; they are already defined in scppnwdl.dll. We
       
    32 // keep them here only for backwards compatibility.
       
    33 SOURCEPATH		    ..\symcpp
       
    34 SOURCE			    rtopnew.cpp rtopdel.cpp
       
    35 
       
    36 library             euser.dso scppnwdl.dso dfprvct3_1.dso drtaeabi.dso dfpaeabi.dso
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    40 systeminclude       ../../include
       
    41 #endif
       
    42 
       
    43 start armcc
       
    44     armrt
       
    45     arminc
       
    46     armlibs         c_5.l h_5.l cpprt_5.l
       
    47 end
       
    48 
       
    49 capability          all
       
    50 vendorid            0x70000001
       
    51 
       
    52 
       
    53 SMPSAFE