equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 TARGET dfpaeabi.dll |
|
17 |
|
18 TARGETTYPE dll |
|
19 |
|
20 SOURCEPATH . |
|
21 SOURCE dfpaeabi.cpp |
|
22 // dummy for now, needs to go away |
|
23 //SOURCE rte32dll.cpp |
|
24 |
|
25 START ARMCC |
|
26 //ARMRT - would like to be able to say this but there circularity with EUSER (argghhh!!!) |
|
27 ARMINC |
|
28 // we want the 'pure' versions to go with softvfp |
|
29 #ifdef MARM_ARMV5 |
|
30 ARMLIBS f_t_p.l c_t__un.l |
|
31 #else |
|
32 ARMLIBS f_a_p.l c_a__un.l |
|
33 #endif |
|
34 END |
|
35 |
|
36 capability all |
|
37 |
|
38 VENDORID 0x70000001 |
|
39 |
|
40 unpagedcode |
|
41 |
|
42 SMPSAFE |