browserutilities/multipartparser/group/MultipartParser.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 81 2a9e6180e70c
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Multipart Parser
    14 * Description:  Multipart Parser
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    19 #include <platform/mw/browser_platform_variant.hrh>
    20 #include <platform/mw/Browser_platform_variant.hrh>
    20 
    21 
    21 TARGET          MultipartParser.dll
    22 TARGET          MultipartParser.dll
    22 TARGETTYPE      DLL
    23 TARGETTYPE      DLL
    23 
    24 
    24 UID	0x1000008D 	0x101FD697
    25 UID	0x1000008D 	0x101FD697
    34 deffile Bwins/MULTIPARTPARSER.DEF
    35 deffile Bwins/MULTIPARTPARSER.DEF
    35 #else
    36 #else
    36 deffile Bmarm/MULTIPARTPARSER.DEF
    37 deffile Bmarm/MULTIPARTPARSER.DEF
    37 #endif
    38 #endif
    38 
    39 
       
    40 
    39 USERINCLUDE     ../inc
    41 USERINCLUDE     ../inc
    40 
    42 
    41 MW_LAYER_SYSTEMINCLUDE
    43 MW_LAYER_SYSTEMINCLUDE
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    44 MW_LAYER_LIBC_SYSTEMINCLUDE
    43 
    45 
    44 SOURCEPATH      ../src
    46 SOURCEPATH      ../src
    45 
    47 
    46 SOURCE	MultipartParser.cpp
    48 SOURCE	MultipartParser.cpp
    47 SOURCE	BodyPart.cpp
    49 SOURCE	BodyPart.cpp
    51 LIBRARY  estlib.lib
    53 LIBRARY  estlib.lib
    52 LIBRARY  InetProtUtil.lib
    54 LIBRARY  InetProtUtil.lib
    53 LIBRARY  estor.lib
    55 LIBRARY  estor.lib
    54 LIBRARY	 ezlib.lib
    56 LIBRARY	 ezlib.lib
    55 LIBRARY	 imut.lib
    57 LIBRARY	 imut.lib
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63   
       
    64  
       
    65 
       
    66