omadrm/drmlicensemanager/group/DRMLicenseManager.mmp
changeset 0 95b198f216e5
child 18 8a03a285ab14
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2003-2008 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:  Makefile of DRM License Manager
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DRMLicenseManager.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101F6DC7
       
    24 VENDORID        VID_DEFAULT
       
    25 CAPABILITY      CAP_GENERAL_DLL DRM
       
    26 
       
    27 // Default system include paths for middleware layer modules.
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 SYSTEMINCLUDE   /epoc32/include/libc
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          DRMLicenseManager.cpp
       
    36 
       
    37 LIBRARY         ezlib.lib
       
    38 LIBRARY         ezip.lib
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         efsrv.lib
       
    41 LIBRARY         estor.lib
       
    42 LIBRARY         charconv.lib
       
    43 
       
    44 LIBRARY         DrmParsers.lib
       
    45 LIBRARY         DrmDcf.lib
       
    46 LIBRARY         DrmRights.lib
       
    47 LIBRARY         DrmServerInterfaces.lib
       
    48 LIBRARY         DRMCommon.lib
       
    49 LIBRARY         sysutil.lib // SysUtil
       
    50 
       
    51 
       
    52 #if defined(ARMCC)
       
    53 deffile ../eabi/
       
    54 #elif defined( WINSCW )
       
    55 deffile ../bwinscw/
       
    56 #elif defined( WINS )
       
    57 deffile ../bwins/
       
    58 #else
       
    59 deffile ../bmarm/
       
    60 #endif
       
    61 
       
    62 SMPSAFE