|
1 /* |
|
2 * Copyright (c) 2002 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET XMLInterface.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008d 0x101F9750 |
|
24 //TARGETPATH ?target_path |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #if defined(ARMCC) |
|
29 DEFFILE ../eabi/xmlinterface.def |
|
30 #elif defined(WINSCW) |
|
31 DEFFILE ../bwinscw/xmlinterface.def |
|
32 #elif defined(WINS) |
|
33 DEFFILE ../bwins/xmlinterface.def |
|
34 #else |
|
35 DEFFILE ../bmarm/xmlinterface.def |
|
36 #endif |
|
37 |
|
38 SOURCEPATH ../SRC |
|
39 SOURCE RXMLReader.cpp |
|
40 SOURCE wml_1_3_dict.c |
|
41 SOURCE syncml_1_0_dict.c |
|
42 SOURCE xhtml_1_0_dict.c |
|
43 SOURCE sl_dict.c |
|
44 SOURCE CXMLReader.cpp |
|
45 SOURCE CXMLAttributes.cpp |
|
46 SOURCE CXMLObserver.cpp |
|
47 |
|
48 // RESOURCE resource_file |
|
49 // RESOURCE resource_file2 |
|
50 |
|
51 USERINCLUDE ../INC |
|
52 |
|
53 MW_LAYER_SYSTEMINCLUDE |
|
54 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
55 |
|
56 CAPABILITY CAP_GENERAL_DLL |
|
57 |
|
58 LIBRARY efsrv.lib |
|
59 LIBRARY euser.lib |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY charconv.lib |
|
62 LIBRARY cxmlparser.lib |
|
63 |
|
64 LANG SC |
|
65 /* |
|
66 START WINS |
|
67 ?wins_specific_information |
|
68 END |
|
69 |
|
70 START MARM |
|
71 ?marm_specific_information |
|
72 END |
|
73 */ |
|
74 // Other possible keywords: |
|
75 |
|
76 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
77 /* |
|
78 START BITMAP ?target |
|
79 TARGETPATH ?emulated_path_on_target_machine |
|
80 HEADER |
|
81 SOURCEPATH ?source_path |
|
82 SOURCE ?color_depth ?source_bitmap |
|
83 END |
|
84 */ |
|
85 // DEFFILE ?filename |
|
86 // AIF ?filename |