graphicstest/graphicstestharness/rom/minigui_chassis_bats.oby
changeset 188 1b081cb0800b
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
       
     1 #ifndef __MINIGUI_OBY__
       
     2 #define __MINIGUI_OBY__
       
     3 
       
     4 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     5 // All rights reserved.
       
     6 // This component and the accompanying materials are made available
       
     7 // under the terms of "Eclipse Public License v1.0"
       
     8 // which accompanies this distribution, and is available
       
     9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 //
       
    11 // Initial Contributors:
       
    12 // Nokia Corporation - initial contribution.
       
    13 //
       
    14 // Contributors:
       
    15 //
       
    16 // Description:
       
    17 // This OBY File is used to build Mini-Gui ROM Images.
       
    18 // 
       
    19 // Use the following buildrom command line, or similar:
       
    20 //	buildrom -orombld.img -DUSE_SDIO_SD_MMC -DWITH_TVOUT -DUSE_24UBPP_DISPLAY_VARIANT_TV -D_INTERNAL_MMC -DUSE_DATA_PAGING h4hrp minigui pagedrom platsec
       
    21 // Note there is no need to specify -D_NAND2 
       
    22 
       
    23 define OBEYFILE minigui
       
    24 define ROMDATE	##TODAY##
       
    25 
       
    26 // We used to define _NAND2 on the commandline to buildrom.  However, it
       
    27 // does not make rombuild create a rofs image.  Instead it needs to be
       
    28 // specified in the oby file itself.
       
    29 //#define _NAND2
       
    30 
       
    31 // Undefine things in global System Include that stops the NCP rom from working.
       
    32 #undef USE_CUSTOM_MMC_PARTITION
       
    33 #undef SYMBIAN_EXCLUDE_SCDV
       
    34 #undef SYMBIAN_GRAPHICS_USE_GCE 
       
    35 #undef SYMBIAN_GRAPHICS_ADAPTATION
       
    36 #undef SGA_SW_NO_GRAPHICSRESOURCE 
       
    37 #undef SYMBIAN_EXCLUDE_KEYMAP  
       
    38 
       
    39 
       
    40 
       
    41 #define NO_METROTRK_APP // don't want metrotrk application
       
    42 #define HAS_ETHERNET	// include etherDrv, ether802, DHCP
       
    43 #define SYMBIAN_EXCLUDE_FAX
       
    44 #undef __IPSEC
       
    45 #define SYMBIAN_EXCLUDE_OBEX
       
    46 
       
    47 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    48 #define _SSMSTARTUPMODE 8	//for ssma boot up.
       
    49 #else
       
    50 #define _STARTUPMODE8		// for sysstart.iby
       
    51 #endif
       
    52 
       
    53 // Various workarounds to avoid dependencies on UIKON
       
    54 
       
    55 #define __TLS_IBY__			// exclude TLS
       
    56 #define __TLSPROVIDER_IBY__		// exclude TLSPROVIDER 
       
    57 #define __OBEXPROTOCOL_IBY__	// exclude obex.dll etc
       
    58 #define __WLANEAPMETHODS_IBY__	// exclude eap_tls.msy & friends
       
    59 // 
       
    60 
       
    61 #ifndef SYMBIAN_BASE_USE_GCE
       
    62 #define SYMBIAN_BASE_USE_GCE
       
    63 #endif
       
    64 #ifndef SYMBIAN_GRAPHICS_USE_GCE
       
    65 #define SYMBIAN_GRAPHICS_USE_GCE
       
    66 #endif
       
    67 #include <header.iby>				/* ROM header definitions */
       
    68 #include <base.iby>					/* The lowest-level of the operating system */
       
    69 
       
    70 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    71 
       
    72 #include <ssma.iby>			/*System State Management Architecture*/
       
    73 #include <ssplugins.iby>		/*System State Management Plugins*/
       
    74 
       
    75 //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), 
       
    76 //following removal of h4_textshell_rom.oby.
       
    77 #include <amastart.iby>
       
    78 
       
    79 #include <shma.iby>
       
    80 #include <ssrefplugins.iby>
       
    81 #else
       
    82 #include <sysstart.iby>
       
    83 #include <sysstartconfig.iby>
       
    84 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    85 
       
    86 #include <debug.iby>
       
    87 
       
    88 #include <eshell.iby>
       
    89 
       
    90 #include <centralrepository.iby>
       
    91 	file=ABI_DIR\BUILD_DIR\abclient.dll			sys\bin\abclient.dll
       
    92 
       
    93 #include <crypto.iby>
       
    94 
       
    95 #include <c32.iby>
       
    96 #include <ecuart.iby>
       
    97 #include <irda.iby>
       
    98 #include <stdlib.iby>
       
    99 #include <gdi.iby>
       
   100 #include <fntstore.iby>
       
   101 #include <fbserv.iby>
       
   102 #include <bitgdi.iby>
       
   103 #include <iculayoutengine.iby>
       
   104 #include <freetype.iby>
       
   105 #include <directgdi.iby>
       
   106 #include <wserv.iby>
       
   107 #include <econs_wserv.iby>
       
   108 //data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
       
   109 
       
   110 #include <printers.iby>
       
   111 
       
   112 
       
   113 
       
   114 #include <traces.iby>
       
   115 
       
   116 #include <inetprotutil.iby>		/* needed for mmfcontrollerframework.dll */
       
   117 #include <sysagent.iby>
       
   118 #include <network.iby>	
       
   119 #include <dial.iby>		// needed by commsdat
       
   120 #include <etel.iby>
       
   121 #include <smsstack.iby>
       
   122 #include <etelmm.iby>
       
   123 #include <etelpckt.iby>
       
   124 #include <mmtsy.iby>
       
   125 #include <etelsat.iby>
       
   126 #include <sysawatcher.iby>
       
   127 #include <bafl.iby>
       
   128 #include <ecom.iby>
       
   129 #include <store.iby>
       
   130 #include <dbms.iby>
       
   131 #include <pwrcli.iby>
       
   132 #include <xml.iby>
       
   133 #include <ups.iby>
       
   134 #include <securitycommonutils.iby>
       
   135 
       
   136 /* Feature Management run-time */
       
   137 #ifdef SYMBIAN_FEATURE_MANAGER
       
   138 
       
   139 // Include both old and new components when Feature Manager enabled
       
   140 #include <featmgr.iby>
       
   141 #include <featreg.iby>
       
   142 
       
   143 #else 
       
   144 
       
   145 // Include only the original Feature Registry otherwise
       
   146 #include <featreg.iby>
       
   147 #ifndef ROM_FEATURE_MANAGEMENT
       
   148 /* Provide a default configuration file for the feature registry */ 
       
   149 data=EPOCROOT##epoc32\data\config\featreg_default.cfg    private\102744CA\featreg.cfg
       
   150 #endif
       
   151 #endif
       
   152 
       
   153 // The following section are all indirect dependencies arising from TEF testexecute depending
       
   154 // on apparc
       
   155 #include <mmcommon.iby>
       
   156 #include <ezlib.iby>
       
   157 file=ABI_DIR\BUILD_DIR\Http.dll                 System\Libs\Http.dll
       
   158 file=ABI_DIR\BUILD_DIR\httputils.dll			System\Libs\httputils.dll
       
   159 #include <asnpkcs.iby>
       
   160 #include <filetokens.iby>
       
   161 #include <imageconversion.iby>
       
   162 #include <ocsp.iby>
       
   163 #include <certman.iby>
       
   164 #include <swi.iby>
       
   165 #include <bluetooth.iby>
       
   166 #include <openenv.iby>
       
   167 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
   168 #include <scr.iby>
       
   169 #include <sts.iby>
       
   170 #include <sif.iby>
       
   171 #endif
       
   172 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
   173 #include <scr.iby>
       
   174 #include <sts.iby>
       
   175 #include <sif.iby>
       
   176 #endif
       
   177 #include <caf.iby>
       
   178 #include <apparc.iby>		/* Application architecture DLLs */
       
   179 #include <emime.iby>		/* Mime recognition */
       
   180 // This is the end of the indirect dependencies arising from TEF testexecute
       
   181 // depending on apparc
       
   182 
       
   183 #include <testexecute.iby>		// TEF
       
   184 
       
   185 #endif /* __MINIGUI_OBY__ */