build/sf/minigui/platform.mmh
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 04 Nov 2010 23:22:39 +0000
changeset 83 706c7a69e448
parent 80 562156073bab
permissions -rw-r--r--
Migrated from FCL: foreach bugfix, ConsoleSize::ReportedCorrectly() and ConsoleSize::NotifySizeChanged() console extensions

// platform.mmh
// 
// Copyright (c) 2010 Accenture. All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
// 
// Initial Contributors:
// Accenture - Initial contribution
//
#ifndef FSHELL_PLATFORM_MMH
#define FSHELL_PLATFORM_MMH

#define FSHELL_PLATFORM_FOUNDATION 3

#ifndef FSHELL_PLATFORM_SHARED_MMH
#include <fshell/platform_shared.mmh>
#endif

#define FSHELL_CORE_NO_SUPPORT_SWI

#define FSHELL_NO_COMMS_SUPPORT
#define FSHELL_NO_TELEPHONY_SUPPORT
#define FSHELL_NO_APPARC_SUPPORT
#define FSHELL_NO_EZLIB_SUPPORT
#define FSHELL_NO_GUI_SUPPORT // FSHELL_WSERV_SUPPORT will be defined
#define FSHELL_NO_AUDIO_SUPPORT
#define FSHELL_NO_LBS_SUPPORT
#define FSHELL_NO_SQL_SUPPORT
#define FSHELL_NO_PIPS_SUPPORT
#define FSHELL_NO_SPCRE_SUPPORT
#define FSHELL_NO_CRYPTO_SUPPORT
#define FSHELL_NO_ICL_SUPPORT

#endif