os/kernelhwsrv/kernel/eka/compsupp/rvct2_1/drtrvct2_1.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/compsupp/rvct2_1/drtrvct2_1.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "ARM EABI LICENCE.txt"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// in kernel/eka/compsupp.
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +TARGET 			drtrvct2_1.dll
    1.20 +
    1.21 +TARGETTYPE		dll
    1.22 +
    1.23 +OPTION ARMCC	--no_exceptions --no_exceptions_unwind
    1.24 +
    1.25 +SOURCEPATH		.
    1.26 +SOURCE			rtabort.cpp 
    1.27 +SOURCE			rtdiv0.cpp 
    1.28 +SOURCE			rtexit.cpp 
    1.29 +SOURCE			rtlib.cpp 
    1.30 +SOURCE			rtraise.cpp
    1.31 +SOURCE			drtrvct2_1.cpp
    1.32 +
    1.33 +// global new/delete operators
    1.34 +SOURCE			rtopnew.cpp rtopdel.cpp
    1.35 +// exception support - from RVCT 2.1 onwards
    1.36 +// SOURCE			exception_support.cpp
    1.37 +// default _fp_init definition - should be overridden by fp library
    1.38 +SOURCE			sftfpini.cpp	
    1.39 +// dummy for now, needs to go away
    1.40 +// SOURCE			rte32dll.cpp	
    1.41 +
    1.42 +// yuk
    1.43 +LIBRARY 		euser.lib	 
    1.44 +
    1.45 +START ARMCC
    1.46 +ARMRT
    1.47 +ARMINC
    1.48 +#ifdef MARM_ARMV5
    1.49 +ARMLIBS			c_t__un.l
    1.50 +//ARMLIBS		cpprt_t__u.l
    1.51 +// shouldn't really need this if btod.o wasn't so monolithic....
    1.52 +ARMLIBS			f_t_p.l
    1.53 +#else
    1.54 +ARMLIBS			c_a__un.l 
    1.55 +//ARMLIBS		cpprt_a__u.l
    1.56 +// shouldn't really need this if btod.o wasn't so monolithic....
    1.57 +ARMLIBS			f_a_p.l
    1.58 +#endif
    1.59 +END
    1.60 +
    1.61 +capability		all
    1.62 +VENDORID 0x70000001
    1.63 +
    1.64 +SMPSAFE