browserutilities/multipartparser/group/MultipartParser.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2005 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 the License "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:  Multipart Parser
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <platform/mw/Browser_platform_variant.hrh>
       
    21 
       
    22 TARGET          MultipartParser.dll
       
    23 TARGETTYPE      DLL
       
    24 
       
    25 UID	0x1000008D 	0x101FD697
       
    26 
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #if defined(ARMCC)
       
    31 deffile EABI/MULTIPARTPARSER.DEF
       
    32 #elif defined( WINSCW )
       
    33 deffile Bwinscw/MULTIPARTPARSER.DEF
       
    34 #elif defined( WINS )
       
    35 deffile Bwins/MULTIPARTPARSER.DEF
       
    36 #else
       
    37 deffile Bmarm/MULTIPARTPARSER.DEF
       
    38 #endif
       
    39 
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 
       
    48 SOURCE	MultipartParser.cpp
       
    49 SOURCE	BodyPart.cpp
       
    50 SOURCE  GZipBufMgr.cpp
       
    51 
       
    52 LIBRARY  euser.lib
       
    53 LIBRARY  estlib.lib
       
    54 LIBRARY  InetProtUtil.lib
       
    55 LIBRARY  estor.lib
       
    56 LIBRARY	 ezlib.lib
       
    57 LIBRARY	 imut.lib
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63   
       
    64  
       
    65 
       
    66