sl@0
|
1 |
#ifndef __MINIGUI_OBY__
|
sl@0
|
2 |
#define __MINIGUI_OBY__
|
sl@0
|
3 |
|
sl@0
|
4 |
// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
5 |
// All rights reserved.
|
sl@0
|
6 |
// This component and the accompanying materials are made available
|
sl@0
|
7 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
8 |
// which accompanies this distribution, and is available
|
sl@0
|
9 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Initial Contributors:
|
sl@0
|
12 |
// Nokia Corporation - initial contribution.
|
sl@0
|
13 |
//
|
sl@0
|
14 |
// Contributors:
|
sl@0
|
15 |
//
|
sl@0
|
16 |
// Description:
|
sl@0
|
17 |
// This OBY File is used to build Mini-Gui ROM Images.
|
sl@0
|
18 |
//
|
sl@0
|
19 |
// Use the following buildrom command line, or similar:
|
sl@0
|
20 |
// buildrom -orombld.img -DUSE_SDIO_SD_MMC -DWITH_TVOUT -DUSE_24UBPP_DISPLAY_VARIANT_TV -D_INTERNAL_MMC -DUSE_DATA_PAGING h4hrp minigui pagedrom platsec
|
sl@0
|
21 |
// Note there is no need to specify -D_NAND2
|
sl@0
|
22 |
|
sl@0
|
23 |
define OBEYFILE minigui
|
sl@0
|
24 |
define ROMDATE ##TODAY##
|
sl@0
|
25 |
|
sl@0
|
26 |
// We used to define _NAND2 on the commandline to buildrom. However, it
|
sl@0
|
27 |
// does not make rombuild create a rofs image. Instead it needs to be
|
sl@0
|
28 |
// specified in the oby file itself.
|
sl@0
|
29 |
#define _NAND2
|
sl@0
|
30 |
|
sl@0
|
31 |
// Undefine things in global System Include that stops the NCP rom from working.
|
sl@0
|
32 |
#undef USE_CUSTOM_MMC_PARTITION
|
sl@0
|
33 |
#undef SYMBIAN_EXCLUDE_SCDV
|
sl@0
|
34 |
#undef SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
35 |
#undef SYMBIAN_GRAPHICS_ADAPTATION
|
sl@0
|
36 |
#undef SGA_SW_NO_GRAPHICSRESOURCE
|
sl@0
|
37 |
#undef SYMBIAN_EXCLUDE_KEYMAP
|
sl@0
|
38 |
|
sl@0
|
39 |
|
sl@0
|
40 |
|
sl@0
|
41 |
#define NO_METROTRK_APP // don't want metrotrk application
|
sl@0
|
42 |
#define HAS_ETHERNET // include etherDrv, ether802, DHCP
|
sl@0
|
43 |
#define SYMBIAN_EXCLUDE_FAX
|
sl@0
|
44 |
#undef __IPSEC
|
sl@0
|
45 |
#define SYMBIAN_EXCLUDE_OBEX
|
sl@0
|
46 |
|
sl@0
|
47 |
#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
48 |
#define _SSMSTARTUPMODE 8 //for ssma boot up.
|
sl@0
|
49 |
#else
|
sl@0
|
50 |
#define _STARTUPMODE8 // for sysstart.iby
|
sl@0
|
51 |
#endif
|
sl@0
|
52 |
|
sl@0
|
53 |
// Various workarounds to avoid dependencies on UIKON
|
sl@0
|
54 |
|
sl@0
|
55 |
#define __TLS_IBY__ // exclude TLS
|
sl@0
|
56 |
#define __TLSPROVIDER_IBY__ // exclude TLSPROVIDER
|
sl@0
|
57 |
#define __OBEXPROTOCOL_IBY__ // exclude obex.dll etc
|
sl@0
|
58 |
#define __WLANEAPMETHODS_IBY__ // exclude eap_tls.msy & friends
|
sl@0
|
59 |
//
|
sl@0
|
60 |
|
sl@0
|
61 |
#ifndef SYMBIAN_BASE_USE_GCE
|
sl@0
|
62 |
#define SYMBIAN_BASE_USE_GCE
|
sl@0
|
63 |
#endif
|
sl@0
|
64 |
#ifndef SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
65 |
#define SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
66 |
#endif
|
sl@0
|
67 |
#include <header.iby> /* ROM header definitions */
|
sl@0
|
68 |
#include <base.iby> /* The lowest-level of the operating system */
|
sl@0
|
69 |
|
sl@0
|
70 |
#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
71 |
|
sl@0
|
72 |
#include <ssma.iby> /*System State Management Architecture*/
|
sl@0
|
73 |
#include <ssplugins.iby> /*System State Management Plugins*/
|
sl@0
|
74 |
|
sl@0
|
75 |
//Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306),
|
sl@0
|
76 |
//following removal of h4_textshell_rom.oby.
|
sl@0
|
77 |
#include <amastart.iby>
|
sl@0
|
78 |
|
sl@0
|
79 |
#include <shma.iby>
|
sl@0
|
80 |
#include <ssrefplugins.iby>
|
sl@0
|
81 |
#else
|
sl@0
|
82 |
#include <sysstart.iby>
|
sl@0
|
83 |
#include <sysstartconfig.iby>
|
sl@0
|
84 |
#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
85 |
|
sl@0
|
86 |
#include <debug.iby>
|
sl@0
|
87 |
|
sl@0
|
88 |
#include <eshell.iby>
|
sl@0
|
89 |
|
sl@0
|
90 |
#include <centralrepository.iby>
|
sl@0
|
91 |
file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll
|
sl@0
|
92 |
|
sl@0
|
93 |
#include <crypto.iby>
|
sl@0
|
94 |
|
sl@0
|
95 |
#include <c32.iby>
|
sl@0
|
96 |
#include <ecuart.iby>
|
sl@0
|
97 |
#include <irda.iby>
|
sl@0
|
98 |
#include <stdlib.iby>
|
sl@0
|
99 |
#include <gdi.iby>
|
sl@0
|
100 |
#include <fntstore.iby>
|
sl@0
|
101 |
#include <fbserv.iby>
|
sl@0
|
102 |
#include <bitgdi.iby>
|
sl@0
|
103 |
#include <iculayoutengine.iby>
|
sl@0
|
104 |
#include <freetype.iby>
|
sl@0
|
105 |
#include <directgdi.iby>
|
sl@0
|
106 |
#include <wserv.iby>
|
sl@0
|
107 |
#include <econs_wserv.iby>
|
sl@0
|
108 |
data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini
|
sl@0
|
109 |
|
sl@0
|
110 |
#include <printers.iby>
|
sl@0
|
111 |
|
sl@0
|
112 |
|
sl@0
|
113 |
|
sl@0
|
114 |
#include <traces.iby>
|
sl@0
|
115 |
|
sl@0
|
116 |
#include <inetprotutil.iby> /* needed for mmfcontrollerframework.dll */
|
sl@0
|
117 |
#include <sysagent.iby>
|
sl@0
|
118 |
#include <network.iby>
|
sl@0
|
119 |
#include <dial.iby> // needed by commsdat
|
sl@0
|
120 |
#include <etel.iby>
|
sl@0
|
121 |
#include <smsstack.iby>
|
sl@0
|
122 |
#include <etelmm.iby>
|
sl@0
|
123 |
#include <etelpckt.iby>
|
sl@0
|
124 |
#include <mmtsy.iby>
|
sl@0
|
125 |
#include <etelsat.iby>
|
sl@0
|
126 |
#include <sysawatcher.iby>
|
sl@0
|
127 |
#include <bafl.iby>
|
sl@0
|
128 |
#include <ecom.iby>
|
sl@0
|
129 |
#include <store.iby>
|
sl@0
|
130 |
#include <dbms.iby>
|
sl@0
|
131 |
#include <pwrcli.iby>
|
sl@0
|
132 |
#include <xml.iby>
|
sl@0
|
133 |
#include <ups.iby>
|
sl@0
|
134 |
#include <securitycommonutils.iby>
|
sl@0
|
135 |
|
sl@0
|
136 |
/* Feature Management run-time */
|
sl@0
|
137 |
#ifdef SYMBIAN_FEATURE_MANAGER
|
sl@0
|
138 |
|
sl@0
|
139 |
// Include both old and new components when Feature Manager enabled
|
sl@0
|
140 |
#include <featmgr.iby>
|
sl@0
|
141 |
#include <featreg.iby>
|
sl@0
|
142 |
|
sl@0
|
143 |
#else
|
sl@0
|
144 |
|
sl@0
|
145 |
// Include only the original Feature Registry otherwise
|
sl@0
|
146 |
#include <featreg.iby>
|
sl@0
|
147 |
#ifndef ROM_FEATURE_MANAGEMENT
|
sl@0
|
148 |
/* Provide a default configuration file for the feature registry */
|
sl@0
|
149 |
data=EPOCROOT##epoc32\data\config\featreg_default.cfg private\102744CA\featreg.cfg
|
sl@0
|
150 |
#endif
|
sl@0
|
151 |
#endif
|
sl@0
|
152 |
|
sl@0
|
153 |
// The following section are all indirect dependencies arising from TEF testexecute depending
|
sl@0
|
154 |
// on apparc
|
sl@0
|
155 |
#include <mmcommon.iby>
|
sl@0
|
156 |
#include <ezlib.iby>
|
sl@0
|
157 |
file=ABI_DIR\BUILD_DIR\Http.dll System\Libs\Http.dll
|
sl@0
|
158 |
file=ABI_DIR\BUILD_DIR\httputils.dll System\Libs\httputils.dll
|
sl@0
|
159 |
#include <asnpkcs.iby>
|
sl@0
|
160 |
#include <filetokens.iby>
|
sl@0
|
161 |
#include <imageconversion.iby>
|
sl@0
|
162 |
#include <ocsp.iby>
|
sl@0
|
163 |
#include <certman.iby>
|
sl@0
|
164 |
#include <swi.iby>
|
sl@0
|
165 |
#include <bluetooth.iby>
|
sl@0
|
166 |
#include <openenv.iby>
|
sl@0
|
167 |
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
sl@0
|
168 |
#include <scr.iby>
|
sl@0
|
169 |
#include <sts.iby>
|
sl@0
|
170 |
#include <sif.iby>
|
sl@0
|
171 |
#endif
|
sl@0
|
172 |
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
|
sl@0
|
173 |
#include <scr.iby>
|
sl@0
|
174 |
#include <sts.iby>
|
sl@0
|
175 |
#include <sif.iby>
|
sl@0
|
176 |
#endif
|
sl@0
|
177 |
#include <caf.iby>
|
sl@0
|
178 |
#include <apparc.iby> /* Application architecture DLLs */
|
sl@0
|
179 |
#include <emime.iby> /* Mime recognition */
|
sl@0
|
180 |
// This is the end of the indirect dependencies arising from TEF testexecute
|
sl@0
|
181 |
// depending on apparc
|
sl@0
|
182 |
|
sl@0
|
183 |
#include <testexecute.iby> // TEF
|
sl@0
|
184 |
|
sl@0
|
185 |
#endif /* __MINIGUI_OBY__ */
|