|
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 RbBrowser.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/browser/src/ |
|
31 |
|
32 |
|
33 //SOURCE Epoc32BrowserMimeTable.c |
|
34 SOURCE xhtml_1_0_dict.c |
|
35 SOURCE wml_1_3_dict.c |
|
36 |
|
37 |
|
38 |
|
39 |
|
40 USERINCLUDE ../../src/adt/include |
|
41 USERINCLUDE ../../src/css/include |
|
42 USERINCLUDE ../../src/evt/include |
|
43 USERINCLUDE ../../src/fbox/include |
|
44 USERINCLUDE ../../src/gdi/include |
|
45 USERINCLUDE ../../src/hed/include |
|
46 USERINCLUDE ../../src/image/include |
|
47 USERINCLUDE ../../src/imagech/include |
|
48 USERINCLUDE ../../src/lmgr/include |
|
49 USERINCLUDE ../../src/markup/include |
|
50 USERINCLUDE ../../src/Msg/include |
|
51 USERINCLUDE ../../src/mvc/include |
|
52 USERINCLUDE ../../src/object/include |
|
53 USERINCLUDE ../../src/text/include |
|
54 USERINCLUDE ../../src/system/include |
|
55 USERINCLUDE ../../src/wml1x/include |
|
56 USERINCLUDE ../../src/browser/include |
|
57 USERINCLUDE ../../src/wmlscriptch/include |
|
58 USERINCLUDE ../../src/xhtml/include |
|
59 USERINCLUDE ../../src/wml/src |
|
60 |
|
61 |
|
62 MW_LAYER_SYSTEMINCLUDE |
|
63 SYSTEMINCLUDE ../../src/wml/include |
|
64 SYSTEMINCLUDE ../../src/utils/include |
|
65 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
66 |
|
67 |