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