diff -r 7c11c3d8d025 -r 44b0e894b7ab deprecated/buildtools/romkiteka2/include/EPOCBASE.IBY --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deprecated/buildtools/romkiteka2/include/EPOCBASE.IBY Wed Oct 27 19:35:19 2010 +0800 @@ -0,0 +1,94 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "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: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +#ifndef __EPOCBASE_IBY__ +#define __EPOCBASE_IBY__ + +REM EPOCBASE.IBY Basic OS Support + +#include /* ROM header definitions */ +#include /* The lowest-level of the operating system */ + +#include /* standard Sockets components */ +#include /* standard Sockets components */ +#include /* standard Sockets components */ +#include /* standard Sockets components */ +#include /* standard Sockets components */ + +#include /* standard Graphics components */ +#include /* standard Graphics components */ +#include /* standard Graphics components */ +#include /* standard Graphics components */ +#include /* standard Graphics components */ + +#include /* Application architecture DLLs */ +#include /* Mime recognition */ +#include /* standard Meson components */ + +#include /* Front end processor base classes */ +#include /* Printer drivers */ + +/* Generic Multimedia Components */ +#include /* Multimedia Framework */ +#include /* Shared multimedia components */ +#include /* Image conversion library */ +#include /* Media Device Framework */ +#include /* devvideo generic */ +#include /* speech recognition */ +#include /* Camera API */ + +#include /* System Agent client and server */ + +#include + +#include /* Standard C Library */ + +#include +#include +#include + +#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK +#include +#endif + +#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT +#include /*System State Management Architecture*/ +#include /*System State Management Plugins*/ + +#else +// System starter is included by default. To build a rom +// which will use start.exe instead of sysstart.exe use the +// -D_NOSYSSTART option with buildrom. + +#ifndef _NOSYSSTART +#include /* System Starter */ +#endif + +#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT + + + +#include +#include + +#include /* SQL database*/ +#include /* Legacy Non-SQL database support */ + +#ifdef SYMBIAN_EUSERHL +#include /*Generic usability library*/ +#endif + +#endif