655
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#ifndef __MESON_IBY__
|
|
18 |
#define __MESON_IBY__
|
|
19 |
|
|
20 |
REM Store, Etext, Form, Grid, Clock, Print, AlarmServer, WorldServer, Bafl, Egul, Cone, Dial, BmpAnim
|
|
21 |
|
|
22 |
/* Store */
|
|
23 |
#include "Store.iby"
|
|
24 |
|
|
25 |
/* Etext */
|
|
26 |
#include "EText.iby"
|
|
27 |
|
|
28 |
/* Form */
|
|
29 |
#include "Form.iby"
|
|
30 |
|
|
31 |
|
|
32 |
/* Clock */
|
|
33 |
file=ABI_DIR\BUILD_DIR\clock.dll System\Libs\Clock.dll
|
|
34 |
file=ABI_DIR\BUILD_DIR\clocka.dll System\Libs\ClockA.dll
|
|
35 |
|
|
36 |
/* Pwrcli */
|
|
37 |
#include "PwrCli.iby"
|
|
38 |
|
|
39 |
/* Bafl */
|
|
40 |
#include "Bafl.iby"
|
|
41 |
|
|
42 |
/* Cone */
|
|
43 |
#include "cone.iby"
|
|
44 |
|
|
45 |
/* NumberConversion */
|
|
46 |
#include "NumberConversion.iby"
|
|
47 |
|
|
48 |
/* EGUL */
|
|
49 |
#include <egul.iby>
|
|
50 |
|
|
51 |
/* Dial */
|
|
52 |
#include <dial.iby>
|
|
53 |
|
|
54 |
/* BmpAnim */
|
|
55 |
|
|
56 |
/* Feature Management run-time */
|
|
57 |
#ifdef SYMBIAN_FEATURE_MANAGER
|
|
58 |
|
|
59 |
// Include both old and new components when Feature Manager enabled
|
|
60 |
#include "featmgr.iby"
|
|
61 |
#include "featreg.iby"
|
|
62 |
|
|
63 |
#else
|
|
64 |
|
|
65 |
// Include only the original Feature Registry otherwise
|
|
66 |
#include "featreg.iby"
|
|
67 |
#ifndef ROM_FEATURE_MANAGEMENT
|
|
68 |
/* Provide a default configuration file for the feature registry */
|
|
69 |
data=EPOCROOT##epoc32\data\config\featreg_default.cfg private\102744CA\featreg.cfg
|
|
70 |
#endif
|
|
71 |
|
|
72 |
#endif
|
|
73 |
|
|
74 |
/* Central Repository*/
|
|
75 |
/* The inclusion of central repository in all Cedar ROMs is currently being
|
|
76 |
investigated by the Tech Lead for Symbian OS 9.0.
|
|
77 |
|
|
78 |
When the issue has been fully clarified it is likely that the inclusion
|
|
79 |
will be removed from 8.1b using an appropriate configuration macro */
|
|
80 |
#include "centralrepository.iby"
|
|
81 |
|
|
82 |
#endif
|