|
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 <stdlib.iby> /* Standard C Library */ |
|
58 |
|
59 #include <securitycommonutils.iby> |
|
60 #include <caf.iby> |
|
61 #include <ups.iby> |
|
62 |
|
63 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
|
64 #include <scr.iby> |
|
65 #endif |
|
66 |
|
67 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
68 #include <ssma.iby> /*System State Management Architecture*/ |
|
69 #include <ssplugins.iby> /*System State Management Plugins*/ |
|
70 |
|
71 #else |
|
72 // System starter is included by default. To build a rom |
|
73 // which will use start.exe instead of sysstart.exe use the |
|
74 // -D_NOSYSSTART option with buildrom. |
|
75 |
|
76 #ifndef _NOSYSSTART |
|
77 #include <sysstart.iby> /* System Starter */ |
|
78 #endif |
|
79 |
|
80 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
81 |
|
82 |
|
83 |
|
84 #include <openenv.iby> |
|
85 #include <ezlib.iby> |
|
86 |
|
87 #include <sql.iby> /* SQL database*/ |
|
88 #include <dbms.iby> /* Legacy Non-SQL database support */ |
|
89 |
|
90 #ifdef SYMBIAN_EUSERHL |
|
91 #include <euserhl.iby> /*Generic usability library*/ |
|
92 #endif |
|
93 |
|
94 #endif |