13 * |
13 * |
14 * Description: Handling of general url loading |
14 * Description: Handling of general url loading |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 #include "../webkitcommon.mmpi" |
19 #include <platform_paths.hrh> |
|
20 #include <platform/mw/browser_platform_variant.hrh> |
|
21 |
19 |
22 TARGET urlloader.lib |
20 TARGET urlloader.lib |
23 TARGETTYPE lib |
21 TARGETTYPE lib |
24 |
22 |
25 CAPABILITY CAP_GENERAL_DLL |
23 CAPABILITY CAP_GENERAL_DLL |
26 VENDORID VID_DEFAULT |
24 VENDORID VID_DEFAULT |
27 |
25 |
28 MACRO NOKIA_MOBILE_BROWSER |
26 MACRO NOKIA_MOBILE_BROWSER |
29 #define NOKIA_MOBILE_BROWSER |
27 #define NOKIA_MOBILE_BROWSER |
30 |
28 |
31 |
|
32 SOURCEPATH ../../src/urlloader/src |
29 SOURCEPATH ../../src/urlloader/src |
33 SOURCE urlloader_urlloaderint.cpp |
30 SOURCE urlloader_urlloaderint.cpp |
34 SOURCE urlloader_curlloader.cpp |
31 SOURCE urlloader_curlloader.cpp |
35 SOURCE urlloader_loaderutils.cpp |
32 SOURCE urlloader_loaderutils.cpp |
36 SOURCE urlloader_urlresponse.cpp |
33 SOURCE urlloader_urlresponse.cpp |
37 SOURCE nwx_http_content_type_strings.c |
34 SOURCE nwx_http_content_type_strings.c |
38 |
|
39 #include "../webkitcommon.mmpi" |
|
40 |
|
41 //USERINCLUDE ../../src/httploader/include |
|
42 //USERINCLUDE ../../src/httploader/src |
|
43 USERINCLUDE ../../src/fileloader/include |
|
44 USERINCLUDE ../../src/urlloader/include |
|
45 USERINCLUDE ../../src/wml/src |
|
46 USERINCLUDE ../../src/wml/include |
|
47 USERINCLUDE ../../src/mvc/include |
|
48 USERINCLUDE ../../src/utils/include |
|
49 USERINCLUDE ../../src/wmlcontrol/include |
|
50 |
|
51 |
|
52 SYSTEMINCLUDE ../../src/urlloader/include |
|
53 SYSTEMINCLUDE ../../src/utils/include |
|
54 SYSTEMINCLUDE ../../../osswebengine/MemoryManager/Inc |
|
55 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
56 MW_LAYER_SYSTEMINCLUDE |
|
57 MW_LAYER_HTTP_SYSTEMINCLUDE |
|
58 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
59 |
|
60 |
|
61 |
|
62 |
|
63 |
|