|
1 /* |
|
2 * Copyright (c) 1999-2005 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 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh" |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 PRJ_MMPFILES |
|
28 |
|
29 // Sub-components Required for S60 webengine |
|
30 #ifndef BRDO_WML_DISABLED_FF |
|
31 |
|
32 #include "adt/bld.inf" |
|
33 #include "css/bld.inf" |
|
34 #include "evt/bld.inf" |
|
35 #include "fbox/bld.inf" |
|
36 #include "gdi/bld.inf" |
|
37 #include "hed/bld.inf" |
|
38 #include "htmlp/bld.inf" |
|
39 #include "image/bld.inf" |
|
40 #include "imagech/bld.inf" |
|
41 #include "lmgr/bld.inf" |
|
42 #include "object/bld.inf" |
|
43 #include "markup/bld.inf" |
|
44 #include "Msg/bld.inf" |
|
45 #include "system/bld.inf" |
|
46 #include "text/bld.inf" |
|
47 #include "Unicode/bld.inf" |
|
48 #include "wml1x/bld.inf" |
|
49 #include "wmlscriptch/bld.inf" |
|
50 #include "xhtml/bld.inf" |
|
51 #include "script/bld.inf" |
|
52 #include "wml/bld.inf" |
|
53 #include "fileloader/bld.inf" |
|
54 #include "urlloader/bld.inf" |
|
55 #include "browser/bld.inf" |
|
56 #include "wmlengine/bld.inf" |
|
57 |
|
58 #endif |
|
59 |
|
60 PRJ_TESTMMPFILES |