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 |
|
|
17 |
targettype dll
|
|
18 |
|
|
19 |
source no_extras.cpp
|
|
20 |
|
|
21 |
option armcc --no_exceptions --no_exceptions_unwind
|
|
22 |
|
|
23 |
start armcc
|
|
24 |
armrt
|
|
25 |
|
|
26 |
#if defined(ARMCC_3_1)
|
|
27 |
armlibs c_5.l
|
|
28 |
|
|
29 |
#elif defined (ARMCC_2_2)
|
|
30 |
#ifdef MARM_ARMV5
|
|
31 |
armlibs c_t__un.l
|
|
32 |
#else
|
|
33 |
armlibs c_a__un.l
|
|
34 |
#endif
|
|
35 |
|
|
36 |
#endif
|
|
37 |
end
|
|
38 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
39 |
library euser.lib
|
|
40 |
|
|
41 |
#if defined(ARMCC_2_2)
|
|
42 |
library drtrvct2_2.lib
|
|
43 |
#elif defined(ARMCC_3_1)
|
|
44 |
library drtrvct3_1.lib
|
|
45 |
#endif
|
|
46 |
|
|
47 |
capability all
|
|
48 |
vendorid 0x70000001
|
|
49 |
|
|
50 |
UNPAGED
|
|
51 |
SMPSAFE
|
|
52 |
|