applayerprotocols/wappushsupport/Group/bld.inf
branchRCL_3
changeset 19 c0c2f28ace9c
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
       
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file basically provides the information required for building the whole of a component
       
    15 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
       
    16 // Examples are provided below of the kind of things we're expecting
       
    17 // 
       
    18 //
       
    19 
       
    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 
       
    25 
       
    26 PRJ_EXPORTS
       
    27 // specify the source file followed by its destination here
       
    28 // copy will be used to copy the source file to its destination
       
    29 // If there's no destination then the source file will be copied
       
    30 // to the same name in /epoc32/include
       
    31 
       
    32 ../Group/WapPushSupport.iby             /epoc32/rom/include/wappushsupport.iby
       
    33 ../inc/MWapPluginSP.h                   SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mwappluginsp.h)
       
    34 ../inc/MFrameworkSP.h                   SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mframeworksp.h)
       
    35 ../inc/MDataProviderObserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mdataproviderobserver.h)
       
    36 ../inc/httpstd.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(httpstd.h)
       
    37 ../XmlElement/XMLELEMT.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(xmlelemt.h)
       
    38 ../XmlLib/XmlLib.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(xmllib.h)
       
    39 ../inc/WbConverter.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wbconverter.h)
       
    40 ../inc/MWbxmlConverterObserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mwbxmlconverterobserver.h)
       
    41 ../HTTPResponse/CHTTPResponse.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(chttpresponse.h)
       
    42 ../inc/waplog.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(waplog.h)
       
    43 ../inc/logdef.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(logdef.h)
       
    44 ../inc/ansicomp.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(ansicomp.h)
       
    45 
       
    46 // Converter token file
       
    47 ../TokenFiles/si10.tok		/epoc32/wins/c/system/data/plugins/si10.tok
       
    48 ../TokenFiles/sl10.tok		/epoc32/wins/c/system/data/plugins/sl10.tok
       
    49 
       
    50 PRJ_MMPFILES
       
    51 // specify the .mmp files required for building the important component releasables
       
    52 // note that you should specify any .mmp files for test programs further down the file.
       
    53 //
       
    54 // It's best if the .MMP files are specified in the order in which the components are
       
    55 // built, but that eventually shouldn't matter
       
    56 //
       
    57 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    58 //
       
    59 // specify "tidy" if the component you need to build doesn't need to be released to
       
    60 // the rest of the company
       
    61 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    62 
       
    63 ../mmpfiles/XmlElement.mmp
       
    64 ../mmpfiles/WbxmlLib.mmp
       
    65 ../mmpfiles/HTTPResponse.mmp
       
    66 ../mmpfiles/XmlLib.mmp
       
    67 PRJ_TESTMMPFILES