|
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 * iwanj@users.sourceforge.net - modified to make it work for Symbian^3. |
|
14 * MattD <mattd@symbian.org> - renamed file and target to minigui-stripped so we can have both present and build seperate roms. |
|
15 * |
|
16 * Description: |
|
17 * This OBY File is used to build miniGUI ROM Images. |
|
18 */ |
|
19 |
|
20 #ifndef __MINIGUI_OBY__ |
|
21 #define __MINIGUI_OBY__ |
|
22 |
|
23 define OBEYFILE minigui-stripped |
|
24 define ROMDATE ##TODAY## |
|
25 |
|
26 #define _ARMV5 |
|
27 #define SYMBIAN_BASE_USE_GCE |
|
28 #define SYMBIAN_EXCLUDE_SCDV |
|
29 #define USE_CUSTOM_MMC_PARTITION |
|
30 #undef __BT |
|
31 |
|
32 // Kernel |
|
33 // |
|
34 #include <header.iby> |
|
35 #include <base.iby> |
|
36 |
|
37 // NGA stack |
|
38 // |
|
39 #define SYMBIAN_GRAPHICS_USE_GCE |
|
40 #define SYMBIAN_GRAPHICS_USE_OPENWF |
|
41 #define OPENWFCLIB_DRV <openwfc_ref.iby> |
|
42 #define EGL_DRV <egl_ref.iby> |
|
43 |
|
44 #include <gdi.iby> |
|
45 #include <bitgdi.iby> |
|
46 #include <fntstore.iby> |
|
47 #include <fbserv.iby> |
|
48 #include <iculayoutengine.iby> |
|
49 #include <freetype.iby> |
|
50 #include <directgdi.iby> |
|
51 #include <wserv.iby> |
|
52 #include <wslog.iby> |
|
53 #include <econs_wserv.iby> |
|
54 #include <surfaceupdate.iby> |
|
55 #include <surfacemanager.iby> |
|
56 file=ABI_DIR\BUILD_DIR\_generic_scdv.dll sys\bin\scdv.dll |
|
57 |
|
58 data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini |
|
59 |
|
60 // miniGUI shell |
|
61 // |
|
62 #include <eshell.iby> |
|
63 |
|
64 // And the hell breaks loose :) |
|
65 // Let's just add bare minimum items enough to get graphics stack up and running |
|
66 // wserv wants ecom |
|
67 // libwfc wants openenv |
|
68 // freetype wants stdlib |
|
69 // openenv backend wants esock etc etc |
|
70 // |
|
71 #include <bafl.iby> |
|
72 #include <ecom.iby> |
|
73 #include <store.iby> |
|
74 #include <stdlib.iby> |
|
75 #include <openenv.iby> |
|
76 |
|
77 #include <c32.iby> |
|
78 #include <ecuart.iby> |
|
79 #include <irda.iby> |
|
80 #include <bluetooth.iby> |
|
81 #include <inetprotutil.iby> |
|
82 #include <network.iby> |
|
83 #include <dial.iby> |
|
84 #include <crypto.iby> |
|
85 #include <certman.iby> |
|
86 #include <logeng.iby> |
|
87 #include <filetokens.iby> |
|
88 #include <asnpkcs.iby> |
|
89 #include <emime.iby> |
|
90 #include <scs.iby> |
|
91 #include <cflog.iby> |
|
92 |
|
93 file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll |
|
94 file=ABI_DIR\BUILD_DIR\Http.dll sys\bin\http.dll |
|
95 file=ABI_DIR\BUILD_DIR\Httputils.dll sys\bin\httputils.dll |
|
96 file=ABI_DIR\BUILD_DIR\securitymanager.dll sys\bin\securitymanager.dll |
|
97 file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll sys\bin\ocspsupportclient.dll |
|
98 file=ABI_DIR\BUILD_DIR\siscontroller.dll sys\bin\siscontroller.dll |
|
99 file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll sys\bin\devinfosupportclient.dll |
|
100 file=ABI_DIR\BUILD_DIR\uissclient.dll sys\bin\uissclient.dll |
|
101 file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll |
|
102 file=ABI_DIR\BUILD_DIR\ipcstream.dll sys\bin\ipcstream.dll |
|
103 |
|
104 // cenrep file for timezone server database |
|
105 data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt |
|
106 |
|
107 #endif /* __MINIGUI_OBY__ */ |