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