web_plat/multipart_parser_api/group/bld.inf
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    14 * Description:  Multipart Parser API
    14 * Description:  Multipart Parser API
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 #include "../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh"
    19 #include "../../../web_plat/browser_platform_api/inc/browser_platform_variant.hrh"
    20 
    20 
    21 #ifdef BRDO_MULTIPART_PARSER_FF
    21 #ifdef BRDO_MULTIPART_PARSER_FF
    22 
    22 
    23 PRJ_PLATFORMS
    23 PRJ_PLATFORMS
    24 DEFAULT
    24 DEFAULT
    25 
    25 
    26 PRJ_EXPORTS
    26 PRJ_EXPORTS
    27 ../inc/BodyPart.h           MW_LAYER_PLATFORM_EXPORT_PATH(BodyPart.h)
    27 ../inc/bodypart.h           MW_LAYER_PLATFORM_EXPORT_PATH(bodypart.h)
    28 ../inc/MultipartParser.h    MW_LAYER_PLATFORM_EXPORT_PATH(MultipartParser.h)
    28 ../inc/multipartparser.h    MW_LAYER_PLATFORM_EXPORT_PATH(multipartparser.h)
    29 
    29 
    30 PRJ_MMPFILES
    30 PRJ_MMPFILES
    31 
    31 
    32 #endif
    32 #endif