author | hgs |
Wed, 20 Oct 2010 13:58:28 +0100 | |
changeset 293 | 0659d0e1a03c |
parent 291 | 206a6eaaeb71 |
permissions | -rw-r--r-- |
291 | 1 |
// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 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 |
// Compiler runtime support. |
|
15 |
// |
|
16 |
||
17 |
PRJ_PLATFORMS |
|
18 |
||
291 | 19 |
ARMV4 ARMV5 ARMV5SMP ARMV6 ARMV7 |
0 | 20 |
|
21 |
PRJ_EXPORTS |
|
22 |
||
291 | 23 |
rvct.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/) |
24 |
gcce/gcce.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/) |
|
25 |
symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h) |
|
0 | 26 |
|
291 | 27 |
compsupp.iby /epoc32/rom/include/ |
0 | 28 |
|
29 |
PRJ_MMPFILES |
|
30 |
||
291 | 31 |
#if !defined(GCCXML) && !defined(GCCE) |
0 | 32 |
|
33 |
symcpp/scppnwdl.mmp |
|
34 |
rvct/dfprvct-thunk.mmp |
|
35 |
rvct/usrt.mmp |
|
291 | 36 |
rvct/usrt_nx.mmp |
0 | 37 |
rvct/ksrt.mmp |
38 |
||
291 | 39 |
#ifndef SMP |
40 |
rvct/drtaeabi.mmp |
|
41 |
rvct/dfpaeabi.mmp |
|
42 |
rvct/dfpaeabi_vfpv2.mmp |
|
0 | 43 |
|
291 | 44 |
// As of RVCT 4.0 we no longer export compiler-internal functions. |
45 |
#if defined(ARMCC_2_2) || defined(ARMCC_3_1) |
|
46 |
rvct/drtrvct.mmp |
|
47 |
rvct/drtrvct_vfpv2.mmp |
|
48 |
rvct/dfprvct.mmp |
|
49 |
rvct/dfprvct_vfpv2.mmp |
|
50 |
#endif |
|
0 | 51 |
#endif |
52 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
53 |
PRJ_EXTENSIONS |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
54 |
|
291 | 55 |
#ifndef ARMCC_2_2 |
56 |
start extension tools/compsupp |
|
57 |
option FILE $(EXTENSION_ROOT)/rt_2_2.zip |
|
58 |
option TODIR $(EPOCROOT)epoc32/release |
|
59 |
end |
|
60 |
#endif |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
61 |
|
291 | 62 |
#ifndef ARMCC_3_1 |
63 |
start extension tools/compsupp |
|
64 |
option FILE $(EXTENSION_ROOT)/rt_3_1.zip |
|
65 |
option TODIR $(EPOCROOT)epoc32/release |
|
66 |
end |
|
67 |
#endif |
|
68 |
||
69 |
#ifndef ARMCC_4_0 |
|
70 |
start extension tools/compsupp |
|
71 |
option FILE $(EXTENSION_ROOT)/rt_4_0.zip |
|
72 |
option TODIR $(EPOCROOT)epoc32/release |
|
73 |
end |
|
74 |
#endif |
|
75 |
||
0 | 76 |
#endif |
77 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
78 |