httpfilters/httpfilteriop/group/bld.inf
changeset 0 b16258d2340f
child 8 fa2fd8b2d6cc
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 /*
       
     2 * Copyright (c) 2003 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:  HTTP FILTER For IOP Issues
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 // specify the platforms your component needs to be built for here
       
    23 // defaults to WINS MARM so you can ignore this if you just build these
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 ../rom/HttpFilterIop.iby	CORE_MW_LAYER_IBY_EXPORT_PATH(HttpFilterIop.iby)
       
    29 
       
    30 PRJ_MMPFILES
       
    31 // Specify the .mmp files required for building the important component
       
    32 // releasables.
       
    33 //
       
    34 // Specify "tidy" if the component you need to build doesn't need to be
       
    35 // released. Specify "ignore" if the MMP file exists but should be
       
    36 // ignored.
       
    37 // Example:
       
    38 ./httpFilterIop.mmp
       
    39 
       
    40 //  End of File