|
1 /* |
|
2 * Copyright (c) 2003-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 the License "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 * This contains all definitions required by clients accessing the |
|
16 * Content Access Framework. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 /** |
|
24 @file |
|
25 @publishedPartner |
|
26 @released |
|
27 */ |
|
28 |
|
29 #ifndef __CAF_H__ |
|
30 #define __CAF_H__ |
|
31 |
|
32 #include <e32std.h> |
|
33 |
|
34 // Errors and Panics |
|
35 #include <caf/caferr.h> |
|
36 #include <caf/cafpanic.h> |
|
37 |
|
38 // Enumerations |
|
39 #include <caf/caftypes.h> |
|
40 |
|
41 // Client side classes for use by the general public |
|
42 #include <caf/agent.h> |
|
43 #include <caf/content.h> |
|
44 #include <caf/data.h> |
|
45 #include <caf/manager.h> |
|
46 #include <caf/supplier.h> |
|
47 #include <caf/importfile.h> |
|
48 #include <caf/rightsmanager.h> |
|
49 |
|
50 // Utiltiy classes from CafUtils |
|
51 #include <caf/supplieroutputfile.h> |
|
52 #include <caf/metadata.h> |
|
53 #include <caf/metadataarray.h> |
|
54 #include <caf/virtualpath.h> |
|
55 #include <caf/virtualpathptr.h> |
|
56 #include <caf/embeddedobject.h> |
|
57 #include <caf/attributeset.h> |
|
58 #include <caf/rightsinfo.h> |
|
59 #include <caf/attributeset.h> |
|
60 #include <caf/stringattributeset.h> |
|
61 #include <caf/streamableptrarray.h> |
|
62 #include <caf/dirstreamable.h> |
|
63 |
|
64 // deprecated headerfiles |
|
65 #include <caf/attribute.h> |
|
66 #include <caf/cafmimeheader.h> |
|
67 |
|
68 #endif // __CAF_H__ |