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 |
// USRT.MPP
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET usrt.lib
|
|
19 |
|
|
20 |
TARGETTYPE lib
|
|
21 |
|
|
22 |
SOURCEPATH .
|
|
23 |
|
|
24 |
#ifndef MARM_ARMV4
|
|
25 |
SOURCE callviar0.cpp callviar1.cpp callviar2.cpp callviar3.cpp
|
|
26 |
SOURCE callviar4.cpp callviar5.cpp callviar6.cpp callviar7.cpp
|
|
27 |
#endif
|
|
28 |
|
|
29 |
SOURCE ucppinit_aeabi.cpp ucppfini.cpp
|
|
30 |
// This will be overriden by .exps
|
|
31 |
SOURCE dllexp.cpp
|
|
32 |
|
|
33 |
SOURCEPATH ../symaehabi
|
|
34 |
SOURCE callfirstprocessfn.cpp
|
|
35 |
|
|
36 |
START ARMCC
|
|
37 |
ARMINC
|
|
38 |
ARMRT
|
|
39 |
END
|
|
40 |
|
|
41 |
VENDORID 0x70000001
|