Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
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.
17 * This OBY File is used to build miniGUI ROM Images.
20 #ifndef __MINIGUI_OBY__
21 #define __MINIGUI_OBY__
23 define OBEYFILE minigui-stripped
24 define ROMDATE ##TODAY##
27 #define SYMBIAN_BASE_USE_GCE
28 #define SYMBIAN_EXCLUDE_SCDV
29 #define USE_CUSTOM_MMC_PARTITION
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 #include <sgresource.iby>
47 #include <fntstore.iby>
49 #include <iculayoutengine.iby>
50 #include <freetype.iby>
51 #include <directgdi.iby>
54 #include <econs_wserv.iby>
55 #include <surfaceupdate.iby>
56 #include <surfacemanager.iby>
57 file=ABI_DIR\BUILD_DIR\_generic_scdv.dll sys\bin\scdv.dll
59 data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini
65 // And the hell breaks loose :)
66 // Let's just add bare minimum items enough to get graphics stack up and running
68 // libwfc wants openenv
69 // freetype wants stdlib
70 // openenv backend wants esock etc etc
76 #include <openenv.iby>
81 #include <bluetooth.iby>
82 #include <inetprotutil.iby>
83 #include <network.iby>
86 #include <certman.iby>
88 #include <filetokens.iby>
89 #include <asnpkcs.iby>
93 #include <featmgr.iby>
95 file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll
96 file=ABI_DIR\BUILD_DIR\Http.dll sys\bin\http.dll
97 file=ABI_DIR\BUILD_DIR\Httputils.dll sys\bin\httputils.dll
98 file=ABI_DIR\BUILD_DIR\securitymanager.dll sys\bin\securitymanager.dll
99 file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll sys\bin\ocspsupportclient.dll
100 file=ABI_DIR\BUILD_DIR\siscontroller.dll sys\bin\siscontroller.dll
101 file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll sys\bin\devinfosupportclient.dll
102 file=ABI_DIR\BUILD_DIR\uissclient.dll sys\bin\uissclient.dll
103 file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll
104 file=ABI_DIR\BUILD_DIR\ipcstream.dll sys\bin\ipcstream.dll
106 // cenrep file for timezone server database
107 data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt
109 #endif /* __MINIGUI_OBY__ */