equal
deleted
inserted
replaced
|
1 |
|
2 // Copyright (c) 2004-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 the License "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 // e32test/group/t_romtable.mmp |
|
16 // |
|
17 // |
|
18 |
|
19 TARGET t_romtable.exe |
|
20 TARGETTYPE EXE |
|
21 SOURCEPATH ../cppexceptions |
|
22 SOURCE t_romtable.cpp |
|
23 |
|
24 LIBRARY euser.lib d_second_excp.lib scppnwdl.lib t_drtaeabi.lib |
|
25 |
|
26 #if defined ARMCC_2_1 |
|
27 LIBRARY DRTRVCT2_1.LIB |
|
28 #elif defined ARMCC_2_2 |
|
29 LIBRARY drtrvct2_2.lib |
|
30 #elif defined ARMCC_3_1 |
|
31 LIBRARY drtrvct3_1.lib |
|
32 #endif |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 USERINCLUDE ../../../kernel/eka/compsupp/symaehabi |
|
36 |
|
37 START ARMCC |
|
38 ARMRT |
|
39 ARMINC |
|
40 END |
|
41 |
|
42 CAPABILITY all |
|
43 |
|
44 |
|
45 VENDORID 0x70000001 |
|
46 |
|
47 SMPSAFE |