os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/drtrvct2_2_common.mmh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/drtrvct2_2_common.mmh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +// Copyright (c) 2005-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 +// DRTRVCT2_2_COMMON.MMP
    1.18 +// 
    1.19 +//
    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_2.cpp
    1.32 +// global new/delete operators
    1.33 +SOURCE			rtopnew.cpp rtopdel.cpp
    1.34 +
    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 		scppnwdl.lib euser.lib
    1.44 +
    1.45 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.46 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
    1.47 +SYSTEMINCLUDE		../../include
    1.48 +#endif
    1.49 +
    1.50 +START ARMCC
    1.51 +ARMRT
    1.52 +ARMINC
    1.53 +#ifdef MARM_ARMV5
    1.54 +ARMLIBS			c_t__un.l 
    1.55 +ARMLIBS			h_t__un.l
    1.56 +//ARMLIBS		cpprt_t__u.l
    1.57 +// shouldn't really need this if btod.o wasn't so monolithic....
    1.58 +#else
    1.59 +ARMLIBS			c_a__un.l 
    1.60 +ARMLIBS			h_a__un.l
    1.61 +//ARMLIBS		cpprt_a__u.l
    1.62 +// shouldn't really need this if btod.o wasn't so monolithic....
    1.63 +#endif
    1.64 +END
    1.65 +
    1.66 +capability		all
    1.67 +VENDORID 0x70000001
    1.68 +
    1.69 +SMPSAFE