commondrm/drmutility/group/bld.inf
changeset 0 95b198f216e5
child 49 69d8e75812b7
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2006 - 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:  Project definition for DRM Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT -ARMI
       
    23 
       
    24 PRJ_EXPORTS
       
    25 ../loc/DRMUtility.loc MW_LAYER_LOC_EXPORT_PATH( drmutility.loc )
       
    26 
       
    27 
       
    28 PRJ_MMPFILES
       
    29 
       
    30 DRMUtility.mmp
       
    31 
       
    32 drmutilitycommon.mmp
       
    33 #if (defined __WINDOWS_MEDIA_DRM)
       
    34 drmutilitywmdrmwrapper.mmp
       
    35 #endif // __WINDOWS_MEDIA_DRM
       
    36 DrmUtilityDmgrWrapper.mmp
       
    37 DRMUiHandlingImpl.mmp
       
    38 DRMAutomatedUsageImpl.mmp
       
    39 DrmRightsInfoImpl.mmp
       
    40 
       
    41 DRMUiHandling.mmp
       
    42 DRMAutomatedUsage.mmp
       
    43 DrmRightsInfo.mmp
       
    44 
       
    45 
       
    46 PRJ_TESTMMPFILES
       
    47 
       
    48 PRJ_MMPFILES
       
    49 
       
    50 //  End of File
       
    51