os/kernelhwsrv/kerneltest/e32test/group/t_drtaeabi.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/group/t_drtaeabi.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,72 @@
     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 "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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 			t_drtaeabi.dll
    1.20 +
    1.21 +TARGETTYPE		dll
    1.22 +
    1.23 +SOURCEPATH		../../../kernel/eka/compsupp/rvct
    1.24 +
    1.25 +SOURCE			aeabidiv0.cpp
    1.26 +SOURCE			drtaeabi.cpp
    1.27 +SOURCE			type_info.cpp
    1.28 +
    1.29 +USERINCLUDE	../../../kernel/eka/include
    1.30 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.31 +
    1.32 +SOURCEPATH		../../../kernel/eka/compsupp/symaehabi
    1.33 +SOURCE			symbian_support.cpp
    1.34 +SOURCE			symbian_rtti.cpp
    1.35 +SOURCE			unwinder.c
    1.36 +SOURCE			unwind_pr.c
    1.37 +SOURCE			cppsemantics.cpp
    1.38 +
    1.39 +SOURCEPATH		../cppexceptions
    1.40 +SOURCE			export_internals.cpp
    1.41 +
    1.42 +// we're building a runtime support lib so we have to add the libraries we want by hand
    1.43 +
    1.44 +#if defined ARMCC_2_1
    1.45 +LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib
    1.46 +#elif defined ARMCC_2_2
    1.47 +LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib
    1.48 +#elif defined ARMCC_3_1
    1.49 +LIBRARY 		euser.lib dfpaeabi.lib dfprvct3_1.lib drtrvct3_1.lib scppnwdl.lib
    1.50 +#endif
    1.51 +
    1.52 +START ARMCC
    1.53 +ARMRT // we're building a runtime support lib so suppress all the default libraries
    1.54 +ARMINC
    1.55 +// we want the 'pure' versions to go with softvfp
    1.56 +#if defined ARMCC_3_1
    1.57 +    #ifdef MARM_ARMV5
    1.58 +    ARMLIBS     c_5.l h_5.l cpprt_5.l
    1.59 +    #else
    1.60 +    ARMLIBS     c_4.l h_4.l cpprt_4.l
    1.61 +    #endif
    1.62 +#else
    1.63 +    #ifdef MARM_ARMV5
    1.64 +    ARMLIBS		c_t__un.l cpprt_t__u.l
    1.65 +    #else
    1.66 +    ARMLIBS		c_a__un.l cpprt_a__u.l
    1.67 +    #endif
    1.68 +#endif
    1.69 +END
    1.70 +
    1.71 +capability		all
    1.72 +vendorid		0x70000001
    1.73 +
    1.74 +
    1.75 +SMPSAFE