applayerprotocols/wapbase/Group/BLD.INF
branchRCL_3
changeset 53 c59bddbfd7b9
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
       
     1 // Copyright (c) 1999-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 // Wap engine parsers and utilities
       
    15 // This file basically provides the information required for building the whole of a component
       
    16 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
       
    17 // Examples are provided below of the kind of things we're expecting
       
    18 // 
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 // specify the platforms your component needs to be built for here
       
    28 // defaults to WINS MARM so you can ignore this if you just build these
       
    29 
       
    30 PRJ_EXPORTS
       
    31 // specify the source file followed by its destination here
       
    32 // copy will be used to copy the source file to its destination
       
    33 // If there's no destination then the source file will be copied
       
    34 // to the same name in \epoc32\include
       
    35 
       
    36 //Export of the .dtd files
       
    37 //WINSCW UDEB
       
    38 ../Tdtd/DTDs/si.dtd /epoc32/release/winscw/udeb/z/resource/wappush/si.dtd
       
    39 ../Tdtd/DTDs/sl.dtd /epoc32/release/winscw/udeb/z/resource/wappush/sl.dtd
       
    40 
       
    41 //WINSCW UREL
       
    42 ../Tdtd/DTDs/si.dtd /epoc32/release/winscw/urel/z/resource/wappush/si.dtd
       
    43 ../Tdtd/DTDs/sl.dtd /epoc32/release/winscw/urel/z/resource/wappush/sl.dtd
       
    44  
       
    45 //WINS UDEB
       
    46 ../Tdtd/DTDs/si.dtd /epoc32/release/wins/udeb/z/resource/wappush/si.dtd
       
    47 ../Tdtd/DTDs/sl.dtd /epoc32/release/wins/udeb/z/resource/wappush/sl.dtd
       
    48  
       
    49 //WINS UREL
       
    50 ../Tdtd/DTDs/si.dtd /epoc32/release/wins/urel/z/resource/wappush/si.dtd
       
    51 ../Tdtd/DTDs/sl.dtd /epoc32/release/wins/urel/z/resource/wappush/sl.dtd
       
    52  
       
    53 //OTHER PLATFORM
       
    54 ../Tdtd/DTDs/si.dtd /epoc32/data/z/resource/wappush/si.dtd
       
    55 ../Tdtd/DTDs/sl.dtd /epoc32/data/z/resource/wappush/sl.dtd
       
    56  
       
    57 ../inc/attrlut.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(attrlut.h)
       
    58 ../inc/CBNFParser.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cbnfparser.h)
       
    59 ../inc/CBNFNode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cbnfnode.h)
       
    60 ../inc/CDTDModel.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cdtdmodel.h)
       
    61 ../inc/cnode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cnode.h)
       
    62 ../inc/cnode.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cnode.inl)
       
    63 ../inc/dtdnode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(dtdnode.h)
       
    64 ../inc/dtdnode.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(dtdnode.inl)
       
    65 ../inc/estatus.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(estatus.h)
       
    66 ../inc/mdptx.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mdptx.h)
       
    67 ../inc/wapattrdf.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wapattrdf.h)
       
    68 ../bnf/CStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cstack.h)
       
    69 ../bnf/CStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cstack.inl)
       
    70 ../bnf/CMarkedStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cmarkedstack.h)
       
    71 ../bnf/CFragmentedString.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cfragmentedstring.h)
       
    72 ../bnf/CRuleMarkedStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(crulemarkedstack.h)
       
    73 ../bnf/CRuleMarkedStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(crulemarkedstack.inl)
       
    74 ../bnf/CMarkedStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cmarkedstack.inl)
       
    75 ../bnf/CNoDeleteAttribute.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cnodeleteattribute.h)
       
    76 ../inc/Wapengstd.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wapengstd.h) 
       
    77 ../inc/WapTestUtils.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(waptestutils.h)
       
    78 ../inc/WapTestUtils.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(waptestutils.inl)
       
    79 ../inc/PragmaMessage.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(pragmamessage.h)
       
    80 
       
    81 
       
    82 PRJ_MMPFILES
       
    83 // specify the .mmp files required for building the important component releasables
       
    84 // note that you should specify any .mmp files for test programs further down the file.
       
    85 //
       
    86 // It's best if the .MMP files are specified in the order in which the components are
       
    87 // built, but that eventually shouldn't matter
       
    88 //
       
    89 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    90 //
       
    91 // specify "tidy" if the component you need to build doesn't need to be released to
       
    92 // the rest of the company
       
    93 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    94 
       
    95 ../mmpfiles/bnf.mmp
       
    96 ../mmpfiles/dtdmdl.mmp
       
    97 ../mmpfiles/wnode.mmp
       
    98 ../mmpfiles/wutil.mmp
       
    99 
       
   100 PRJ_TESTMMPFILES
       
   101 // specify the .mmp files required for building any test programs here
       
   102 //
       
   103 // you can specify "manual" to denote that a test should be listed in a generated
       
   104 // batch file for running a group of tests which require user input during testing.
       
   105 // you can specify "support" to denote that a file is a test support file and shouldn't
       
   106 // be listed in a batch file for running a group of tests
       
   107 // By default, each test will be listed in a batch file for running a group of tests
       
   108 // which can be left to run without requiring watching over by the person running the tests,
       
   109 // i.e. tests where no user input is required.  The default will apply if neither "manual"
       
   110 // or "support" is specified.