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