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