commondrm/drmutility/group/DRMAutomatedUsageImpl.mmp
changeset 0 95b198f216e5
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 file for DRM Utility
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DRMAutomatedUsageImpl.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x10205CBC
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL DRM
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 #ifdef __DRM
       
    29 SOURCE          ../src/DrmAutomatedUsageImpl.cpp
       
    30 SOURCE          ../src/drmautomatedusagedata.cpp
       
    31 SOURCE          ../src/rdrmhelperclient.cpp
       
    32 #endif
       
    33 
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    37 
       
    38 // Default system include paths for middleware layer modules.
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         flogger.lib
       
    43 LIBRARY         efsrv.lib
       
    44 LIBRARY         drmutility.lib
       
    45 LIBRARY         drmutilitycommon.lib
       
    46 LIBRARY         caf.lib
       
    47 LIBRARY         cafutils.lib
       
    48 LIBRARY         charconv.lib
       
    49 LIBRARY         drmrights.lib
       
    50 LIBRARY         drmserverinterfaces.lib
       
    51 LIBRARY         commonengine.lib
       
    52 
       
    53 
       
    54 DOCUMENT    bld.inf
       
    55 
       
    56 #if defined(ARMCC)
       
    57 deffile ../eabi/
       
    58 #elif defined( WINSCW )
       
    59 deffile ../bwinscw/
       
    60 #elif defined( WINS )
       
    61 deffile ../bwins/
       
    62 #else
       
    63 deffile ../bmarm/
       
    64 #endif
       
    65 
       
    66 SMPSAFE