sl@0: #ifndef __MINIGUI_OBY__ sl@0: #define __MINIGUI_OBY__ sl@0: sl@0: // Copyright (c) 2007-2010 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: // sl@0: // Description: sl@0: // This OBY File is used to build Mini-Gui ROM Images. sl@0: // sl@0: // Use the following buildrom command line, or similar: sl@0: // 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: // Note there is no need to specify -D_NAND2 sl@0: sl@0: define OBEYFILE minigui sl@0: define ROMDATE ##TODAY## sl@0: sl@0: // We used to define _NAND2 on the commandline to buildrom. However, it sl@0: // does not make rombuild create a rofs image. Instead it needs to be sl@0: // specified in the oby file itself. sl@0: #define _NAND2 sl@0: sl@0: // Undefine things in global System Include that stops the NCP rom from working. sl@0: #undef USE_CUSTOM_MMC_PARTITION sl@0: #undef SYMBIAN_EXCLUDE_SCDV sl@0: #undef SYMBIAN_GRAPHICS_USE_GCE sl@0: #undef SYMBIAN_GRAPHICS_ADAPTATION sl@0: #undef SGA_SW_NO_GRAPHICSRESOURCE sl@0: #undef SYMBIAN_EXCLUDE_KEYMAP sl@0: sl@0: sl@0: sl@0: #define NO_METROTRK_APP // don't want metrotrk application sl@0: #define HAS_ETHERNET // include etherDrv, ether802, DHCP sl@0: #define SYMBIAN_EXCLUDE_FAX sl@0: #undef __IPSEC sl@0: #define SYMBIAN_EXCLUDE_OBEX sl@0: sl@0: #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT sl@0: #define _SSMSTARTUPMODE 8 //for ssma boot up. sl@0: #else sl@0: #define _STARTUPMODE8 // for sysstart.iby sl@0: #endif sl@0: sl@0: // Various workarounds to avoid dependencies on UIKON sl@0: sl@0: #define __TLS_IBY__ // exclude TLS sl@0: #define __TLSPROVIDER_IBY__ // exclude TLSPROVIDER sl@0: #define __OBEXPROTOCOL_IBY__ // exclude obex.dll etc sl@0: #define __WLANEAPMETHODS_IBY__ // exclude eap_tls.msy & friends sl@0: // sl@0: sl@0: #ifndef SYMBIAN_BASE_USE_GCE sl@0: #define SYMBIAN_BASE_USE_GCE sl@0: #endif sl@0: #ifndef SYMBIAN_GRAPHICS_USE_GCE sl@0: #define SYMBIAN_GRAPHICS_USE_GCE sl@0: #endif sl@0: #include /* ROM header definitions */ sl@0: #include /* The lowest-level of the operating system */ sl@0: sl@0: #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT sl@0: sl@0: #include /*System State Management Architecture*/ sl@0: #include /*System State Management Plugins*/ sl@0: sl@0: //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), sl@0: //following removal of h4_textshell_rom.oby. sl@0: #include sl@0: sl@0: #include sl@0: #include sl@0: #else sl@0: #include sl@0: #include sl@0: #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT sl@0: sl@0: #include sl@0: sl@0: #include sl@0: sl@0: #include sl@0: file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll sl@0: 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: data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini sl@0: sl@0: #include sl@0: sl@0: sl@0: sl@0: #include sl@0: sl@0: #include /* needed for mmfcontrollerframework.dll */ sl@0: #include sl@0: #include sl@0: #include // needed by commsdat 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: /* Feature Management run-time */ sl@0: #ifdef SYMBIAN_FEATURE_MANAGER sl@0: sl@0: // Include both old and new components when Feature Manager enabled sl@0: #include sl@0: #include sl@0: sl@0: #else sl@0: sl@0: // Include only the original Feature Registry otherwise sl@0: #include sl@0: #ifndef ROM_FEATURE_MANAGEMENT sl@0: /* Provide a default configuration file for the feature registry */ sl@0: data=EPOCROOT##epoc32\data\config\featreg_default.cfg private\102744CA\featreg.cfg sl@0: #endif sl@0: #endif sl@0: sl@0: // The following section are all indirect dependencies arising from TEF testexecute depending sl@0: // on apparc sl@0: #include sl@0: #include sl@0: file=ABI_DIR\BUILD_DIR\Http.dll System\Libs\Http.dll sl@0: file=ABI_DIR\BUILD_DIR\httputils.dll System\Libs\httputils.dll 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: #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK sl@0: #include sl@0: #include sl@0: #include sl@0: #endif sl@0: #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK sl@0: #include sl@0: #include sl@0: #include sl@0: #endif sl@0: #include sl@0: #include /* Application architecture DLLs */ sl@0: #include /* Mime recognition */ sl@0: // This is the end of the indirect dependencies arising from TEF testexecute sl@0: // depending on apparc sl@0: sl@0: #include // TEF sl@0: sl@0: #endif /* __MINIGUI_OBY__ */