equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * usrt.mpp |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 target usrt3_1.lib |
|
21 targettype lib |
|
22 |
|
23 always_build_as_arm |
|
24 |
|
25 sourcepath call_via_rx |
|
26 source r0.cpp r1.cpp r2.cpp r3.cpp |
|
27 source r4.cpp r5.cpp r6.cpp r7.cpp |
|
28 |
|
29 sourcepath . |
|
30 source ucppinit.cpp ucppfini.cpp |
|
31 source dllexp.cpp |
|
32 |
|
33 sourcepath ../symaehabi |
|
34 source callfirstprocessfn.cpp |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 start armcc |
|
39 arminc |
|
40 end |
|
41 |
|
42 vendorid 0x70000001 |