|
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 lmgr.lib |
|
22 TARGETTYPE lib |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 MACRO NOKIA_MOBILE_BROWSER |
|
29 #define NOKIA_MOBILE_BROWSER 1 |
|
30 |
|
31 SOURCEPATH ../../src/lmgr/src/ |
|
32 |
|
33 |
|
34 SOURCE LMgrAbstractTextBox.cpp |
|
35 SOURCE LMgrAccessKey.cpp |
|
36 SOURCE Action.c |
|
37 SOURCE LMgrActiveBox.cpp |
|
38 SOURCE LMgrActiveContainerBox.cpp |
|
39 SOURCE LMgrAnimatedImageAggregate.cpp |
|
40 SOURCE LMgrAnimatedImageBox.cpp |
|
41 SOURCE AreaBox.cpp |
|
42 SOURCE LMgrBoxVisitor.cpp |
|
43 SOURCE LMgrBreakBox.cpp |
|
44 SOURCE LMgrContainerBox.cpp |
|
45 SOURCE LMgrEmptyBox.cpp |
|
46 SOURCE LMgrEventHandler.cpp |
|
47 SOURCE LMgrFlowBox.cpp |
|
48 SOURCE LMgrFormatBox.cpp |
|
49 SOURCE LMgrFormatContext.cpp |
|
50 SOURCE LMgrImageBox.cpp |
|
51 SOURCE ImageMapBox.cpp |
|
52 SOURCE ImgContainerBox.cpp |
|
53 SOURCE LMgrLineBox.cpp |
|
54 SOURCE ListBullets.c |
|
55 SOURCE LMgrBidiFlowBox.cpp |
|
56 SOURCE LMgrMarqueeBox.cpp |
|
57 SOURCE LMgrMediaBox.cpp |
|
58 SOURCE LMgrNobrBox.cpp |
|
59 SOURCE IEventListener.c |
|
60 SOURCE LMgrObjectBox.cpp |
|
61 SOURCE LMgrObjectBoxOOC.cpp |
|
62 SOURCE PropertyList.c |
|
63 SOURCE LMgrRootBox.cpp |
|
64 SOURCE LMgrRuleBox.cpp |
|
65 SOURCE SimplePropertyList.cpp |
|
66 SOURCE LMgrSlavePropertyList.cpp |
|
67 SOURCE LMgrSplitTextBox.cpp |
|
68 SOURCE LMgrStaticTableContext.cpp |
|
69 SOURCE LMgrStaticTableBox.cpp |
|
70 SOURCE LMgrStaticTableCellBox.cpp |
|
71 SOURCE LMgrStaticTableRowBox.cpp |
|
72 SOURCE LMgrVerticalTableBox.cpp |
|
73 SOURCE LMgrVerticalTableCellBox.cpp |
|
74 SOURCE LMgrVerticalTableRowBox.cpp |
|
75 SOURCE LMgrTextBox.cpp |
|
76 SOURCE TransientPropertyList.c |
|
77 SOURCE BoxRender.cpp |
|
78 SOURCE BoxFormat.cpp |
|
79 SOURCE BoxFormatHandler.cpp |
|
80 SOURCE Marquee_BoxFormat.cpp |
|
81 SOURCE TableCell_BoxFormat.cpp |
|
82 SOURCE Epoc32AccessKey.c |
|
83 SOURCE LMgrMarkerText.cpp |
|
84 SOURCE LMgrMarkerImage.cpp |
|
85 SOURCE LMgrAnonBlock.cpp |
|
86 SOURCE LMgrAnonTableBox.cpp |
|
87 SOURCE LMgrPosFlowBox.cpp |
|
88 |
|
89 #include "../webkitcommon.mmpi" |
|
90 |
|
91 USERINCLUDE . |
|
92 USERINCLUDE ../../src/adt/include |
|
93 USERINCLUDE ../../src/evt/include |
|
94 USERINCLUDE ../../src/fbox/include |
|
95 USERINCLUDE ../../src/gdi/include |
|
96 USERINCLUDE ../../src/hed/include |
|
97 USERINCLUDE ../../src/htmlp/include |
|
98 USERINCLUDE ../../src/image/include |
|
99 USERINCLUDE ../../src/lmgr/include |
|
100 USERINCLUDE ../../src/object/include |
|
101 USERINCLUDE ../../src/system/include |
|
102 USERINCLUDE ../../src/text/include |
|
103 USERINCLUDE ../../src/wml/src |
|
104 USERINCLUDE ../../src/wml/include |
|
105 USERINCLUDE ../../src/css/include |
|
106 USERINCLUDE ../../src/markup/include |
|
107 USERINCLUDE ../../src/mvc/include |
|
108 USERINCLUDE ../../src/msg/include |
|
109 USERINCLUDE ../../src/utils/include |
|
110 |
|
111 SYSTEMINCLUDE ../../src/utils/include |
|
112 SYSTEMINCLUDE ../../src/urlloader/include |
|
113 MW_LAYER_SYSTEMINCLUDE |
|
114 MW_LAYER_LIBC_SYSTEMINCLUDE |