os/security/contentmgmt/contentaccessfwfordrm/inc/caf.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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  @file
    23  @publishedAll
    24  @released
    25 */
    26 
    27 #ifndef __CAF_H__
    28 #define __CAF_H__
    29 
    30 #include <e32std.h>
    31 
    32 // Enumerations
    33 #include <caf/caftypes.h>
    34 
    35 // Errors and Panics
    36 #include <caf/caferr.h>
    37 #include <caf/cafpanic.h>
    38 
    39 // Client side classes for use by the general public
    40 #include <caf/data.h>
    41 #include <caf/content.h>
    42 #include <caf/agent.h>
    43 
    44 // Utiltiy classes from CafUtils
    45 #include <caf/metadata.h>
    46 #include <caf/metadataarray.h>
    47 #include <caf/virtualpath.h>
    48 #include <caf/virtualpathptr.h>
    49 #include <caf/embeddedobject.h>
    50 #include <caf/attributeset.h>
    51 #include <caf/stringattributeset.h>
    52 #include <caf/streamableptrarray.h>
    53 #include <caf/dirstreamable.h>
    54 
    55 #ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT
    56 #include <caf/cafplatform.h>
    57 #endif // SYMBIAN_ENABLE_SPLIT_HEADERS
    58 
    59 #endif // __CAF_H__