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