|
1 /* |
|
2 * Copyright (c) 2003 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: Handling of general url loading |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <platform/mw/Browser_platform_variant.hrh> |
|
21 |
|
22 TARGET urlloader.lib |
|
23 TARGETTYPE lib |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 MACRO NOKIA_MOBILE_BROWSER |
|
29 #define NOKIA_MOBILE_BROWSER |
|
30 |
|
31 |
|
32 SOURCEPATH ../../src/urlloader/src |
|
33 SOURCE urlloader_urlloaderint.cpp |
|
34 SOURCE urlloader_curlloader.cpp |
|
35 SOURCE urlloader_loaderutils.cpp |
|
36 SOURCE urlloader_urlresponse.cpp |
|
37 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 |