1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/compsupp/compsupp.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,66 @@
1.4 +// Copyright (c) 2008-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 +// This file contains the compiler's run-time support libraries.
1.18 +//
1.19 +//
1.20 +
1.21 +// Make the file acceptable to "e32/rombuild/rom.bat."
1.22 +#if defined(COMPSUPP_DIR) && defined(BUILD)
1.23 +# define ABI_DIR \Epoc32\Release\##COMPSUPP_DIR
1.24 +# define DEBUG_DIR BUILD
1.25 +#endif
1.26 +
1.27 +#if defined(RVCT2_1)
1.28 +# error "RVCT 2.1 is not supported."
1.29 +#endif
1.30 +
1.31 +// Set a default run-time version. In the future, 3.1 or 4.X should be the default.
1.32 +#if !( defined(RVCT2_2) || defined(RVCT3_1) || defined(RVCT4_0) )
1.33 +# define RVCT2_2
1.34 +#endif
1.35 +
1.36 +#if defined(VFPHELPERS) && !defined(NOVFPHELPERS)
1.37 +# define FP_EXT _vfpv2.dll
1.38 +#else
1.39 +# define FP_EXT .dll
1.40 +#endif
1.41 +
1.42 +file=ABI_DIR\##DEBUG_DIR\scppnwdl.dll \sys\bin\scppnwdl.dll
1.43 +
1.44 +file=ABI_DIR\##DEBUG_DIR\drtaeabi.dll \sys\bin\drtaeabi.dll
1.45 +file=ABI_DIR\##DEBUG_DIR\dfpaeabi##FP_EXT \sys\bin\dfpaeabi.dll
1.46 +
1.47 +// Support for old binaries.
1.48 +file=ABI_DIR\##DEBUG_DIR\dfprvct-thunk.dll \sys\bin\dfprvct-thunk.dll
1.49 +alias \sys\bin\dfprvct-thunk.dll \sys\bin\dfprvct2_2-thunk.dll
1.50 +alias \sys\bin\dfprvct-thunk.dll \sys\bin\dfprvct2_1-thunk.dll
1.51 +
1.52 +#if defined(RVCT2_2)
1.53 + file=ABI_DIR\##DEBUG_DIR\drtrvct2_2##FP_EXT \sys\bin\drtrvct2_2.dll
1.54 + file=ABI_DIR\##DEBUG_DIR\dfprvct2_2##FP_EXT \sys\bin\dfprvct2_2.dll
1.55 +
1.56 + // Support for old binaries.
1.57 + alias \sys\bin\drtrvct2_2.dll \sys\bin\drtrvct2_1.dll
1.58 + alias \sys\bin\dfprvct2_2.dll \sys\bin\dfprvct2_1.dll
1.59 +#elif defined(RVCT3_1) || defined(RVCT4_0)
1.60 + file=ABI_DIR\##DEBUG_DIR\drtrvct3_1##FP_EXT \sys\bin\drtrvct3_1.dll
1.61 + file=ABI_DIR\##DEBUG_DIR\dfprvct3_1##FP_EXT \sys\bin\dfprvct3_1.dll
1.62 +
1.63 + // Support for old binaries.
1.64 + alias \sys\bin\drtrvct3_1.dll \sys\bin\drtrvct2_2.dll
1.65 + alias \sys\bin\dfprvct3_1.dll \sys\bin\dfprvct2_2.dll
1.66 + alias \sys\bin\drtrvct3_1.dll \sys\bin\drtrvct2_1.dll
1.67 + alias \sys\bin\dfprvct3_1.dll \sys\bin\dfprvct2_1.dll
1.68 +#endif
1.69 +