contentmgmt/contentaccessfwfordrm/inc/cafplatform.h
changeset 30 cf642210ecb7
equal deleted inserted replaced
19:ece3df019add 30:cf642210ecb7
       
     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 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  @publishedPartner
       
    24  @released
       
    25 */
       
    26 
       
    27 #ifndef CAFPLATFORM_H
       
    28 #define CAFPLATFORM_H
       
    29 
       
    30 // Utiltiy classes from CafUtils
       
    31 #include <caf/rightsinfo.h>
       
    32 #include <caf/supplieroutputfile.h>
       
    33 
       
    34 // Client side classes for use by the general public
       
    35 #include <caf/manager.h>
       
    36 #include <caf/supplier.h>
       
    37 #include <caf/importfile.h>
       
    38 #include <caf/rightsmanager.h>
       
    39 
       
    40 // deprecated headerfiles
       
    41 #include <caf/attribute.h>
       
    42 #include <caf/cafmimeheader.h>
       
    43 
       
    44 #endif // CAFPLATFORM_H