imgtools_os/romkiteka2/include/textshell.oby
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 #ifndef __TEXTSHELL_OBY__
       
     2 #define __TEXTSHELL_OBY__
       
     3 
       
     4 // Copyright (c) 2007-2009 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 Text Shell ROM Images.
       
    18 // 
       
    19 //
       
    20 
       
    21 define OBEYFILE TextShell
       
    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 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    30 #define _SSMSTARTUPMODE 1	//for ssma boot up.
       
    31 #else
       
    32 #define _STARTUPMODE1		// for sysstart.iby
       
    33 #endif
       
    34 
       
    35 // The following 3 macros need to be removed once LibXML2 is depended 
       
    36 // by any of the component in textshell image.
       
    37 #define SYMBIAN_EXCLUDE_LIBXML2
       
    38 #define SYMBIAN_EXCLUDE_LIBXML2_SAX_CPARSER_PLUGIN
       
    39 #define SYMBIAN_EXCLUDE_LIBXML2_DOM_XPATH_API
       
    40 
       
    41 // Various workarounds to avoid dependencies on UIKON
       
    42 
       
    43 #define __TLS_IBY__			// exclude TLS
       
    44 #define __TLSPROVIDER_IBY__		// exclude TLSPROVIDER 
       
    45 #define __OBEXPROTOCOL_IBY__	// exclude obex.dll etc
       
    46 #define __WLANEAPMETHODS_IBY__	// exclude eap_tls.msy & friends
       
    47 // 
       
    48 
       
    49 #include <header.iby>				/* ROM header definitions */
       
    50 #include <base.iby>					/* The lowest-level of the operating system */
       
    51 
       
    52 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    53 
       
    54 #include <ssma.iby>			/*System State Management Architecture*/
       
    55 #include <ssplugins.iby>		/*System State Management Plugins*/
       
    56 
       
    57 //Include SSM optional components to enable teams to build a plain textshell rom (on the lines of DEF128306), 
       
    58 //following removal of h4_textshell_rom.oby.
       
    59 #include <amastart.iby>
       
    60 #include <aplp.iby>
       
    61 #include <shma.iby>
       
    62 #include <ssrefplugins.iby>
       
    63 #else
       
    64 #include <sysstart.iby>
       
    65 #include <sysstartconfig.iby>
       
    66 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    67 
       
    68 #include <debug.iby>
       
    69 file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE					sys\bin\RUNTESTS.EXE
       
    70 
       
    71 
       
    72 file=ABI_DIR\DEBUG_DIR\EDISP.DLL				sys\bin\EDISP.DLL
       
    73 
       
    74 
       
    75 #ifdef FULL_WINDOWSERVER
       
    76    ERROR TextShell ROMs currently require the Text window server //#include <wserv.iby>
       
    77 #else
       
    78    file=ABI_DIR\DEBUG_DIR\ewsrv.EXE					sys\bin\EWSRV.EXE	fixed
       
    79    file=ABI_DIR\DEBUG_DIR\ECONS.DLL					sys\bin\ECONS.DLL	
       
    80 #endif
       
    81 
       
    82 #include <eshell.iby>
       
    83 
       
    84 #if !defined(FULL_WINDOWSERVER)
       
    85 #include <graphics_textshell.iby>
       
    86 #endif
       
    87 
       
    88 #include <centralrepository.iby>
       
    89 	file=ABI_DIR\BUILD_DIR\abclient.dll			sys\bin\abclient.dll
       
    90 
       
    91 #include <crypto.iby>
       
    92 
       
    93 #include <c32.iby>
       
    94 #include <ecuart.iby>
       
    95 #include <irda.iby>
       
    96 #include <bluetooth.iby>
       
    97 #include <stdlib.iby>
       
    98 #include <gdi.iby>
       
    99 #include <fntstore.iby>
       
   100 #include <fbserv.iby>
       
   101 #include <bitgdi.iby>
       
   102 #include <iculayoutengine.iby>
       
   103 #include <freetype.iby>
       
   104 #include <opengles.iby>
       
   105 
       
   106 #include <printers.iby>
       
   107 
       
   108 // include enough multimedia components to keep cone happy. includes symbian optional, reference and replacable components
       
   109 #include <mmf.iby>
       
   110 #include <mmcommon.iby>
       
   111 #include <mdf.iby>
       
   112 #include <devvideo.iby>
       
   113 #include <devsound_pluginsupport.iby>
       
   114 #include <devsound_refplugin.iby>
       
   115 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
   116 #include <acf.iby>
       
   117 #include <a3fdevsound.iby>
       
   118 #include <acl.iby>
       
   119 #include <devsoundadaptationinfo.iby>
       
   120 #include <refacladaptation.iby>
       
   121 #include <refmmrc.iby>
       
   122 #include <a3fserverstart.iby>
       
   123 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
   124 
       
   125 #include <traces.iby>
       
   126 #include <mmf_plugin.iby>
       
   127 #include <omxilcompref.iby>
       
   128 #ifdef SYMBIAN_MULTIMEDIA_OPENMAX_IL_V2
       
   129 #include <omxilcomp.iby>
       
   130 #endif
       
   131 #include <omxilcore.iby>
       
   132 	
       
   133 	#include <inetprotutil.iby>		/* needed for mmfcontrollerframework.dll */
       
   134 	#include <caf.iby>				/* needed for mediaclientutils.dll */
       
   135 
       
   136 
       
   137 #include <sysagent.iby>
       
   138 
       
   139 #include <network.iby>	
       
   140 	#include <dial.iby>		// needed by commsdat
       
   141 
       
   142 #include <etel.iby>
       
   143 #include <smsstack.iby>
       
   144 
       
   145 #include <etelmm.iby>
       
   146 #include <etelpckt.iby>
       
   147 #include <mmtsy.iby>
       
   148 #include <etelsat.iby>
       
   149 #include <sysawatcher.iby>
       
   150 
       
   151 #include <bafl.iby>
       
   152 #include <ecom.iby>
       
   153 #include <store.iby>
       
   154 #include <dbms.iby>
       
   155 #include <pwrcli.iby>
       
   156 #include <xml.iby>
       
   157 #include <ups.iby>
       
   158 #include <securitycommonutils.iby>
       
   159 
       
   160 /* Feature Management run-time */
       
   161 #ifdef SYMBIAN_FEATURE_MANAGER
       
   162 
       
   163 // Include both old and new components when Feature Manager enabled
       
   164 #include <featmgr.iby>
       
   165 #include <featreg.iby>
       
   166 
       
   167 #else 
       
   168 
       
   169 // Include only the original Feature Registry otherwise
       
   170 #include <featreg.iby>
       
   171 #ifndef ROM_FEATURE_MANAGEMENT
       
   172 /* Provide a default configuration file for the feature registry */ 
       
   173 data=EPOCROOT##epoc32\data\config\featreg_default.cfg    private\102744CA\featreg.cfg
       
   174 #endif
       
   175 #endif
       
   176 
       
   177 #include <testexecute.iby>		// Test Execute framework
       
   178 
       
   179 // Major unwanted extras needed to make the image link correctly
       
   180 
       
   181 #ifndef __APPARC_IBY__
       
   182 REM Satisfy unwanted references to appgrfx.dll
       
   183 #include <apparc.iby>		/* Application architecture DLLs */
       
   184 	#include <emime.iby>		/* Mime recognition */
       
   185 #endif
       
   186 
       
   187 #ifndef __CONE_IBY__
       
   188 REM Satisfy unwanted reference to cone.dll, usually for CCoeEnv::Static()
       
   189 #include <cone.iby>
       
   190 	file=ABI_DIR\BUILD_DIR\viewcli.dll		sys\bin\viewcli.dll
       
   191 		file=ABI_DIR\BUILD_DIR\viewsrv.dll		sys\bin\viewsrv.dll
       
   192 	#include <egul.iby>
       
   193 		#include <numberconversion.iby>
       
   194 #endif
       
   195 
       
   196 #endif