|
1 /* |
|
2 * Copyright (c) 1997-2001 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET wml1x.lib |
|
22 TARGETTYPE lib |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 |
|
28 MACRO NOKIA_MOBILE_BROWSER |
|
29 #define NOKIA_MOBILE_BROWSER 1 |
|
30 |
|
31 LANGUAGE_IDS |
|
32 |
|
33 SOURCEPATH ../../src/wml1x/src/ |
|
34 |
|
35 SOURCE WML1XApi.cpp |
|
36 SOURCE WML1XContentHandler.cpp |
|
37 SOURCE wml1xEntitySet.c |
|
38 SOURCE WML1XEventHandler.cpp |
|
39 SOURCE WML1XFormLiaison.cpp |
|
40 SOURCE Epoc32Wml1xActiveEvent.cpp |
|
41 SOURCE WML1XEpoc32DefaultStyleSheet.cpp |
|
42 SOURCE WML1XEpoc32ContentHandler.cpp |
|
43 |
|
44 #include "../webkitcommon.mmpi" |
|
45 |
|
46 USERINCLUDE . |
|
47 USERINCLUDE ../../src/adt/include |
|
48 USERINCLUDE ../../src/htmlp/include |
|
49 USERINCLUDE ../../src/Evt/include |
|
50 USERINCLUDE ../../src/fbox/include |
|
51 USERINCLUDE ../../src/gdi/include |
|
52 USERINCLUDE ../../src/hed/include |
|
53 USERINCLUDE ../../src/image/include |
|
54 USERINCLUDE ../../src/ImageCH/include |
|
55 USERINCLUDE ../../src/lmgr/include |
|
56 USERINCLUDE ../../src/markup/include |
|
57 USERINCLUDE ../../src/object/include |
|
58 USERINCLUDE ../../src/system/include |
|
59 USERINCLUDE ../../src/text/include |
|
60 USERINCLUDE ../../src/wml1x/include |
|
61 USERINCLUDE ../../src/wmlscriptch/include |
|
62 USERINCLUDE ../../src/wml/src |
|
63 USERINCLUDE ../../src/wml/include |
|
64 USERINCLUDE ../../src/MVC/include |
|
65 USERINCLUDE ../../src/msg/include |
|
66 USERINCLUDE ../../src/wmlcontrol/include |
|
67 USERINCLUDE ../../src/utils/include |
|
68 |
|
69 SYSTEMINCLUDE ../../src/utils/include |
|
70 SYSTEMINCLUDE ../../src/urlloader/include |
|
71 SYSTEMINCLUDE ../../src/wml/include |
|
72 SYSTEMINCLUDE ../../../osswebengine/MemoryManager/Inc |
|
73 MW_LAYER_SYSTEMINCLUDE |
|
74 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
75 |