os/graphics/windowing/windowserver/minigui/group/minigui-stripped.oby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #undef __BT
    31 
    32 // Kernel
    33 //
    34 #include <header.iby>
    35 #include <base.iby>
    36  
    37 // NGA stack
    38 //
    39 #define SYMBIAN_GRAPHICS_USE_GCE
    40 #define SYMBIAN_GRAPHICS_USE_OPENWF
    41 #define OPENWFCLIB_DRV <openwfc_ref.iby>
    42 #define EGL_DRV <egl_ref.iby>
    43 #include <sgresource.iby>
    44  
    45 #include <gdi.iby>
    46 #include <bitgdi.iby>
    47 #include <fntstore.iby>
    48 #include <fbserv.iby>
    49 #include <iculayoutengine.iby>
    50 #include <freetype.iby>
    51 #include <directgdi.iby>
    52 #include <wserv.iby>
    53 #include <wslog.iby>
    54 #include <econs_wserv.iby>
    55 #include <surfaceupdate.iby>
    56 #include <surfacemanager.iby>
    57 file=ABI_DIR\BUILD_DIR\_generic_scdv.dll	sys\bin\scdv.dll
    58  
    59 data=DATAZ_\wsini_minigui.ini	\system\data\wsini.ini
    60  
    61 // miniGUI shell
    62 //
    63 #include <eshell.iby>
    64  
    65 // And the hell breaks loose :)
    66 // Let's just add bare minimum items enough to get graphics stack up and running
    67 // wserv wants ecom
    68 // libwfc wants openenv
    69 // freetype wants stdlib
    70 // openenv backend wants esock etc etc
    71 //
    72 #include <bafl.iby>
    73 #include <ecom.iby>
    74 #include <store.iby>
    75 #include <stdlib.iby>
    76 #include <openenv.iby>
    77  
    78 #include <c32.iby>
    79 #include <ecuart.iby>
    80 #include <irda.iby>
    81 #include <bluetooth.iby>
    82 #include <inetprotutil.iby>
    83 #include <network.iby>	
    84 #include <dial.iby>
    85 #include <crypto.iby>
    86 #include <certman.iby>
    87 #include <logeng.iby>
    88 #include <filetokens.iby>
    89 #include <asnpkcs.iby>
    90 #include <emime.iby>
    91 #include <scs.iby>
    92 #include <cflog.iby>
    93 #include <featmgr.iby>
    94 
    95 file=ABI_DIR\BUILD_DIR\abclient.dll 				sys\bin\abclient.dll
    96 file=ABI_DIR\BUILD_DIR\Http.dll 					sys\bin\http.dll
    97 file=ABI_DIR\BUILD_DIR\Httputils.dll 				sys\bin\httputils.dll
    98 file=ABI_DIR\BUILD_DIR\securitymanager.dll 		sys\bin\securitymanager.dll
    99 file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll 		sys\bin\ocspsupportclient.dll
   100 file=ABI_DIR\BUILD_DIR\siscontroller.dll 			sys\bin\siscontroller.dll
   101 file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll	sys\bin\devinfosupportclient.dll 
   102 file=ABI_DIR\BUILD_DIR\uissclient.dll 				sys\bin\uissclient.dll
   103 file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll 	sys\bin\devinfosupportcommon.dll
   104 file=ABI_DIR\BUILD_DIR\ipcstream.dll 				sys\bin\ipcstream.dll
   105 
   106 // cenrep file for timezone server database
   107 data=\epoc32\data\z\private\10202be9\1020383e.txt		private\10202be9\1020383e.txt
   108 
   109 #endif /* __MINIGUI_OBY__ */