windowing/windowserver/minigui/group/minigui.oby
changeset 0 5d03bc08d59c
child 11 fed1595b188e
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * This OBY File is used to build miniGUI ROM Images.
       
    16 */
       
    17 
       
    18 #ifndef __MINIGUI_OBY__
       
    19 #define __MINIGUI_OBY__
       
    20 
       
    21 define OBEYFILE minigui
       
    22 define ROMDATE	##TODAY##
       
    23 
       
    24 #define NO_METROTRK_APP // don't want metrotrk application
       
    25 #define HAS_ETHERNET	// include etherDrv, ether802, DHCP
       
    26 #define SYMBIAN_EXCLUDE_FAX
       
    27 #define SYMBIAN_EXCLUDE_IPSEC
       
    28 #define SYMBIAN_EXCLUDE_OBEX
       
    29 
       
    30 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    31 # define _SSMSTARTUPMODE 8	//for ssma boot up.
       
    32 #else
       
    33 # define _STARTUPMODE8		// for sysstart.iby
       
    34 #endif
       
    35 
       
    36 // Various workarounds to avoid dependencies on UIKON
       
    37 
       
    38 #define __TLS_IBY__			// exclude TLS 
       
    39 #define __OBEXPROTOCOL_IBY__	// exclude obex.dll etc
       
    40 #define __WLANEAPMETHODS_IBY__	// exclude eap_tls.msy & friends
       
    41 // 
       
    42 
       
    43 #ifndef SYMBIAN_BASE_USE_GCE
       
    44 #define SYMBIAN_BASE_USE_GCE
       
    45 #endif
       
    46 
       
    47 #ifndef SYMBIAN_GRAPHICS_USE_GCE
       
    48 #define SYMBIAN_GRAPHICS_USE_GCE
       
    49 #endif
       
    50 
       
    51 #include <header.iby>				/* ROM header definitions */
       
    52 #include <base.iby>					/* The lowest-level of the operating system */
       
    53 
       
    54 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    55 # include <ssma.iby>			/*System State Management Architecture*/
       
    56 # include <ssplugins.iby>		/*System State Management Plugins*/
       
    57 
       
    58 //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), 
       
    59 //following removal of h4_textshell_rom.oby.
       
    60 # include <amastart.iby>
       
    61 # include <aplp.iby>
       
    62 # include <shma.iby>
       
    63 # include <ssrefplugins.iby>
       
    64 
       
    65 #else
       
    66 # include <sysstart.iby>
       
    67 # include <sysstartconfig.iby>
       
    68 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    69 
       
    70 #include <debug.iby>
       
    71 #include <eshell.iby>
       
    72 #include <centralrepository.iby>
       
    73 file=ABI_DIR\BUILD_DIR\abclient.dll			sys\bin\abclient.dll
       
    74 #include <crypto.iby>
       
    75 #include <c32.iby>
       
    76 #include <ecuart.iby>
       
    77 #include <irda.iby>
       
    78 #include <bluetooth.iby>
       
    79 #include <stdlib.iby>
       
    80 
       
    81 // NGA stack
       
    82 //
       
    83 #include <gdi.iby>
       
    84 #include <bitgdi.iby>
       
    85 #include <fntstore.iby>
       
    86 #include <fbserv.iby>
       
    87 #include <iculayoutengine.iby>
       
    88 #include <freetype.iby>
       
    89 #include <directgdi.iby>
       
    90 #include <wserv.iby>
       
    91 #include <econs_wserv.iby>
       
    92 data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
       
    93 
       
    94 // include enough multimedia components to keep cone happy. includes symbian optional, reference and replacable components
       
    95 #include <mmf.iby>
       
    96 #include <mmcommon.iby>
       
    97 #include <mdf.iby>
       
    98 #include <devvideo.iby>
       
    99 #include <devsound_pluginsupport.iby>
       
   100 #include <devsound_refplugin.iby>
       
   101 
       
   102 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
   103 # include <acf.iby>
       
   104 # include <a3fdevsound.iby>
       
   105 # include <acl.iby>
       
   106 # include <devsoundadaptationinfo.iby>
       
   107 # include <refacladaptation.iby>
       
   108 # include <refmmrc.iby>
       
   109 # include <a3fserverstart.iby>
       
   110 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
   111 
       
   112 #include <traces.iby>
       
   113 #include <mmf_plugin.iby>
       
   114 #include <omxilcompref.iby>
       
   115 
       
   116 #ifdef SYMBIAN_MULTIMEDIA_OPENMAX_IL_V2
       
   117 # include <omxilcomp.iby>
       
   118 #endif
       
   119 
       
   120 #include <omxilcore.iby>
       
   121 	
       
   122 #include <inetprotutil.iby>		/* needed for mmfcontrollerframework.dll */
       
   123 #include <caf.iby>				/* needed for mediaclientutils.dll */
       
   124 #include <sysagent.iby>
       
   125 #include <network.iby>	
       
   126 #include <dial.iby>		// needed by commsdat
       
   127 #include <etel.iby>
       
   128 #include <smsstack.iby>
       
   129 #include <etelmm.iby>
       
   130 #include <etelpckt.iby>
       
   131 #include <mmtsy.iby>
       
   132 #include <etelsat.iby>
       
   133 #include <sysawatcher.iby>
       
   134 #include <bafl.iby>
       
   135 #include <ecom.iby>
       
   136 #include <store.iby>
       
   137 #include <dbms.iby>
       
   138 #include <pwrcli.iby>
       
   139 #include <xml.iby>
       
   140 #include <ups.iby>
       
   141 #include <securitycommonutils.iby>
       
   142 
       
   143 /* Feature Management run-time */
       
   144 #ifdef SYMBIAN_FEATURE_MANAGER
       
   145 // Include both old and new components when Feature Manager enabled
       
   146 # include <featmgr.iby>
       
   147 # include <featreg.iby>
       
   148 
       
   149 #else 
       
   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 // This upward dependency need to be cleaned up
       
   159 
       
   160 #include <apparc.iby>		/* Application architecture DLLs */
       
   161 #include <emime.iby>		/* Mime recognition */
       
   162 
       
   163 // Stop buildrom complaining. Existing textshell.oby seems to be broken too.
       
   164 
       
   165 #include <ocsp.iby>
       
   166 #include <certman.iby>
       
   167 #include <openenv.iby>
       
   168 #include <swi.iby>
       
   169 
       
   170 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
   171 #include <scr.iby>
       
   172 #include <sts.iby>
       
   173 #include <sif.iby>
       
   174 #endif
       
   175 
       
   176 #include <ezlib.iby>
       
   177 file=ABI_DIR\BUILD_DIR\Http.dll                 System\Libs\Http.dll
       
   178 file=ABI_DIR\BUILD_DIR\httputils.dll			System\Libs\httputils.dll
       
   179 #include <asnpkcs.iby>
       
   180 #include <filetokens.iby>
       
   181 #include <imageconversion.iby>
       
   182 
       
   183 file=ABI_DIR\BUILD_DIR\eikbackupsrv.dll	System\Libs\eikbackupsrv.dll
       
   184 
       
   185 #endif /* __MINIGUI_OBY__ */