os/graphics/graphicstest/graphicstestharness/rom/minigui_chassis_bats.oby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #include <core/os/platformenv.iby>
    71 #include <core/os/ssmmapperutility.iby>
    72 
    73 #include <graphics_adaptation.hby>
    74 
    75 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
    76 
    77 #include <ssma.iby>			/*System State Management Architecture*/
    78 #include <ssplugins.iby>		/*System State Management Plugins*/
    79 
    80 //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), 
    81 //following removal of h4_textshell_rom.oby.
    82 #include <amastart.iby>
    83 
    84 #include <shma.iby>
    85 #include <ssrefplugins.iby>
    86 #else
    87 #include <sysstart.iby>
    88 #include <sysstartconfig.iby>
    89 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
    90 
    91 #include <debug.iby>
    92 
    93 #include <eshell.iby>
    94 
    95 #include <centralrepository.iby>
    96 	file=ABI_DIR\BUILD_DIR\abclient.dll			sys\bin\abclient.dll
    97 
    98 #include <crypto.iby>
    99 
   100 #include <c32.iby>
   101 #include <ecuart.iby>
   102 #include <irda.iby>
   103 #include <stdlib.iby>
   104 #include <gdi.iby>
   105 #include <fntstore.iby>
   106 #include <fbserv.iby>
   107 #include <bitgdi.iby>
   108 #include <iculayoutengine.iby>
   109 #include <freetype.iby>
   110 #include <directgdi.iby>
   111 #include <wserv.iby>
   112 #include <econs_wserv.iby>
   113 //data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
   114 
   115 #include <printers.iby>
   116 
   117 
   118 
   119 #include <traces.iby>
   120 
   121 #include <inetprotutil.iby>		/* needed for mmfcontrollerframework.dll */
   122 #include <sysagent.iby>
   123 #include <network.iby>	
   124 #include <dial.iby>		// needed by commsdat
   125 #include <etel.iby>
   126 #include <smsstack.iby>
   127 #include <etelmm.iby>
   128 #include <etelpckt.iby>
   129 #include <mmtsy.iby>
   130 #include <etelsat.iby>
   131 #include <sysawatcher.iby>
   132 #include <bafl.iby>
   133 #include <ecom.iby>
   134 #include <store.iby>
   135 #include <dbms.iby>
   136 #include <pwrcli.iby>
   137 #include <xml.iby>
   138 #include <ups.iby>
   139 #include <securitycommonutils.iby>
   140 
   141 /* Feature Management run-time */
   142 #ifdef SYMBIAN_FEATURE_MANAGER
   143 
   144 // Include both old and new components when Feature Manager enabled
   145 #include <featmgr.iby>
   146 #include <featreg.iby>
   147 
   148 #else 
   149 
   150 // Include only the original Feature Registry otherwise
   151 #include <featreg.iby>
   152 #ifndef ROM_FEATURE_MANAGEMENT
   153 /* Provide a default configuration file for the feature registry */ 
   154 data=EPOCROOT##epoc32\data\config\featreg_default.cfg    private\102744CA\featreg.cfg
   155 #endif
   156 #endif
   157 
   158 // The following section are all indirect dependencies arising from TEF testexecute depending
   159 // on apparc
   160 #include <mmcommon.iby>
   161 #include <ezlib.iby>
   162 file=ABI_DIR\BUILD_DIR\Http.dll                 System\Libs\Http.dll
   163 file=ABI_DIR\BUILD_DIR\httputils.dll			System\Libs\httputils.dll
   164 #include <asnpkcs.iby>
   165 #include <filetokens.iby>
   166 #include <imageconversion.iby>
   167 #include <ocsp.iby>
   168 #include <certman.iby>
   169 #include <swi.iby>
   170 #include <bluetooth.iby>
   171 #include <openenv.iby>
   172 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   173 #include <scr.iby>
   174 #include <sts.iby>
   175 #include <sif.iby>
   176 #endif
   177 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   178 #include <scr.iby>
   179 #include <sts.iby>
   180 #include <sif.iby>
   181 #endif
   182 #include <caf.iby>
   183 #include <apparc.iby>		/* Application architecture DLLs */
   184 #include <emime.iby>		/* Mime recognition */
   185 // This is the end of the indirect dependencies arising from TEF testexecute
   186 // depending on apparc
   187 
   188 #include <testexecute.iby>		// TEF
   189 
   190 #endif /* __MINIGUI_OBY__ */