drm_plat/drm_utility_api/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 15:14:55 +0300
changeset 23 493788a4a8a4
parent 0 95b198f216e5
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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:  File that exports the files belonging to
:                DRM Utility API
*
*/


#include <platform_paths.hrh>

PRJ_PLATFORMS
DEFAULT

PRJ_EXPORTS
// Utility
../inc/drmutility.h                  MW_LAYER_PLATFORM_EXPORT_PATH( drmutility.h )

// Api classes
../inc/drmautomatedusage.h           MW_LAYER_PLATFORM_EXPORT_PATH( drmautomatedusage.h )
../inc/drmrightsinfo.h               MW_LAYER_PLATFORM_EXPORT_PATH( drmrightsinfo.h )
../inc/drmuihandling.h               MW_LAYER_PLATFORM_EXPORT_PATH( drmuihandling.h )

// Error handling
../inc/drmerrorhandling.h            MW_LAYER_PLATFORM_EXPORT_PATH( drmerrorhandling.h )

// Observers
../inc/drmasyncobserver.h            MW_LAYER_PLATFORM_EXPORT_PATH( drmasyncobserver.h )
../inc/drmautomatedusageobserver.h   MW_LAYER_PLATFORM_EXPORT_PATH( drmautomatedusageobserver.h )
../inc/drmhandleerrorobserver.h      MW_LAYER_PLATFORM_EXPORT_PATH( drmhandleerrorobserver.h )
../inc/drmuicheckrightsobserver.h    MW_LAYER_PLATFORM_EXPORT_PATH( drmuicheckrightsobserver.h )

// Types
../inc/drmutilitytypes.h             MW_LAYER_PLATFORM_EXPORT_PATH( drmutilitytypes.h )