0
|
1 |
// Copyright (c) 2002-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 |
// USRT2_2.MPP
|
|
15 |
// This version is used to support RVCT 2.2 builds.
|
|
16 |
// Here the init_array (|SHT$$INIT_ARRAY$$Base|) contains pointers rather than offsets.
|
|
17 |
//
|
|
18 |
//
|
|
19 |
|
|
20 |
TARGET usrt2_2.lib
|
|
21 |
|
|
22 |
TARGETTYPE lib
|
|
23 |
|
|
24 |
ALWAYS_BUILD_AS_ARM
|
|
25 |
|
|
26 |
#ifdef MARM_ARMV5
|
|
27 |
OPTION ARMCC --dllimport_runtime
|
|
28 |
#endif
|
|
29 |
|
|
30 |
SOURCEPATH .
|
|
31 |
|
|
32 |
#ifndef MARM_ARMV4
|
|
33 |
SOURCE callviar0.cpp callviar1.cpp callviar2.cpp callviar3.cpp
|
|
34 |
SOURCE callviar4.cpp callviar5.cpp callviar6.cpp callviar7.cpp
|
|
35 |
#endif
|
|
36 |
|
|
37 |
SOURCE ucppinit_aeabi.cpp ucppfini.cpp
|
|
38 |
|
|
39 |
// This will be overriden by .exps
|
|
40 |
SOURCE dllexp.cpp
|
|
41 |
|
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
43 |
|
|
44 |
SOURCEPATH ../symaehabi
|
|
45 |
SOURCE callfirstprocessfn.cpp
|
|
46 |
|
|
47 |
START ARMCC
|
|
48 |
ARMINC
|
|
49 |
ARMRT
|
|
50 |
END
|
|
51 |
|
|
52 |
VENDORID 0x70000001
|