omadrm/drmplugins/drmfilter/group/HTTPFilterDRM.mmp
changeset 0 95b198f216e5
child 32 457cd4423b8c
child 49 69d8e75812b7
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2005-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:  DRM HTTP Filter component build configuration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET HTTPFilterDRM.dll
       
    22 TARGETTYPE PLUGIN
       
    23 
       
    24 CAPABILITY CAP_ECOM_PLUGIN
       
    25 
       
    26 // ECom Recogniction UID followed by Unique 3rd UID
       
    27 UID 0x10009D8D 0x101F9710
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE HTTPFilterDRMMain.cpp HTTPFilterDRM.cpp HTTPFilterDRMDataSupplier.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../../../inc   // ADo level inc dir
       
    35 
       
    36 // Default system include paths for middleware layer modules.
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE /epoc32/include/ecom
       
    39 
       
    40 
       
    41 SOURCEPATH ../data
       
    42 START RESOURCE 101F9710.rss
       
    43 
       
    44 TARGET HTTPFilterDRM.rsc
       
    45 
       
    46 END
       
    47 
       
    48 LIBRARY euser.lib ecom.lib http.lib bafl.lib estlib.lib efsrv.lib estor.lib cone.lib commonui.lib caf.lib
       
    49 
       
    50 #ifndef __DRM_NO_BB
       
    51 MACRO BLOCK_BY_BLOCK
       
    52 #endif
       
    53 
       
    54 
       
    55 //#define _ENABLE_LOGGING  // uncomment this if you want the log
       
    56 
       
    57 #ifdef _ENABLE_LOGGING
       
    58 MACRO DEBUG_LOGGING
       
    59 DEBUGLIBRARY flogger.lib charconv.lib
       
    60 #endif
       
    61 
       
    62 #if defined (ARMCC)
       
    63 DEFFILE ../EABI/DRMFilter.def
       
    64 #endif
       
    65 LIBRARY         DrmParsers.lib
       
    66 LIBRARY         DrmDcf.lib
       
    67 LIBRARY         DrmRights.lib
       
    68 LIBRARY         DrmServerInterfaces.lib
       
    69 LIBRARY         DRMCommon.lib
       
    70 
       
    71 SMPSAFE