httpfilters/deflatefilter/group/DeflateFilter.mmp
changeset 0 b16258d2340f
child 8 fa2fd8b2d6cc
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *	  Makefile for Deflate.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET DeflateFilter.DLL
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // ECom Recogniction UID followed by Unique 3rd UID
       
    26 UID 0x10009D8D 0x101F9712
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH ../Src
       
    30 SOURCE DeflateFilterMain.cpp DeflateFilter.cpp DeflateDataSupplier.cpp StreamBufMgr.cpp DecmpStream.cpp
       
    31 
       
    32 USERINCLUDE ../inc
       
    33 USERINCLUDE ../../HttpFilterCommon/inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE 
       
    36 
       
    37 
       
    38 CAPABILITY CAP_ECOM_PLUGIN
       
    39 
       
    40 START RESOURCE 101F9712.rss
       
    41 TARGET      DeflateFilter.rsc
       
    42 END
       
    43 
       
    44 LIBRARY HttpFilterCommon.lib euser.lib ecom.lib http.lib bafl.lib
       
    45 LIBRARY ezlib.lib estor.lib
       
    46 
       
    47 //#define _ENABLE_LOGGING		// uncomment this to enable logging
       
    48 
       
    49 #ifdef _ENABLE_LOGGING
       
    50 MACRO _DEBUG_LOGGING
       
    51 DEBUGLIBRARY flogger.lib
       
    52 #endif