windowing/windowserver/minigui/group/minigui_simulator.oby
branchbug235_bringup_0
changeset 184 221a1b09860c
child 192 790dbf92bc7e
equal deleted inserted replaced
167:b9003303ce25 184:221a1b09860c
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 * iwanj@users.sourceforge.net - modified to make it work for Symbian^3.
       
    14 * MattD <mattd@symbian.org> - renamed file and target to minigui-stripped so we can have both present and build seperate roms. 
       
    15 *
       
    16 * Description:
       
    17 * This OBY File is used to build miniGUI ROM Images for the configuration
       
    18 * which uses the IP Free graphics stack; a hybrid of platsim derived drivers
       
    19 * the QEMU baseport, and native PC host drivers.
       
    20 */
       
    21  
       
    22 #ifndef __MINIGUI_SIMULATOR_OBY__
       
    23 #define __MINIGUI_SIMULATOR_OBY__
       
    24  
       
    25 define OBEYFILE minigui_simulator
       
    26 define ROMDATE	##TODAY##
       
    27  
       
    28 #define _ARMV5
       
    29 #define SYMBIAN_BASE_USE_GCE
       
    30 #define SYMBIAN_EXCLUDE_SCDV
       
    31 #define USE_CUSTOM_MMC_PARTITION
       
    32 
       
    33 // Kernel
       
    34 //
       
    35 #include <header.iby>
       
    36 #include <base.iby>
       
    37  
       
    38 // NGA stack
       
    39 //
       
    40 #define SYMBIAN_GRAPHICS_USE_GCE
       
    41 #define SYMBIAN_GRAPHICS_USE_OPENWF
       
    42 #define OPENWFCLIB_DRV <openwfc_ref.iby>
       
    43 #define EGL_DRV <guestegl.iby>
       
    44 #include <guestopenvg.iby>
       
    45 #include <guestopengles11.iby>
       
    46 #include <guestvideodriver.iby>
       
    47 #include <vghwutils.iby>
       
    48  
       
    49 #include <gdi.iby>
       
    50 #include <bitgdi.iby>
       
    51 #include <fntstore.iby>
       
    52 #include <fbserv.iby>
       
    53 #include <iculayoutengine.iby>
       
    54 #include <freetype.iby>
       
    55 #include <directgdi.iby>
       
    56 #include <wserv.iby>
       
    57 #include <wslog.iby>
       
    58 #include <econs_wserv.iby>
       
    59 #include <surfaceupdate.iby>
       
    60 #include <surfacemanager.iby>
       
    61 file=\epoc32\release\ARMV5\urel\_generic_scdv.dll	sys\bin\scdv.dll
       
    62  
       
    63 data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
       
    64  
       
    65 // miniGUI shell
       
    66 //
       
    67 #include <eshell.iby>
       
    68  
       
    69 // And the hell breaks loose :)
       
    70 // Let's just add bare minimum items enough to get graphics stack up and running
       
    71 // wserv wants ecom
       
    72 // libwfc wants openenv
       
    73 // freetype wants stdlib
       
    74 // openenv backend wants esock etc etc
       
    75 //
       
    76 #include <bafl.iby>
       
    77 #include <ecom.iby>
       
    78 #include <store.iby>
       
    79 #include <stdlib.iby>
       
    80 #include <openenv.iby>
       
    81  
       
    82 #include <c32.iby>
       
    83 #include <ecuart.iby>
       
    84 #include <irda.iby>
       
    85 #include <bluetooth.iby>
       
    86 #include <inetprotutil.iby>
       
    87 #include <network.iby>	
       
    88 #include <dial.iby>
       
    89 #include <crypto.iby>
       
    90 #include <certman.iby>
       
    91 #include <logeng.iby>
       
    92 #include <filetokens.iby>
       
    93 #include <asnpkcs.iby>
       
    94 #include <emime.iby>
       
    95 #include <scs.iby>
       
    96 #include <cflog.iby>
       
    97 
       
    98 file=\epoc32\release\ARMV5\urel\abclient.dll 				sys\bin\abclient.dll
       
    99 file=\epoc32\release\ARMV5\urel\Http.dll 					sys\bin\http.dll
       
   100 file=\epoc32\release\ARMV5\urel\Httputils.dll 				sys\bin\httputils.dll
       
   101 file=\epoc32\release\ARMV5\urel\securitymanager.dll 		sys\bin\securitymanager.dll
       
   102 file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll 		sys\bin\ocspsupportclient.dll
       
   103 file=\epoc32\release\ARMV5\urel\siscontroller.dll 			sys\bin\siscontroller.dll
       
   104 file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll	sys\bin\devinfosupportclient.dll 
       
   105 file=\epoc32\release\ARMV5\urel\uissclient.dll 				sys\bin\uissclient.dll
       
   106 file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll 	sys\bin\devinfosupportcommon.dll
       
   107 file=\epoc32\release\ARMV5\urel\ipcstream.dll 				sys\bin\ipcstream.dll
       
   108 
       
   109 // cenrep file for timezone server database
       
   110 data=\epoc32\data\z\private\10202be9\1020383e.txt		private\10202be9\1020383e.txt
       
   111 
       
   112 #endif /* __MINIGUI_SIMULATOR_OBY__ */