applayerprotocols/wappushsupport/Group/BLD.INF
branchRCL_3
changeset 53 c59bddbfd7b9
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
       
     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 //Export of the .tok files
       
    47 //WINSCW UDEB
       
    48 ../TokenFiles/si10.tok /epoc32/release/winscw/udeb/z/resource/wappush/si10.tok
       
    49 ../TokenFiles/sl10.tok /epoc32/release/winscw/udeb/z/resource/wappush/sl10.tok
       
    50  
       
    51 //WINSCW UREL
       
    52 ../TokenFiles/si10.tok /epoc32/release/winscw/urel/z/resource/wappush/si10.tok
       
    53 ../TokenFiles/sl10.tok /epoc32/release/winscw/urel/z/resource/wappush/sl10.tok
       
    54  
       
    55 //WINS UDEB
       
    56 ../TokenFiles/si10.tok /epoc32/release/wins/udeb/z/resource/wappush/si10.tok
       
    57 ../TokenFiles/sl10.tok /epoc32/release/wins/udeb/z/resource/wappush/sl10.tok
       
    58  
       
    59 //WINS UREL
       
    60 ../TokenFiles/si10.tok /epoc32/release/wins/urel/z/resource/wappush/si10.tok
       
    61 ../TokenFiles/sl10.tok /epoc32/release/wins/urel/z/resource/wappush/sl10.tok
       
    62  
       
    63 //OTHER PLATFORM
       
    64 ../TokenFiles/si10.tok /epoc32/data/z/resource/wappush/si10.tok
       
    65 ../TokenFiles/sl10.tok /epoc32/data/z/resource/wappush/sl10.tok
       
    66 
       
    67 // Converter token file
       
    68 ../TokenFiles/si10.tok		/epoc32/wins/c/system/data/plugins/si10.tok
       
    69 ../TokenFiles/sl10.tok		/epoc32/wins/c/system/data/plugins/sl10.tok
       
    70 
       
    71 PRJ_MMPFILES
       
    72 // specify the .mmp files required for building the important component releasables
       
    73 // note that you should specify any .mmp files for test programs further down the file.
       
    74 //
       
    75 // It's best if the .MMP files are specified in the order in which the components are
       
    76 // built, but that eventually shouldn't matter
       
    77 //
       
    78 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    79 //
       
    80 // specify "tidy" if the component you need to build doesn't need to be released to
       
    81 // the rest of the company
       
    82 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    83 
       
    84 ../mmpfiles/XmlElement.mmp
       
    85 ../mmpfiles/WbxmlLib.mmp
       
    86 ../mmpfiles/HTTPResponse.mmp
       
    87 ../mmpfiles/XmlLib.mmp
       
    88 PRJ_TESTMMPFILES