sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * iwanj@users.sourceforge.net - modified to make it work for Symbian^3. sl@0: * sl@0: * Description: sl@0: * This OBY File is used to build miniGUI ROM Images. sl@0: */ sl@0: sl@0: #ifndef __MINIGUI_OBY__ sl@0: #define __MINIGUI_OBY__ sl@0: sl@0: define OBEYFILE minigui sl@0: define ROMDATE ##TODAY## sl@0: sl@0: #define _ARMV5 sl@0: #define SYMBIAN_BASE_USE_GCE sl@0: #define SYMBIAN_EXCLUDE_SCDV sl@0: #undef SYMBIAN_GRAPHICS_ADAPTATION sl@0: #define SYMBIAN_GRAPHICS_ADAPTATION SGA_SW sl@0: #define SYMBIAN_GRAPHICS_USE_OPENWF sl@0: #define SYMBIAN_GRAPHICS_USE_EGL_REF sl@0: #define OPENWFCLIB_DRV sl@0: #define __SYBORG__ sl@0: #undef __BT sl@0: sl@0: // Kernel sl@0: // sl@0: #include sl@0: #include sl@0: sl@0: // NGA stack sl@0: // sl@0: #define SYMBIAN_GRAPHICS_USE_GCE sl@0: #define SYMBIAN_GRAPHICS_USE_OPENWF sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: file=ABI_DIR\BUILD_DIR\_generic_scdv.dll sys\bin\scdv.dll sl@0: sl@0: data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini sl@0: sl@0: // miniGUI shell sl@0: // sl@0: #include sl@0: sl@0: // And the hell breaks loose :) sl@0: // Let's just add bare minimum items enough to get graphics stack up and running sl@0: // wserv wants ecom sl@0: // libwfc wants openenv sl@0: // freetype wants stdlib sl@0: // openenv backend wants esock etc etc sl@0: // sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll sl@0: file=ABI_DIR\BUILD_DIR\Http.dll sys\bin\http.dll sl@0: file=ABI_DIR\BUILD_DIR\Httputils.dll sys\bin\httputils.dll sl@0: file=ABI_DIR\BUILD_DIR\securitymanager.dll sys\bin\securitymanager.dll sl@0: file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll sys\bin\ocspsupportclient.dll sl@0: file=ABI_DIR\BUILD_DIR\siscontroller.dll sys\bin\siscontroller.dll sl@0: file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll sys\bin\devinfosupportclient.dll sl@0: file=ABI_DIR\BUILD_DIR\uissclient.dll sys\bin\uissclient.dll sl@0: file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll sl@0: file=ABI_DIR\BUILD_DIR\ipcstream.dll sys\bin\ipcstream.dll sl@0: file=ABI_DIR\BUILD_DIR\usbcsc_bil.dll sys\bin\usbcsc_bil.dll sl@0: file=ABI_DIR\BUILD_DIR\usbdescriptors.dll sys\bin\usbdescriptors.dll sl@0: file=ABI_DIR\BUILD_DIR\usbhostmsclient.dll sys\bin\usbhostmsclient.dll sl@0: file=ABI_DIR\BUILD_DIR\usbdi_utils.dll sys\bin\usbdi_utils.dll sl@0: file=ABI_DIR\BUILD_DIR\iscapi.dll sys\bin\iscapi.dll sl@0: file=ABI_DIR\BUILD_DIR\isimessage.dll sys\bin\isimessage.dll sl@0: sl@0: // cenrep file for timezone server database support sl@0: data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt sl@0: sl@0: #endif /* __MINIGUI_OBY__ */