|
1 /*TYPE TESTCLASS*//* |
|
2 * Copyright (c) 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #if defined(__S60_) |
|
20 // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <domain/osextensions/platform_paths.hrh> |
|
22 #endif |
|
23 |
|
24 TARGET BCException.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008D 0x101FB3E3 |
|
27 |
|
28 CAPABILITY ALL -TCB |
|
29 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
30 // VENDORID 0x00000000 |
|
31 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
32 // SECUREID 0x00000000 |
|
33 |
|
34 //TARGETPATH ?target_path |
|
35 DEFFILE BCException.def |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE BCException.cpp |
|
39 SOURCE BCExceptionBlocks.cpp |
|
40 |
|
41 //RESOURCE resource_file |
|
42 //RESOURCE resource_file2 |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 |
|
46 SYSTEMINCLUDE /epoc32/include/osextensions/stdapis |
|
47 SYSTEMINCLUDE /epoc32/include/stdapis |
|
48 |
|
49 SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/stlport |
|
50 SYSTEMINCLUDE /epoc32/include/stdapis/stlport |
|
51 |
|
52 SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/stlport/stl |
|
53 SYSTEMINCLUDE /epoc32/include/stdapis/stlport/stl |
|
54 |
|
55 SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/stlport/config |
|
56 |
|
57 SYSTEMINCLUDE /epoc32/include |
|
58 SYSTEMINCLUDE /epoc32/include/internal |
|
59 SYSTEMINCLUDE /epoc32/include/domain/osextensions |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY stiftestinterface.lib |
|
63 LIBRARY stiftestengine.lib |
|
64 LIBRARY libm.lib |
|
65 LIBRARY libc.lib |
|
66 LIBRARY libpthread.lib |
|
67 LIBRARY libstdcpp.lib |
|
68 |
|
69 LANG SC |
|
70 |
|
71 /* |
|
72 START WINS |
|
73 ?wins_specific_information |
|
74 END |
|
75 |
|
76 START MARM |
|
77 ?marm_specific_information |
|
78 END |
|
79 */ |
|
80 // Other possible keywords: |
|
81 |
|
82 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
83 /* |
|
84 START BITMAP ?target |
|
85 TARGETPATH ?emulated_path_on_target_machine |
|
86 HEADER |
|
87 SOURCE ?color_depth ?source_bitmap |
|
88 END |
|
89 */ |
|
90 // DEFFILE ?filename |
|
91 // AIF ?filename |
|
92 |
|
93 // End of File |
|
94 |
|
95 SMPSAFE |