windowing/windowserver/minigui/group/minigui-stripped.oby
changeset 123 f9816ed9a757
child 124 4b2ef55608d0
equal deleted inserted replaced
122:5fabdb30d001 123:f9816ed9a757
       
     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 * 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.
       
    18 */
       
    19  
       
    20 #ifndef __MINIGUI_OBY__
       
    21 #define __MINIGUI_OBY__
       
    22  
       
    23 define OBEYFILE minigui-stripped
       
    24 define ROMDATE	##TODAY##
       
    25  
       
    26 #define _ARMV5
       
    27 #define SYMBIAN_BASE_USE_GCE
       
    28 #define SYMBIAN_EXCLUDE_SCDV
       
    29 #define USE_CUSTOM_MMC_PARTITION
       
    30 
       
    31 // Kernel
       
    32 //
       
    33 #include <header.iby>
       
    34 #include <base.iby>
       
    35  
       
    36 // NGA stack
       
    37 //
       
    38 #define SYMBIAN_GRAPHICS_USE_GCE
       
    39 #define SYMBIAN_GRAPHICS_USE_OPENWF
       
    40 #define OPENWFCLIB_DRV <openwfc_ref.iby>
       
    41 #define EGL_DRV <egl_ref.iby>
       
    42  
       
    43 #include <gdi.iby>
       
    44 #include <bitgdi.iby>
       
    45 #include <fntstore.iby>
       
    46 #include <fbserv.iby>
       
    47 #include <iculayoutengine.iby>
       
    48 #include <freetype.iby>
       
    49 #include <directgdi.iby>
       
    50 #include <wserv.iby>
       
    51 #include <wslog.iby>
       
    52 #include <econs_wserv.iby>
       
    53 #include <surfaceupdate.iby>
       
    54 #include <surfacemanager.iby>
       
    55 file=\epoc32\release\ARMV5\urel\_generic_scdv.dll	sys\bin\scdv.dll
       
    56  
       
    57 data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
       
    58  
       
    59 // miniGUI shell
       
    60 //
       
    61 #include <eshell.iby>
       
    62  
       
    63 // And the hell breaks loose :)
       
    64 // Let's just add bare minimum items enough to get graphics stack up and running
       
    65 // wserv wants ecom
       
    66 // libwfc wants openenv
       
    67 // freetype wants stdlib
       
    68 // openenv backend wants esock etc etc
       
    69 //
       
    70 #include <bafl.iby>
       
    71 #include <ecom.iby>
       
    72 #include <store.iby>
       
    73 #include <stdlib.iby>
       
    74 #include <openenv.iby>
       
    75  
       
    76 #include <c32.iby>
       
    77 #include <ecuart.iby>
       
    78 #include <irda.iby>
       
    79 #include <bluetooth.iby>
       
    80 #include <inetprotutil.iby>
       
    81 #include <network.iby>	
       
    82 #include <dial.iby>
       
    83 #include <crypto.iby>
       
    84 #include <certman.iby>
       
    85 #include <logeng.iby>
       
    86 #include <filetokens.iby>
       
    87 #include <asnpkcs.iby>
       
    88 #include <emime.iby>
       
    89 #include <scs.iby>
       
    90 #include <cflog.iby>
       
    91 
       
    92 file=\epoc32\release\ARMV5\urel\abclient.dll 				sys\bin\abclient.dll
       
    93 file=\epoc32\release\ARMV5\urel\Http.dll 					sys\bin\http.dll
       
    94 file=\epoc32\release\ARMV5\urel\Httputils.dll 				sys\bin\httputils.dll
       
    95 file=\epoc32\release\ARMV5\urel\securitymanager.dll 		sys\bin\securitymanager.dll
       
    96 file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll 		sys\bin\ocspsupportclient.dll
       
    97 file=\epoc32\release\ARMV5\urel\siscontroller.dll 			sys\bin\siscontroller.dll
       
    98 file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll	sys\bin\devinfosupportclient.dll 
       
    99 file=\epoc32\release\ARMV5\urel\uissclient.dll 				sys\bin\uissclient.dll
       
   100 file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll 	sys\bin\devinfosupportcommon.dll
       
   101 file=\epoc32\release\ARMV5\urel\ipcstream.dll 				sys\bin\ipcstream.dll
       
   102 
       
   103 // cenrep file for timezone server database
       
   104 data=\epoc32\data\z\private\10202be9\1020383e.txt		private\10202be9\1020383e.txt
       
   105 
       
   106 #endif /* __MINIGUI_OBY__ */