drm_plat/drm_utility_api/group/bld.inf
changeset 0 95b198f216e5
child 20 a20e54f39dd4
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2007 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 "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:  File that exports the files belonging to 
       
    15 :                DRM Utility API
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 
       
    27 #if (defined RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM)
       
    28 // Utility
       
    29 ../inc/drmutility.h                  MW_LAYER_PLATFORM_EXPORT_PATH( drmutility.h )
       
    30 
       
    31 // Api classes
       
    32 ../inc/drmautomatedusage.h           MW_LAYER_PLATFORM_EXPORT_PATH( drmautomatedusage.h )
       
    33 ../inc/drmrightsinfo.h               MW_LAYER_PLATFORM_EXPORT_PATH( drmrightsinfo.h )
       
    34 ../inc/drmuihandling.h               MW_LAYER_PLATFORM_EXPORT_PATH( drmuihandling.h )
       
    35 
       
    36 // Error handling
       
    37 ../inc/drmerrorhandling.h            MW_LAYER_PLATFORM_EXPORT_PATH( drmerrorhandling.h )
       
    38 
       
    39 // Observers
       
    40 ../inc/drmasyncobserver.h            MW_LAYER_PLATFORM_EXPORT_PATH( drmasyncobserver.h )
       
    41 ../inc/drmautomatedusageobserver.h   MW_LAYER_PLATFORM_EXPORT_PATH( drmautomatedusageobserver.h )
       
    42 ../inc/drmhandleerrorobserver.h      MW_LAYER_PLATFORM_EXPORT_PATH( drmhandleerrorobserver.h )
       
    43 ../inc/drmuicheckrightsobserver.h    MW_LAYER_PLATFORM_EXPORT_PATH( drmuicheckrightsobserver.h )
       
    44 
       
    45 // Types
       
    46 ../inc/drmutilitytypes.h             MW_LAYER_PLATFORM_EXPORT_PATH( drmutilitytypes.h )
       
    47 
       
    48 #endif // RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM