omadrm/drmlicensemanager/group/DRMLicenseChecker.mmp
changeset 0 95b198f216e5
child 12 8a03a285ab14
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2003-2006 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 Checker
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DRMLicenseChecker.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101F6DC6
       
    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          DRMLicenseChecker.cpp
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         efsrv.lib
       
    39 LIBRARY         caf.lib
       
    40 LIBRARY         cafutils.lib
       
    41 
       
    42 LIBRARY         DrmParsers.lib
       
    43 LIBRARY         DrmDcf.lib
       
    44 LIBRARY         DrmRights.lib
       
    45 LIBRARY         DrmServerInterfaces.lib
       
    46 LIBRARY         DRMCommon.lib
       
    47 
       
    48 #if defined(ARMCC)
       
    49 deffile ../eabi/ 
       
    50 #elif defined( WINSCW )
       
    51 deffile ../bwinscw/ 
       
    52 #elif defined( WINS )
       
    53 deffile ../bwins/ 
       
    54 #else
       
    55 deffile ../bmarm/ 
       
    56 #endif
       
    57 
       
    58 SMPSAFE