os/kernelhwsrv/kernel/eka/compsupp/rvct2_0/udrt.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-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 the License "ARM EABI LICENCE.txt"
     5 // which accompanies this distribution, and is available
     6 // in kernel/eka/compsupp.
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // UDRT.MPP
    15 // 
    16 //
    17 
    18 TARGET 			udrt.dll
    19 
    20 TARGETTYPE		dll
    21 
    22 SOURCEPATH		.
    23 SOURCE			rtabort.cpp rtdiv0.cpp rtexit.cpp rtlib.cpp rtraise.cpp
    24 SOURCE			udrtfrce.cpp
    25 // global new/delete operators
    26 SOURCE			rtopnew.cpp rtopdel.cpp
    27 // default _fp_init definition - should be overridden by fp library
    28 SOURCE			sftfpini.cpp	
    29 // dummy for now, needs to go away
    30 SOURCE			rte32dll.cpp	
    31 
    32 // yuk
    33 LIBRARY 		euser.lib	 
    34 
    35 START ARMCC
    36 ARMRT
    37 ARMINC
    38 #ifdef MARM_ARMV5
    39 ARMLIBS			c_t__un.l cpprt_t__u.l
    40 // shouldn't really need this if btod.o wasn't so monolithic....
    41 ARMLIBS			f_t_p.l
    42 #else
    43 ARMLIBS			c_a__un.l cpprt_a__u.l
    44 // shouldn't really need this if btod.o wasn't so monolithic....
    45 ARMLIBS			f_a_p.l
    46 #endif
    47 END
    48 
    49 capability		all
    50 VENDORID 0x70000001
    51 
    52 SMPSAFE