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