sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
* iwanj@users.sourceforge.net - modified to make it work for Symbian^3.
|
sl@0
|
14 |
* MattD <mattd@symbian.org> - renamed file and target to minigui-stripped so we can have both present and build seperate roms.
|
sl@0
|
15 |
*
|
sl@0
|
16 |
* Description:
|
sl@0
|
17 |
* This OBY File is used to build miniGUI ROM Images.
|
sl@0
|
18 |
*/
|
sl@0
|
19 |
|
sl@0
|
20 |
#ifndef __MINIGUI_OBY__
|
sl@0
|
21 |
#define __MINIGUI_OBY__
|
sl@0
|
22 |
|
sl@0
|
23 |
define OBEYFILE minigui-stripped
|
sl@0
|
24 |
define ROMDATE ##TODAY##
|
sl@0
|
25 |
|
sl@0
|
26 |
#define _ARMV5
|
sl@0
|
27 |
#define SYMBIAN_BASE_USE_GCE
|
sl@0
|
28 |
#define SYMBIAN_EXCLUDE_SCDV
|
sl@0
|
29 |
#define USE_CUSTOM_MMC_PARTITION
|
sl@0
|
30 |
#undef __BT
|
sl@0
|
31 |
|
sl@0
|
32 |
// Kernel
|
sl@0
|
33 |
//
|
sl@0
|
34 |
#include <header.iby>
|
sl@0
|
35 |
#include <base.iby>
|
sl@0
|
36 |
|
sl@0
|
37 |
// NGA stack
|
sl@0
|
38 |
//
|
sl@0
|
39 |
#define SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
40 |
#define SYMBIAN_GRAPHICS_USE_OPENWF
|
sl@0
|
41 |
#define OPENWFCLIB_DRV <openwfc_ref.iby>
|
sl@0
|
42 |
#define EGL_DRV <egl_ref.iby>
|
sl@0
|
43 |
#include <sgresource.iby>
|
sl@0
|
44 |
|
sl@0
|
45 |
#include <gdi.iby>
|
sl@0
|
46 |
#include <bitgdi.iby>
|
sl@0
|
47 |
#include <fntstore.iby>
|
sl@0
|
48 |
#include <fbserv.iby>
|
sl@0
|
49 |
#include <iculayoutengine.iby>
|
sl@0
|
50 |
#include <freetype.iby>
|
sl@0
|
51 |
#include <directgdi.iby>
|
sl@0
|
52 |
#include <wserv.iby>
|
sl@0
|
53 |
#include <wslog.iby>
|
sl@0
|
54 |
#include <econs_wserv.iby>
|
sl@0
|
55 |
#include <surfaceupdate.iby>
|
sl@0
|
56 |
#include <surfacemanager.iby>
|
sl@0
|
57 |
file=ABI_DIR\BUILD_DIR\_generic_scdv.dll sys\bin\scdv.dll
|
sl@0
|
58 |
|
sl@0
|
59 |
data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini
|
sl@0
|
60 |
|
sl@0
|
61 |
// miniGUI shell
|
sl@0
|
62 |
//
|
sl@0
|
63 |
#include <eshell.iby>
|
sl@0
|
64 |
|
sl@0
|
65 |
// And the hell breaks loose :)
|
sl@0
|
66 |
// Let's just add bare minimum items enough to get graphics stack up and running
|
sl@0
|
67 |
// wserv wants ecom
|
sl@0
|
68 |
// libwfc wants openenv
|
sl@0
|
69 |
// freetype wants stdlib
|
sl@0
|
70 |
// openenv backend wants esock etc etc
|
sl@0
|
71 |
//
|
sl@0
|
72 |
#include <bafl.iby>
|
sl@0
|
73 |
#include <ecom.iby>
|
sl@0
|
74 |
#include <store.iby>
|
sl@0
|
75 |
#include <stdlib.iby>
|
sl@0
|
76 |
#include <openenv.iby>
|
sl@0
|
77 |
|
sl@0
|
78 |
#include <c32.iby>
|
sl@0
|
79 |
#include <ecuart.iby>
|
sl@0
|
80 |
#include <irda.iby>
|
sl@0
|
81 |
#include <bluetooth.iby>
|
sl@0
|
82 |
#include <inetprotutil.iby>
|
sl@0
|
83 |
#include <network.iby>
|
sl@0
|
84 |
#include <dial.iby>
|
sl@0
|
85 |
#include <crypto.iby>
|
sl@0
|
86 |
#include <certman.iby>
|
sl@0
|
87 |
#include <logeng.iby>
|
sl@0
|
88 |
#include <filetokens.iby>
|
sl@0
|
89 |
#include <asnpkcs.iby>
|
sl@0
|
90 |
#include <emime.iby>
|
sl@0
|
91 |
#include <scs.iby>
|
sl@0
|
92 |
#include <cflog.iby>
|
sl@0
|
93 |
#include <featmgr.iby>
|
sl@0
|
94 |
|
sl@0
|
95 |
file=ABI_DIR\BUILD_DIR\abclient.dll sys\bin\abclient.dll
|
sl@0
|
96 |
file=ABI_DIR\BUILD_DIR\Http.dll sys\bin\http.dll
|
sl@0
|
97 |
file=ABI_DIR\BUILD_DIR\Httputils.dll sys\bin\httputils.dll
|
sl@0
|
98 |
file=ABI_DIR\BUILD_DIR\securitymanager.dll sys\bin\securitymanager.dll
|
sl@0
|
99 |
file=ABI_DIR\BUILD_DIR\ocspsupportclient.dll sys\bin\ocspsupportclient.dll
|
sl@0
|
100 |
file=ABI_DIR\BUILD_DIR\siscontroller.dll sys\bin\siscontroller.dll
|
sl@0
|
101 |
file=ABI_DIR\BUILD_DIR\devinfosupportclient.dll sys\bin\devinfosupportclient.dll
|
sl@0
|
102 |
file=ABI_DIR\BUILD_DIR\uissclient.dll sys\bin\uissclient.dll
|
sl@0
|
103 |
file=ABI_DIR\BUILD_DIR\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll
|
sl@0
|
104 |
file=ABI_DIR\BUILD_DIR\ipcstream.dll sys\bin\ipcstream.dll
|
sl@0
|
105 |
|
sl@0
|
106 |
// cenrep file for timezone server database
|
sl@0
|
107 |
data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt
|
sl@0
|
108 |
|
sl@0
|
109 |
#endif /* __MINIGUI_OBY__ */ |