34
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2004 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 "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: Master bld.inf which builds all Xuikon Framework's essential
|
|
15 |
* components, variant dependent initial data, and testing modules.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
#include <bldvariant.hrh>
|
|
23 |
#include "../inc/xuikon_builds_cfg.hrh"
|
|
24 |
|
|
25 |
// building Xuikon Framework always-needed modules:
|
|
26 |
#include "../dom/group/bld.inf"
|
|
27 |
#include "../uiresource/group/bld.inf"
|
|
28 |
#include "../odt/group/bld.inf"
|
|
29 |
|
|
30 |
|
|
31 |
#include "../utils/group/bld.inf"
|
|
32 |
#include "../renderingplugins/extrenderingplugin/group/bld.inf"
|
|
33 |
#include "../uiengine/group/bld.inf"
|
|
34 |
#include "../renderingplugins/xntextfactory/group/bld.inf"
|
|
35 |
#include "../renderingplugins/xnviewfactory/group/bld.inf"
|
|
36 |
#include "../renderingplugins/xnbitmapfactory/group/bld.inf"
|
|
37 |
#include "../renderingplugins/xnmenufactory/group/bld.inf"
|
|
38 |
#include "../renderingplugins/xnpopupfactory/group/bld.inf"
|
|
39 |
#include "../renderingplugins/xnnppluginfactory/group/bld.inf"
|
|
40 |
#include "../renderingplugins/xnclockfactory/group/bld.inf"
|
|
41 |
#include "../renderingplugins/xnvolumecontrolfactory/group/bld.inf"
|
|
42 |
#include "../renderingplugins/xnnewstickerfactory/group/bld.inf"
|
|
43 |
#include "../renderingplugins/xntexteditorfactory/group/bld.inf"
|
|
44 |
#include "../renderingplugins/xnanimationfactory/group/bld.inf"
|
|
45 |
#include "../ecomelement/group/bld.inf"
|
|
46 |
|
|
47 |
PRJ_PLATFORMS
|
|
48 |
|
|
49 |
ARMV5 WINSCW
|
|
50 |
|
|
51 |
PRJ_EXPORTS
|
|
52 |
../rom/ai3xmluirendering.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ai3xmluirendering.iby)
|
|
53 |
../rom/ai3xmluirendering_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ai3xmluirendering_resources.iby)
|
|
54 |
|
|
55 |
PRJ_MMPFILES
|