contentmgmt/contentaccessfwfordrm/inc/cafplatform.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:48:59 +0300
branchRCL_3
changeset 45 030c4fbc13d7
parent 33 cf642210ecb7
permissions -rw-r--r--
Revision: 201015 Kit: 201015

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* This contains all definitions required by clients accessing the 
* Content Access Framework.
*
*/


/**
 @file
 @publishedPartner
 @released
*/

#ifndef CAFPLATFORM_H
#define CAFPLATFORM_H

// Utiltiy classes from CafUtils
#include <caf/rightsinfo.h>
#include <caf/supplieroutputfile.h>

// Client side classes for use by the general public
#include <caf/manager.h>
#include <caf/supplier.h>
#include <caf/importfile.h>
#include <caf/rightsmanager.h>

// deprecated headerfiles
#include <caf/attribute.h>
#include <caf/cafmimeheader.h>

#endif // CAFPLATFORM_H