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