|
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 wmlscriptch.lib |
|
22 TARGETTYPE lib |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 MACRO NOKIA_MOBILE_BROWSER |
|
28 #define NOKIA_MOBILE_BROWSER 1 |
|
29 |
|
30 SOURCEPATH ../../src/wmlscriptch/src/ |
|
31 |
|
32 |
|
33 SOURCE iwmlBrowserLib.c |
|
34 SOURCE iwmlScriptListener.c |
|
35 SOURCE WMLSCRIPTCHScrProxyApi.cpp |
|
36 SOURCE WMLSCRIPTCHContentHandler.cpp |
|
37 |
|
38 #include "../webkitcommon.mmpi" |
|
39 |
|
40 USERINCLUDE . |
|
41 USERINCLUDE ../../src/adt/include |
|
42 USERINCLUDE ../../src/htmlp/include |
|
43 USERINCLUDE ../../src/Evt/include |
|
44 USERINCLUDE ../../src/gdi/include |
|
45 USERINCLUDE ../../src/hed/include |
|
46 USERINCLUDE ../../src/markup/include |
|
47 USERINCLUDE ../../src/lmgr/include |
|
48 USERINCLUDE ../../src/object/include |
|
49 USERINCLUDE ../../src/text/include |
|
50 USERINCLUDE ../../src/wmlscriptch/include |
|
51 USERINCLUDE ../../src/wml/src |
|
52 USERINCLUDE ../../src/wml/include |
|
53 USERINCLUDE ../../src/mvc/include |
|
54 USERINCLUDE ../../src/msg/include |
|
55 USERINCLUDE ../../src/utils/include |
|
56 |
|
57 USERINCLUDE ../../../osswebengine/MemoryManager/inc |
|
58 |
|
59 SYSTEMINCLUDE ../../src/utils/include |
|
60 SYSTEMINCLUDE ../../src/urlloader/include |
|
61 MW_LAYER_SYSTEMINCLUDE |
|
62 MW_LAYER_LIBC_SYSTEMINCLUDE |