applayerprotocols/wapbase/Group/BLD.INF
author Dario Sestito <darios@symbian.org>
Thu, 26 Aug 2010 14:28:12 +0100
branchRCL_3
changeset 38 7b05392fe9dc
permissions -rw-r--r--
Workardound for Bug 3633 - group folders removed (by mistake?)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
// Contributors:
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
// Description:
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
// Wap engine parsers and utilities
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
// This file basically provides the information required for building the whole of a component
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
// C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
// Examples are provided below of the kind of things we're expecting
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
// 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
/**
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 @file
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
*/
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
PRJ_PLATFORMS
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
// specify the platforms your component needs to be built for here
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
// defaults to WINS MARM so you can ignore this if you just build these
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
PRJ_EXPORTS
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
// specify the source file followed by its destination here
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
// copy will be used to copy the source file to its destination
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
// If there's no destination then the source file will be copied
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
// to the same name in \epoc32\include
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
//Export of the .dtd files
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
//WINSCW UDEB
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
../Tdtd/DTDs/si.dtd /epoc32/release/winscw/udeb/z/resource/wappush/si.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
../Tdtd/DTDs/sl.dtd /epoc32/release/winscw/udeb/z/resource/wappush/sl.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
//WINSCW UREL
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
../Tdtd/DTDs/si.dtd /epoc32/release/winscw/urel/z/resource/wappush/si.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
../Tdtd/DTDs/sl.dtd /epoc32/release/winscw/urel/z/resource/wappush/sl.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
//WINS UDEB
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
../Tdtd/DTDs/si.dtd /epoc32/release/wins/udeb/z/resource/wappush/si.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
../Tdtd/DTDs/sl.dtd /epoc32/release/wins/udeb/z/resource/wappush/sl.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
//WINS UREL
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
../Tdtd/DTDs/si.dtd /epoc32/release/wins/urel/z/resource/wappush/si.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
../Tdtd/DTDs/sl.dtd /epoc32/release/wins/urel/z/resource/wappush/sl.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    53
//OTHER PLATFORM
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
../Tdtd/DTDs/si.dtd /epoc32/data/z/resource/wappush/si.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
../Tdtd/DTDs/sl.dtd /epoc32/data/z/resource/wappush/sl.dtd
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
//Export of the .tok files
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
//WINSCW UDEB
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
../../wappushsupport/TokenFiles/si10.tok /epoc32/release/winscw/udeb/z/resource/wappush/si10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
../../wappushsupport/TokenFiles/sl10.tok /epoc32/release/winscw/udeb/z/resource/wappush/sl10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
//WINSCW UREL
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
../../wappushsupport/TokenFiles/si10.tok /epoc32/release/winscw/urel/z/resource/wappush/si10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
../../wappushsupport/TokenFiles/sl10.tok /epoc32/release/winscw/urel/z/resource/wappush/sl10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
//WINS UDEB
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
../../wappushsupport/TokenFiles/si10.tok /epoc32/release/wins/udeb/z/resource/wappush/si10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
../../wappushsupport/TokenFiles/sl10.tok /epoc32/release/wins/udeb/z/resource/wappush/sl10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
//WINS UREL
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
../../wappushsupport/TokenFiles/si10.tok /epoc32/release/wins/urel/z/resource/wappush/si10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
../../wappushsupport/TokenFiles/sl10.tok /epoc32/release/wins/urel/z/resource/wappush/sl10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
//OTHER PLATFORM
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
../../wappushsupport/TokenFiles/si10.tok /epoc32/data/z/resource/wappush/si10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
../../wappushsupport/TokenFiles/sl10.tok /epoc32/data/z/resource/wappush/sl10.tok
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
../inc/attrlut.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(attrlut.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
../inc/CBNFParser.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cbnfparser.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
../inc/CBNFNode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cbnfnode.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
../inc/CDTDModel.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cdtdmodel.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
../inc/cnode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cnode.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
../inc/cnode.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cnode.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
../inc/dtdnode.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(dtdnode.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
../inc/dtdnode.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(dtdnode.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
../inc/estatus.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(estatus.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
../inc/mdptx.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(mdptx.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
../inc/wapattrdf.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wapattrdf.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
../bnf/CStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cstack.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
../bnf/CStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cstack.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
../bnf/CMarkedStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cmarkedstack.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
../bnf/CFragmentedString.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cfragmentedstring.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
../bnf/CRuleMarkedStack.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(crulemarkedstack.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
../bnf/CRuleMarkedStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(crulemarkedstack.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
../bnf/CMarkedStack.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(cmarkedstack.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
../bnf/CNoDeleteAttribute.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(cnodeleteattribute.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
../inc/Wapengstd.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(wapengstd.h) 
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
../inc/WapTestUtils.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(waptestutils.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   100
../inc/WapTestUtils.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(waptestutils.inl)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
../inc/PragmaMessage.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(pragmamessage.h)
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
PRJ_MMPFILES
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
// specify the .mmp files required for building the important component releasables
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
// note that you should specify any .mmp files for test programs further down the file.
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
// It's best if the .MMP files are specified in the order in which the components are
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
// built, but that eventually shouldn't matter
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
// Use C++ style #defines to denote that a component is only built for a particular platform
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
// specify "tidy" if the component you need to build doesn't need to be released to
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
// the rest of the company
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
// specify "ignore" if the MMP file exists but should be ignored - William wants this!
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
../mmpfiles/bnf.mmp
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
../mmpfiles/dtdmdl.mmp
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
../mmpfiles/wnode.mmp
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
../mmpfiles/wutil.mmp
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
PRJ_TESTMMPFILES
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
// specify the .mmp files required for building any test programs here
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
//
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
// you can specify "manual" to denote that a test should be listed in a generated
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
// batch file for running a group of tests which require user input during testing.
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
// you can specify "support" to denote that a file is a test support file and shouldn't
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
// be listed in a batch file for running a group of tests
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
// By default, each test will be listed in a batch file for running a group of tests
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
// which can be left to run without requiring watching over by the person running the tests,
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
// i.e. tests where no user input is required.  The default will apply if neither "manual"
7b05392fe9dc Workardound for Bug 3633 - group folders removed (by mistake?)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
// or "support" is specified.