10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * iwanj@users.sourceforge.net - modified to make it work for Symbian^3. |
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. |
14 * MattD <mattd@symbian.org> - renamed file and target to minigui-stripped so we can have both present and build seperate roms. |
|
15 * |
15 * Description: |
16 * Description: |
16 * This OBY File is used to build miniGUI ROM Images. |
17 * This OBY File is used to build miniGUI ROM Images. |
17 */ |
18 */ |
18 |
19 |
19 #ifndef __MINIGUI_OBY__ |
20 #ifndef __MINIGUI_OBY__ |
44 #include <fbserv.iby> |
46 #include <fbserv.iby> |
45 #include <iculayoutengine.iby> |
47 #include <iculayoutengine.iby> |
46 #include <freetype.iby> |
48 #include <freetype.iby> |
47 #include <directgdi.iby> |
49 #include <directgdi.iby> |
48 #include <wserv.iby> |
50 #include <wserv.iby> |
|
51 #include <wslog.iby> |
49 #include <econs_wserv.iby> |
52 #include <econs_wserv.iby> |
50 #include <surfaceupdate.iby> |
53 #include <surfaceupdate.iby> |
51 #include <surfacemanager.iby> |
54 #include <surfacemanager.iby> |
52 file=\epoc32\release\ARMV5\urel\_generic_scdv.dll sys\bin\scdv.dll |
55 file=\epoc32\release\ARMV5\urel\_generic_scdv.dll sys\bin\scdv.dll |
53 |
56 |
54 data=DATAZ_\wsini_minigui-stripped.ini \system\data\wsini.ini |
57 data=DATAZ_\wsini_minigui.ini \system\data\wsini.ini |
55 |
58 |
56 // miniGUI shell |
59 // miniGUI shell |
57 // |
60 // |
58 #include <eshell.iby> |
61 #include <eshell.iby> |
59 |
62 |
82 #include <logeng.iby> |
85 #include <logeng.iby> |
83 #include <filetokens.iby> |
86 #include <filetokens.iby> |
84 #include <asnpkcs.iby> |
87 #include <asnpkcs.iby> |
85 #include <emime.iby> |
88 #include <emime.iby> |
86 #include <scs.iby> |
89 #include <scs.iby> |
87 |
90 #include <cflog.iby> |
|
91 |
88 file=\epoc32\release\ARMV5\urel\abclient.dll sys\bin\abclient.dll |
92 file=\epoc32\release\ARMV5\urel\abclient.dll sys\bin\abclient.dll |
89 file=\epoc32\release\ARMV5\urel\Http.dll sys\bin\http.dll |
93 file=\epoc32\release\ARMV5\urel\Http.dll sys\bin\http.dll |
90 file=\epoc32\release\ARMV5\urel\Httputils.dll sys\bin\httputils.dll |
94 file=\epoc32\release\ARMV5\urel\Httputils.dll sys\bin\httputils.dll |
91 file=\epoc32\release\ARMV5\urel\securitymanager.dll sys\bin\securitymanager.dll |
95 file=\epoc32\release\ARMV5\urel\securitymanager.dll sys\bin\securitymanager.dll |
92 file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll sys\bin\ocspsupportclient.dll |
96 file=\epoc32\release\ARMV5\urel\ocspsupportclient.dll sys\bin\ocspsupportclient.dll |
93 file=\epoc32\release\ARMV5\urel\siscontroller.dll sys\bin\siscontroller.dll |
97 file=\epoc32\release\ARMV5\urel\siscontroller.dll sys\bin\siscontroller.dll |
94 file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll sys\bin\devinfosupportclient.dll |
98 file=\epoc32\release\ARMV5\urel\devinfosupportclient.dll sys\bin\devinfosupportclient.dll |
95 file=\epoc32\release\ARMV5\urel\uissclient.dll sys\bin\uissclient.dll |
99 file=\epoc32\release\ARMV5\urel\uissclient.dll sys\bin\uissclient.dll |
96 file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll |
100 file=\epoc32\release\ARMV5\urel\devinfosupportcommon.dll sys\bin\devinfosupportcommon.dll |
97 file=\epoc32\release\ARMV5\urel\ipcstream.dll sys\bin\ipcstream.dll |
101 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 |
102 |
99 |
103 // cenrep file for timezone server database |
|
104 data=\epoc32\data\z\private\10202be9\1020383e.txt private\10202be9\1020383e.txt |
|
105 |
100 #endif /* __MINIGUI_OBY__ */ |
106 #endif /* __MINIGUI_OBY__ */ |