14 * Description: ?Description |
14 * Description: ?Description |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
19 #include <platform/mw/Browser_platform_variant.hrh> |
19 #include <platform/mw/browser_platform_variant.hrh> |
20 |
20 |
21 TARGET XMLInterface.dll |
21 TARGET XMLInterface.dll |
22 TARGETTYPE dll |
22 TARGETTYPE dll |
23 UID 0x1000008d 0x101F9750 |
23 UID 0x1000008d 0x101F9750 |
24 //TARGETPATH ?target_path |
|
25 |
24 |
26 VENDORID VID_DEFAULT |
25 VENDORID VID_DEFAULT |
27 |
26 |
28 #if defined(ARMCC) |
27 #if defined(ARMCC) |
29 DEFFILE ../eabi/xmlinterface.def |
28 DEFFILE ../eabi/xmlinterface.def |
30 #elif defined(WINSCW) |
29 #elif defined(WINSCW) |
31 DEFFILE ../bwinscw/xmlinterface.def |
30 DEFFILE ../bwinscw/xmlinterface.def |
32 #elif defined(WINS) |
31 #elif defined(WINS) |
33 DEFFILE ../bwins/xmlinterface.def |
32 DEFFILE ../bwins/xmlinterface.def |
34 #else |
33 #else |
35 DEFFILE ../bmarm/XMLINTERFACE.DEF |
34 DEFFILE ../bmarm/xmlinterface.def |
36 #endif |
35 #endif |
37 |
36 |
38 SOURCEPATH ../src |
37 SOURCEPATH ../SRC |
39 SOURCE RXMLReader.cpp |
38 SOURCE RXMLReader.cpp |
40 SOURCE wml_1_3_dict.c |
39 SOURCE wml_1_3_dict.c |
41 SOURCE syncml_1_0_dict.c |
40 SOURCE syncml_1_0_dict.c |
42 SOURCE xhtml_1_0_dict.c |
41 SOURCE xhtml_1_0_dict.c |
43 SOURCE sl_dict.c |
42 SOURCE sl_dict.c |
44 SOURCE CXMLReader.cpp |
43 SOURCE CXMLReader.cpp |
45 SOURCE CXMLAttributes.cpp |
44 SOURCE CXMLAttributes.cpp |
46 SOURCE CXMLObserver.cpp |
45 SOURCE CXMLObserver.cpp |
47 |
46 |
48 // RESOURCE resource_file |
47 USERINCLUDE ../INC |
49 // RESOURCE resource_file2 |
|
50 |
|
51 USERINCLUDE ../inc |
|
52 |
48 |
53 MW_LAYER_SYSTEMINCLUDE |
49 MW_LAYER_SYSTEMINCLUDE |
54 MW_LAYER_LIBC_SYSTEMINCLUDE |
50 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
55 |
51 |
56 CAPABILITY CAP_GENERAL_DLL |
52 CAPABILITY CAP_GENERAL_DLL |
57 |
53 |
58 LIBRARY efsrv.lib |
54 LIBRARY efsrv.lib |
59 LIBRARY euser.lib |
55 LIBRARY euser.lib |
60 LIBRARY bafl.lib |
56 LIBRARY bafl.lib |
61 LIBRARY charconv.lib |
57 LIBRARY charconv.lib |
62 LIBRARY cXmlParser.lib |
58 LIBRARY cXmlParser.lib |
63 |
59 |