|
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 /* Grid */ |
|
32 file=ABI_DIR\BUILD_DIR\grid.dll System\Libs\Grid.dll |
|
33 |
|
34 /* Clock */ |
|
35 file=ABI_DIR\BUILD_DIR\clock.dll System\Libs\Clock.dll |
|
36 file=ABI_DIR\BUILD_DIR\clocka.dll System\Libs\ClockA.dll |
|
37 |
|
38 /* Print */ |
|
39 #include "print.iby" |
|
40 |
|
41 /* Alarmserver */ |
|
42 #include "alarmserver.iby" |
|
43 |
|
44 /* Pwrcli */ |
|
45 #include "PwrCli.iby" |
|
46 |
|
47 /* Bafl */ |
|
48 #include "Bafl.iby" |
|
49 |
|
50 /* Cone */ |
|
51 #include "cone.iby" |
|
52 |
|
53 /* NumberConversion */ |
|
54 #include "NumberConversion.iby" |
|
55 |
|
56 /* EGUL */ |
|
57 #include <egul.iby> |
|
58 |
|
59 /* Dial */ |
|
60 #include <dial.iby> |
|
61 |
|
62 /* BmpAnim */ |
|
63 #include <bmpanim.iby> |
|
64 |
|
65 /* Feature Management run-time */ |
|
66 #ifdef SYMBIAN_FEATURE_MANAGER |
|
67 |
|
68 // Include both old and new components when Feature Manager enabled |
|
69 #include "featmgr.iby" |
|
70 #include "featreg.iby" |
|
71 |
|
72 #else |
|
73 |
|
74 // Include only the original Feature Registry otherwise |
|
75 #include "featreg.iby" |
|
76 #ifndef ROM_FEATURE_MANAGEMENT |
|
77 /* Provide a default configuration file for the feature registry */ |
|
78 data=EPOCROOT##epoc32\data\config\featreg_default.cfg private\102744CA\featreg.cfg |
|
79 #endif |
|
80 |
|
81 #endif |
|
82 |
|
83 /* Central Repository*/ |
|
84 /* The inclusion of central repository in all Cedar ROMs is currently being |
|
85 investigated by the Tech Lead for Symbian OS 9.0. |
|
86 |
|
87 When the issue has been fully clarified it is likely that the inclusion |
|
88 will be removed from 8.1b using an appropriate configuration macro */ |
|
89 #include "centralrepository.iby" |
|
90 |
|
91 #endif |