author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 31 Mar 2010 23:38:45 +0300 | |
branch | RCL_3 |
changeset 22 | 2f92ad2dc5db |
parent 2 | 4122176ea935 |
permissions | -rw-r--r-- |
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 |
// |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
8 |
// |
0 | 9 |
// Initial Contributors: |
10 |
// Nokia Corporation - initial contribution. |
|
11 |
// |
|
12 |
// Contributors: |
|
13 |
// |
|
14 |
// Description: |
|
15 |
// usrt.mpp |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
#if defined(ARMCC_2_2) |
|
20 |
target usrt2_2.lib |
|
21 |
#elif defined(ARMCC_3_1) |
|
22 |
target usrt3_1.lib |
|
23 |
#elif defined(ARMCC_4_0) |
|
24 |
target usrt4_0.lib |
|
25 |
#else |
|
26 |
target error |
|
27 |
#endif |
|
28 |
||
29 |
SMPSAFE |
|
30 |
targettype lib |
|
31 |
||
32 |
always_build_as_arm |
|
33 |
||
34 |
source ucppfini.cpp |
|
35 |
source ucppinit.cpp |
|
36 |
source dllexp.cpp |
|
37 |
source ../symaehabi/callfirstprocessfn.cpp |
|
38 |
||
39 |
#if defined(ARMCC_2_2) || defined(ARMCC_3_1) |
|
40 |
sourcepath call_via_rx |
|
41 |
source r0.cpp r1.cpp r2.cpp r3.cpp |
|
42 |
source r4.cpp r5.cpp r6.cpp r7.cpp |
|
43 |
#endif |
|
44 |
||
45 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
46 |
||
47 |
start armcc |
|
48 |
arminc |
|
49 |
end |