0
|
1 |
// Copyright (c) 2008-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 |
targettype dll
|
|
17 |
|
|
18 |
option armcc --no_exceptions --no_exceptions_unwind
|
|
19 |
|
|
20 |
source rtabort.cpp
|
|
21 |
source rtdiv0.cpp
|
|
22 |
source rtexit.cpp
|
|
23 |
source rtraise.cpp
|
|
24 |
source sftfpini.cpp
|
|
25 |
source rtlib.cpp
|
|
26 |
source no_extras.cpp
|
|
27 |
|
|
28 |
|
|
29 |
// These should eventually be removed; they are already defined in scppnwdl.dll. We
|
|
30 |
// keep them here only for backwards compatibility.
|
|
31 |
SOURCEPATH ../symcpp
|
|
32 |
SOURCE rtopnew.cpp rtopdel.cpp
|
|
33 |
|
|
34 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
35 |
|
|
36 |
LIBRARY scppnwdl.lib euser.lib drtaeabi.lib
|
|
37 |
|
|
38 |
start armcc
|
|
39 |
armrt
|
|
40 |
arminc
|
|
41 |
|
|
42 |
#if defined(ARMCC_3_1)
|
|
43 |
armlibs c_5.l h_5.l cpprt_5.l
|
|
44 |
|
|
45 |
#elif defined (ARMCC_2_2)
|
|
46 |
#ifdef MARM_ARMV5
|
|
47 |
ARMLIBS c_t__un.l h_t__un.l
|
|
48 |
#else
|
|
49 |
ARMLIBS c_a__un.l h_a__un.l
|
|
50 |
#endif
|
|
51 |
|
|
52 |
#endif
|
|
53 |
end
|
|
54 |
|
|
55 |
|
|
56 |
capability all
|
|
57 |
vendorid 0x70000001
|
|
58 |
|
|
59 |
UNPAGED
|
|
60 |
SMPSAFE
|
|
61 |
|