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 |
target ksrt3_1.lib
|
|
17 |
targettype klib
|
|
18 |
|
|
19 |
always_build_as_arm
|
|
20 |
|
|
21 |
macro _NO_FP
|
|
22 |
|
|
23 |
sourcepath call_via_rx
|
|
24 |
source r0.cpp r1.cpp r2.cpp r3.cpp
|
|
25 |
source r4.cpp r5.cpp r6.cpp r7.cpp
|
|
26 |
|
|
27 |
sourcepath .
|
|
28 |
source ucppinit.cpp
|
|
29 |
source dllexp.cpp
|
|
30 |
|
|
31 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
32 |
|
|
33 |
start armcc
|
|
34 |
arminc
|
|
35 |
end
|
|
36 |
|
|
37 |
vendorid 0x70000001
|