imgtools_os/romkiteka2/include/EPOCBASE.IBY
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #ifndef __EPOCBASE_IBY__
       
    18 #define __EPOCBASE_IBY__
       
    19 
       
    20 REM EPOCBASE.IBY Basic OS Support
       
    21 
       
    22 #include <header.iby>		/* ROM header definitions */
       
    23 #include <base.iby>		/* The lowest-level of the operating system */
       
    24 
       
    25 #include <c32.iby>		/* standard Sockets components */
       
    26 #include <ecuart.iby> /* standard Sockets components */
       
    27 #include <esock.iby>		/* standard Sockets components */
       
    28 #include <irda.iby>     	/* standard Sockets components */
       
    29 #include <bluetooth.iby>     	/* standard Sockets components */
       
    30 
       
    31 #include <gdi.iby>     		/* standard Graphics components */
       
    32 #include <fntstore.iby> 	/* standard Graphics components */
       
    33 #include <fbserv.iby>   	/* standard Graphics components */
       
    34 #include <bitgdi.iby>   	/* standard Graphics components */
       
    35 #include <wserv.iby>    	/* standard Graphics components */
       
    36 
       
    37 #include <apparc.iby>   	/* Application architecture DLLs */
       
    38 #include <emime.iby>		/* Mime recognition */
       
    39 #include <meson.iby>    	/* standard Meson components */
       
    40 
       
    41 #include <fepbase.iby>		/* Front end processor base classes */
       
    42 #include <printers.iby> 	/* Printer drivers */
       
    43 
       
    44 /* Generic Multimedia Components */
       
    45 #include <mmf.iby>			/* Multimedia Framework */
       
    46 #include <mmcommon.iby>		/* Shared multimedia components  */
       
    47 #include <imageconversion.iby>	/* Image conversion library */
       
    48 #include <mdf.iby>			/* Media Device Framework */
       
    49 #include <devvideo.iby>		/* devvideo generic */
       
    50 #include <asr.iby>			/* speech recognition */
       
    51 #include <ecam.iby>			/* Camera API */
       
    52 
       
    53 #include <sysagent.iby>		/* System Agent client and server */
       
    54 
       
    55 #include <network.iby>
       
    56 
       
    57 #include <rtp.iby>              /* Multimedia Protocols(RTP) component */
       
    58 
       
    59 #include <stdlib.iby>        /* Standard C Library */
       
    60 
       
    61 #include <securitycommonutils.iby>
       
    62 #include <caf.iby>
       
    63 #include <ups.iby>
       
    64 
       
    65 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    66 #include <scr.iby>
       
    67 #endif
       
    68 
       
    69 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    70 #include <ssma.iby>			/*System State Management Architecture*/
       
    71 #include <ssplugins.iby>		/*System State Management Plugins*/
       
    72 
       
    73 #else
       
    74 // System starter is included by default. To build a rom
       
    75 // which will use start.exe instead of sysstart.exe use the
       
    76 // -D_NOSYSSTART option with buildrom.
       
    77 
       
    78 #ifndef _NOSYSSTART 
       
    79 #include <sysstart.iby>		/* System Starter */
       
    80 #endif
       
    81 
       
    82 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    83 
       
    84 #ifndef SYMBIAN_EXCLUDE_SIP  //sip components can be removed from build by defining this macro
       
    85 
       
    86 
       
    87 #include <sipsw.iby>		/* Multimedia Protocols(SIP) component */
       
    88 #include <siph2lanbearermonitor.iby>	/* Multimedia Protocols(SIP) component */
       
    89 #include <SipStateMachine.iby>	/* Multimedia Protocols(SIP) component */
       
    90 #include <SIPDummyPRT.iby>      /* Multimedia Protocols(SIP) component */
       
    91 
       
    92 #ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    93 
       
    94 #include <SIPCPR.iby>           /* Multimedia Protocols(SIP) component */
       
    95 #include <SIPParams.iby>        /* Multimedia Protocols(SIP) component */
       
    96 #include <SIPSCPR.iby>          /* Multimedia Protocols(SIP) component */
       
    97 
       
    98 #else
       
    99 
       
   100 #include <sipproviders.iby>     /* Multimedia Protocols(SIP) component */
       
   101 
       
   102 #endif  // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
   103 
       
   104 #endif  // SYMBIAN_EXCLUDE_SIP   
       
   105 
       
   106 #include <openenv.iby>
       
   107 #include <ezlib.iby>
       
   108 
       
   109 #include <sql.iby>			/* SQL database*/
       
   110 #include <dbms.iby>			/* Legacy Non-SQL database support */
       
   111 
       
   112 #ifdef SYMBIAN_EUSERHL
       
   113 #include <euserhl.iby> /*Generic usability library*/
       
   114 #endif
       
   115 
       
   116 #endif