diff -r 000000000000 -r 83f4b4db085c imgtools_os/romkiteka2/include/EPOCBASE.IBY --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imgtools_os/romkiteka2/include/EPOCBASE.IBY Tue Feb 02 01:39:43 2010 +0200 @@ -0,0 +1,116 @@ +/* +* 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 /* Multimedia Protocols(RTP) component */ + +#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 + +#ifndef SYMBIAN_EXCLUDE_SIP //sip components can be removed from build by defining this macro + + +#include /* Multimedia Protocols(SIP) component */ +#include /* Multimedia Protocols(SIP) component */ +#include /* Multimedia Protocols(SIP) component */ +#include /* Multimedia Protocols(SIP) component */ + +#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY + +#include /* Multimedia Protocols(SIP) component */ +#include /* Multimedia Protocols(SIP) component */ +#include /* Multimedia Protocols(SIP) component */ + +#else + +#include /* Multimedia Protocols(SIP) component */ + +#endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY + +#endif // SYMBIAN_EXCLUDE_SIP + +#include +#include + +#include /* SQL database*/ +#include /* Legacy Non-SQL database support */ + +#ifdef SYMBIAN_EUSERHL +#include /*Generic usability library*/ +#endif + +#endif