1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/minigui/group/minigui-stripped.oby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,109 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +* iwanj@users.sourceforge.net - modified to make it work for Symbian^3.
1.17 +* MattD <mattd@symbian.org> - renamed file and target to minigui-stripped so we can have both present and build seperate roms.
1.18 +*
1.19 +* Description:
1.20 +* This OBY File is used to build miniGUI ROM Images.
1.21 +*/
1.22 +
1.23 +#ifndef __MINIGUI_OBY__
1.24 +#define __MINIGUI_OBY__
1.25 +
1.26 +define OBEYFILE minigui-stripped
1.27 +define ROMDATE ##TODAY##
1.28 +
1.29 +#define _ARMV5
1.30 +#define SYMBIAN_BASE_USE_GCE
1.31 +#define SYMBIAN_EXCLUDE_SCDV
1.32 +#define USE_CUSTOM_MMC_PARTITION
1.33 +#undef __BT
1.34 +
1.35 +// Kernel
1.36 +//
1.37 +#include <header.iby>
1.38 +#include <base.iby>
1.39 +
1.40 +// NGA stack
1.41 +//
1.42 +#define SYMBIAN_GRAPHICS_USE_GCE
1.43 +#define SYMBIAN_GRAPHICS_USE_OPENWF
1.44 +#define OPENWFCLIB_DRV <openwfc_ref.iby>
1.45 +#define EGL_DRV <egl_ref.iby>
1.46 +#include <sgresource.iby>
1.47 +
1.48 +#include <gdi.iby>
1.49 +#include <bitgdi.iby>
1.50 +#include <fntstore.iby>
1.51 +#include <fbserv.iby>
1.52 +#include <iculayoutengine.iby>
1.53 +#include <freetype.iby>
1.54 +#include <directgdi.iby>
1.55 +#include <wserv.iby>
1.56 +#include <wslog.iby>
1.57 +#include <econs_wserv.iby>
1.58 +#include <surfaceupdate.iby>
1.59 +#include <surfacemanager.iby>
1.60 +file=ABI_DIR\BUILD_DIR\_generic_scdv.dll sys\bin\scdv.dll
1.61 +
1.62 +data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini
1.63 +
1.64 +// miniGUI shell
1.65 +//
1.66 +#include <eshell.iby>
1.67 +
1.68 +// And the hell breaks loose :)
1.69 +// Let's just add bare minimum items enough to get graphics stack up and running
1.70 +// wserv wants ecom
1.71 +// libwfc wants openenv
1.72 +// freetype wants stdlib
1.73 +// openenv backend wants esock etc etc
1.74 +//
1.75 +#include <bafl.iby>
1.76 +#include <ecom.iby>
1.77 +#include <store.iby>
1.78 +#include <stdlib.iby>
1.79 +#include <openenv.iby>
1.80 +
1.81 +#include <c32.iby>
1.82 +#include <ecuart.iby>
1.83 +#include <irda.iby>
1.84 +#include <bluetooth.iby>
1.85 +#include <inetprotutil.iby>
1.86 +#include <network.iby>
1.87 +#include <dial.iby>
1.88 +#include <crypto.iby>
1.89 +#include <certman.iby>
1.90 +#include <logeng.iby>
1.91 +#include <filetokens.iby>
1.92 +#include <asnpkcs.iby>
1.93 +#include <emime.iby>
1.94 +#include <scs.iby>
1.95 +#include <cflog.iby>
1.96 +#include <featmgr.iby>
1.97 +
1.98 +file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll
1.99 +file=ABI_DIR\BUILD_DIR\Http.dll sys\bin\http.dll
1.100 +file=ABI_DIR\BUILD_DIR\Httputils.dll sys\bin\httputils.dll
1.101 +file=ABI_DIR\BUILD_DIR\securitymanager.dll sys\bin\securitymanager.dll
1.102 +file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll sys\bin\ocspsupportclient.dll
1.103 +file=ABI_DIR\BUILD_DIR\siscontroller.dll sys\bin\siscontroller.dll
1.104 +file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll sys\bin\devinfosupportclient.dll
1.105 +file=ABI_DIR\BUILD_DIR\uissclient.dll sys\bin\uissclient.dll
1.106 +file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll
1.107 +file=ABI_DIR\BUILD_DIR\ipcstream.dll sys\bin\ipcstream.dll
1.108 +
1.109 +// cenrep file for timezone server database
1.110 +data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt
1.111 +
1.112 +#endif /* __MINIGUI_OBY__ */
1.113 \ No newline at end of file