equal
deleted
inserted
replaced
14 * Description: |
14 * 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 TARGET cXmlParser.dll |
20 TARGET cXmlParser.dll |
21 TARGETTYPE dll |
21 TARGETTYPE dll |
22 |
22 |
|
23 |
|
24 |
23 #if defined(ARMCC) |
25 #if defined(ARMCC) |
24 UID 0x1000008D 0x101F8710 |
26 UID 0x1000008D 0x101F8710 |
25 deffile EABI/cXmlParser.def |
27 deffile eabi/CXMLPARSER.DEF |
26 #elif defined( WINSCW ) |
28 #elif defined( WINSCW ) |
27 deffile Bwinscw/cXmlParser.def |
29 deffile BWINSCW/CXMLPARSER.DEF |
28 #elif defined( WINS ) |
30 #elif defined( WINS ) |
29 deffile Bwins/cXmlParser.def |
31 deffile Bwins/cXmlParser.def |
30 #else |
32 #else |
31 deffile Bmarm/cXmlParser.def |
33 deffile bmarm/CXMLPARSER.DEF |
32 #endif |
34 #endif |
33 |
35 |
34 CAPABILITY CAP_GENERAL_DLL |
36 CAPABILITY CAP_GENERAL_DLL |
35 VENDORID VID_DEFAULT |
37 VENDORID VID_DEFAULT |
36 |
38 |
47 SOURCE tinydom/src/tiny_dom.c |
49 SOURCE tinydom/src/tiny_dom.c |
48 SOURCE tinydom/src/tiny_dom_utils.c |
50 SOURCE tinydom/src/tiny_dom_utils.c |
49 SOURCE tinydom/src/tiny_dom_write.c |
51 SOURCE tinydom/src/tiny_dom_write.c |
50 SOURCE tinytree/src/EBuffer.c |
52 SOURCE tinytree/src/EBuffer.c |
51 SOURCE tinytree/src/tree.c |
53 SOURCE tinytree/src/tree.c |
52 SOURCE tinyTree/src/TreeVector.c |
54 SOURCE tinytree/src/TreeVector.c |
53 SOURCE wbxmlp/src/dictionary.c |
55 SOURCE wbxmlp/src/dictionary.c |
54 SOURCE wbxmlp/src/DictionaryContext.cpp |
56 SOURCE wbxmlp/src/DictionaryContext.cpp |
55 SOURCE wbxmlp/src/doc.c |
57 SOURCE wbxmlp/src/doc.c |
56 SOURCE wbxmlp/src/opaque.c |
58 SOURCE wbxmlp/src/opaque.c |
57 SOURCE wbxmlp/src/parse_buffer.c |
59 SOURCE wbxmlp/src/parse_buffer.c |
66 SOURCE encoder/src/tinydom2wbxml.c |
68 SOURCE encoder/src/tinydom2wbxml.c |
67 SOURCE encoder/src/WBXMLWriter.cpp |
69 SOURCE encoder/src/WBXMLWriter.cpp |
68 SOURCE utils/src/cxml_mem.c |
70 SOURCE utils/src/cxml_mem.c |
69 SOURCE utils/src/cxml_vector.c |
71 SOURCE utils/src/cxml_vector.c |
70 SOURCE utils/src/cxml_str.c |
72 SOURCE utils/src/cxml_str.c |
71 SOURCE utils/src/E32XMLPARSERDLLEntryPoint.cpp |
73 SOURCE utils/src/E32XMLParserDllEntryPoint.cpp |
72 SOURCE utils/src/cxml_file_if.cpp |
74 SOURCE utils/src/cxml_file_if.cpp |
|
75 |
|
76 |
|
77 |
73 |
78 |
74 #if defined(WINS) |
79 #if defined(WINS) |
75 #ifndef WINSCW |
80 #ifndef WINSCW |
76 SOURCE utils/src/cxml_assert.c |
81 SOURCE utils/src/cxml_assert.c |
77 #endif |
82 #endif |
84 USERINCLUDE ../src/string/include |
89 USERINCLUDE ../src/string/include |
85 USERINCLUDE ../src/tinydom/include |
90 USERINCLUDE ../src/tinydom/include |
86 USERINCLUDE ../src/tinytree/include |
91 USERINCLUDE ../src/tinytree/include |
87 USERINCLUDE ../src/utils/include |
92 USERINCLUDE ../src/utils/include |
88 |
93 |
|
94 |
89 // =================================== |
95 // =================================== |
90 |
96 |
|
97 |
91 MW_LAYER_SYSTEMINCLUDE |
98 MW_LAYER_SYSTEMINCLUDE |
92 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
99 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
100 |
93 |
101 |
94 // Symbian OS libraries |
102 // Symbian OS libraries |
95 //#if defined (WINS) |
103 //#if defined (WINS) |
96 //LIBRARY edll.lib |
104 //LIBRARY edll.lib |
97 //#endif |
105 //#endif |