kernel/eka/compsupp/rvct2_1/drtrvct2_1.mmp
changeset 43 96e5fb8b040d
child 44 36bfc973b146
equal deleted inserted replaced
-1:000000000000 43:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2004-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 TARGET 			drtrvct2_1.dll
       
    20 
       
    21 TARGETTYPE		dll
       
    22 
       
    23 OPTION ARMCC	--no_exceptions --no_exceptions_unwind
       
    24 
       
    25 SOURCEPATH		.
       
    26 SOURCE			rtabort.cpp 
       
    27 SOURCE			rtdiv0.cpp 
       
    28 SOURCE			rtexit.cpp 
       
    29 SOURCE			rtlib.cpp 
       
    30 SOURCE			rtraise.cpp
       
    31 SOURCE			drtrvct2_1.cpp
       
    32 
       
    33 // global new/delete operators
       
    34 SOURCE			rtopnew.cpp rtopdel.cpp
       
    35 // exception support - from RVCT 2.1 onwards
       
    36 // SOURCE			exception_support.cpp
       
    37 // default _fp_init definition - should be overridden by fp library
       
    38 SOURCE			sftfpini.cpp	
       
    39 // dummy for now, needs to go away
       
    40 // SOURCE			rte32dll.cpp	
       
    41 
       
    42 // yuk
       
    43 LIBRARY 		euser.lib	 
       
    44 
       
    45 START ARMCC
       
    46 ARMRT
       
    47 ARMINC
       
    48 #ifdef MARM_ARMV5
       
    49 ARMLIBS			c_t__un.l
       
    50 //ARMLIBS		cpprt_t__u.l
       
    51 // shouldn't really need this if btod.o wasn't so monolithic....
       
    52 ARMLIBS			f_t_p.l
       
    53 #else
       
    54 ARMLIBS			c_a__un.l 
       
    55 //ARMLIBS		cpprt_a__u.l
       
    56 // shouldn't really need this if btod.o wasn't so monolithic....
       
    57 ARMLIBS			f_a_p.l
       
    58 #endif
       
    59 END
       
    60 
       
    61 capability		all
       
    62 VENDORID 0x70000001
       
    63 
       
    64 SMPSAFE