|
1 #ifndef __TEXTSHELL_OBY__ |
|
2 #define __TEXTSHELL_OBY__ |
|
3 |
|
4 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 // All rights reserved. |
|
6 // This component and the accompanying materials are made available |
|
7 // under the terms of "Eclipse Public License v1.0" |
|
8 // which accompanies this distribution, and is available |
|
9 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
10 // |
|
11 // Initial Contributors: |
|
12 // Nokia Corporation - initial contribution. |
|
13 // |
|
14 // Contributors: |
|
15 // |
|
16 // Description: |
|
17 // This OBY File is used to build Text Shell ROM Images. |
|
18 // |
|
19 // |
|
20 |
|
21 define OBEYFILE TextShell |
|
22 define ROMDATE ##TODAY## |
|
23 |
|
24 #define NO_METROTRK_APP // don't want metrotrk application |
|
25 #define HAS_ETHERNET // include etherDrv, ether802, DHCP |
|
26 #define SYMBIAN_EXCLUDE_FAX |
|
27 #undef __IPSEC |
|
28 #define SYMBIAN_EXCLUDE_OBEX |
|
29 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
30 #define _SSMSTARTUPMODE 1 //for ssma boot up. |
|
31 #else |
|
32 #define _STARTUPMODE1 // for sysstart.iby |
|
33 #endif |
|
34 |
|
35 #define __MMC |
|
36 #define __COVER_DISPLAY |
|
37 #define __IRDA |
|
38 #define __BT |
|
39 #define __USB |
|
40 #define __CS_VIDEO_TELEPHONY |
|
41 #define __DHCP |
|
42 #define __COMMON_TSY__EMERGENCY_CALLS_ENABLED_IN_OFFLINE_MODE |
|
43 #define __VIBRA |
|
44 #define __MTP_PROTOCOL_SUPPORT |
|
45 #define __SERIES60_KEYPAD_NO_SLIDER |
|
46 #define __DRIVE_MODE |
|
47 #define __SERIES60_AMBIENT_LIGHT_SENSOR |
|
48 #define __UPNP_PRINT_FRAMEWORK |
|
49 #define FF_FMTX |
|
50 |
|
51 // The following 3 macros need to be removed once LibXML2 is depended |
|
52 // by any of the component in textshell image. |
|
53 #define SYMBIAN_EXCLUDE_LIBXML2 |
|
54 #define SYMBIAN_EXCLUDE_LIBXML2_SAX_CPARSER_PLUGIN |
|
55 #define SYMBIAN_EXCLUDE_LIBXML2_DOM_XPATH_API |
|
56 |
|
57 // Various workarounds to avoid dependencies on UIKON |
|
58 |
|
59 #define __TLS_IBY__ // exclude TLS |
|
60 #define __TLSPROVIDER_IBY__ // exclude TLSPROVIDER |
|
61 #define __OBEXPROTOCOL_IBY__ // exclude obex.dll etc |
|
62 #define __WLANEAPMETHODS_IBY__ // exclude eap_tls.msy & friends |
|
63 // |
|
64 |
|
65 #include <header.iby> /* ROM header definitions */ |
|
66 #include <base.iby> /* The lowest-level of the operating system */ |
|
67 |
|
68 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
69 |
|
70 #include <ssma.iby> /*System State Management Architecture*/ |
|
71 #include <ssplugins.iby> /*System State Management Plugins*/ |
|
72 |
|
73 //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), |
|
74 //following removal of h4_textshell_rom.oby. |
|
75 #include <amastart.iby> |
|
76 #include <aplp.iby> |
|
77 #include <shma.iby> |
|
78 #include <ssrefplugins.iby> |
|
79 #else |
|
80 #include <sysstart.iby> |
|
81 #include <sysstartconfig.iby> |
|
82 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
83 |
|
84 #include <debug.iby> |
|
85 file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE sys\bin\RUNTESTS.EXE |
|
86 |
|
87 |
|
88 file=ABI_DIR\DEBUG_DIR\EDISP.DLL sys\bin\EDISP.DLL |
|
89 |
|
90 |
|
91 #ifdef FULL_WINDOWSERVER |
|
92 ERROR TextShell ROMs currently require the Text window server //#include <wserv.iby> |
|
93 #else |
|
94 file=ABI_DIR\DEBUG_DIR\ewsrv.EXE sys\bin\EWSRV.EXE fixed |
|
95 file=ABI_DIR\DEBUG_DIR\ECONS.DLL sys\bin\ECONS.DLL |
|
96 #endif |
|
97 |
|
98 #include <eshell.iby> |
|
99 |
|
100 #if !defined(FULL_WINDOWSERVER) |
|
101 #include <graphics_textshell.iby> |
|
102 #endif |
|
103 |
|
104 #include <centralrepository.iby> |
|
105 file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll |
|
106 |
|
107 #include <crypto.iby> |
|
108 |
|
109 #include <c32.iby> |
|
110 #include <ecuart.iby> |
|
111 #include <irda.iby> |
|
112 #include <bluetooth.iby> |
|
113 #include <stdlib.iby> |
|
114 #include <gdi.iby> |
|
115 #include <fntstore.iby> |
|
116 #include <fbserv.iby> |
|
117 #include <bitgdi.iby> |
|
118 #include <iculayoutengine.iby> |
|
119 #include <freetype.iby> |
|
120 #include <opengles.iby> |
|
121 |
|
122 #include <printers.iby> |
|
123 |
|
124 // include enough multimedia components to keep cone happy. includes symbian optional, reference and replacable components |
|
125 #include <mmf.iby> |
|
126 #include <mmcommon.iby> |
|
127 #include <mdf.iby> |
|
128 #include <devvideo.iby> |
|
129 #include <devsound_pluginsupport.iby> |
|
130 #include <devsound_refplugin.iby> |
|
131 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
132 #include <acf.iby> |
|
133 #include <a3fdevsound.iby> |
|
134 #include <acl.iby> |
|
135 #include <devsoundadaptationinfo.iby> |
|
136 #include <refacladaptation.iby> |
|
137 #include <refmmrc.iby> |
|
138 #include <a3fserverstart.iby> |
|
139 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
140 |
|
141 #include <traces.iby> |
|
142 #include <mmf_plugin.iby> |
|
143 #include <omxilcompref.iby> |
|
144 #include <omxilcomp.iby> |
|
145 #include <omxilcore.iby> |
|
146 |
|
147 #include <inetprotutil.iby> /* needed for mmfcontrollerframework.dll */ |
|
148 #include <caf.iby> /* needed for mediaclientutils.dll */ |
|
149 |
|
150 |
|
151 #include <sysagent.iby> |
|
152 |
|
153 #include <network.iby> |
|
154 #include <dial.iby> // needed by commsdat |
|
155 |
|
156 #include <etel.iby> |
|
157 #include <smsstack.iby> |
|
158 |
|
159 #include <etelmm.iby> |
|
160 #include <etelpckt.iby> |
|
161 #include <mmtsy.iby> |
|
162 #include <etelsat.iby> |
|
163 #include <sysawatcher.iby> |
|
164 |
|
165 #include <bafl.iby> |
|
166 #include <ecom.iby> |
|
167 #include <store.iby> |
|
168 #include <dbms.iby> |
|
169 #include <pwrcli.iby> |
|
170 #include <xml.iby> |
|
171 #include <ups.iby> |
|
172 #include <securitycommonutils.iby> |
|
173 |
|
174 /* Feature Management run-time */ |
|
175 #ifdef SYMBIAN_FEATURE_MANAGER |
|
176 |
|
177 // Include both old and new components when Feature Manager enabled |
|
178 #include <featmgr.iby> |
|
179 #include <featreg.iby> |
|
180 |
|
181 #else |
|
182 |
|
183 // Include only the original Feature Registry otherwise |
|
184 #include <featreg.iby> |
|
185 #ifndef ROM_FEATURE_MANAGEMENT |
|
186 /* Provide a default configuration file for the feature registry */ |
|
187 data=EPOCROOT##epoc32\data\config\featreg_default.cfg private\102744CA\featreg.cfg |
|
188 #endif |
|
189 #endif |
|
190 |
|
191 #include <testexecute.iby> // Test Execute framework |
|
192 |
|
193 // Major unwanted extras needed to make the image link correctly |
|
194 |
|
195 #ifndef __APPARC_IBY__ |
|
196 REM Satisfy unwanted references to appgrfx.dll |
|
197 #include <apparc.iby> /* Application architecture DLLs */ |
|
198 #include <emime.iby> /* Mime recognition */ |
|
199 #endif |
|
200 |
|
201 #ifndef __CONE_IBY__ |
|
202 REM Satisfy unwanted reference to cone.dll, usually for CCoeEnv::Static() |
|
203 #include <cone.iby> |
|
204 file=ABI_DIR\BUILD_DIR\viewcli.dll sys\bin\viewcli.dll |
|
205 file=ABI_DIR\BUILD_DIR\viewsrv.dll sys\bin\viewsrv.dll |
|
206 #include <egul.iby> |
|
207 #include <numberconversion.iby> |
|
208 #endif |
|
209 |
|
210 #endif |