diff -r 000000000000 -r 95b198f216e5 drm_plat/drm_utility_api/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/drm_plat/drm_utility_api/group/bld.inf Thu Dec 17 08:52:27 2009 +0200 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2007 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 + +PRJ_PLATFORMS +DEFAULT + +PRJ_EXPORTS + +#if (defined RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM) +// 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 ) + +#endif // RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM