73
|
1 |
<?xml version="1.0"?>
|
|
2 |
<build>
|
|
3 |
<config abstract="true">
|
|
4 |
<!-- Options that apply accross the board -->
|
|
5 |
<set name="archive.tool" value="7za" />
|
|
6 |
<set name="root.dir" value="${build.drive}/" />
|
|
7 |
<set name="temp.build.dir" value="${temp.build.dir}" />
|
|
8 |
<set name="casesensitive" value="false" />
|
|
9 |
<set name="archives.dir" value="${build.output.dir}/zips" />
|
|
10 |
<set name="policy.internal.name" value="removed" />
|
|
11 |
<!--set name="policy.csv" value="${policy.csv}" /-->
|
|
12 |
<set name="policy.zip2zip" value="false" />
|
|
13 |
<set name="policy.default.value" value="" />
|
|
14 |
|
|
15 |
<!-- Metadata creation -->
|
|
16 |
<set name="grace.template" value="${temp.build.dir}/release_metadata_template.xml" />
|
|
17 |
<set name="grace.metadata" value="true" />
|
|
18 |
<set name="grace.service" value="${grace.service.name}" />
|
|
19 |
<set name="grace.product" value="${grace.product.name}" />
|
|
20 |
<set name="grace.release" value="${grace.release.name}" />
|
|
21 |
|
460
|
22 |
<!-- Options that apply to all configs - don't put in any hg internals! -->
|
|
23 |
<set name="exclude" value="**/.hg/**"/>
|
|
24 |
<set name="exclude" value="**/.hgtags"/>
|
|
25 |
<set name="exclude" value="**/.hgignore"/>
|
|
26 |
<set name="exclude" value="**/.hg_archival.txt"/>
|
|
27 |
|
456
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
28 |
<!-- Specify this config to package all src inputs to the build -->
|
73
|
29 |
<config name="src" abstract="true">
|
82
|
30 |
<!-- These configs will be populated with tags for the source -->
|
73
|
31 |
<config name="sfl" abstract="true">
|
|
32 |
<set name="grace.filters" value="src" />
|
|
33 |
</config>
|
96
d9f19d792d0c
Fixed "zip.cfg.xml.ftl.template" to use "oss" and not "epl" in the configuration name.
ThomasE@UK-ThomasE.symbian.int
diff
changeset
|
34 |
<config name="oss" abstract="true">
|
73
|
35 |
<set name="grace.filters" value="src" />
|
|
36 |
</config>
|
388
2ab990de5a23
Bug 299 populateziptemplate.pl aborts if it cannot determine the license for a source component
Simon Howkins <simonh@symbian.org>
diff
changeset
|
37 |
<config name="misc" abstract="true">
|
2ab990de5a23
Bug 299 populateziptemplate.pl aborts if it cannot determine the license for a source component
Simon Howkins <simonh@symbian.org>
diff
changeset
|
38 |
<set name="grace.filters" value="misc" />
|
2ab990de5a23
Bug 299 populateziptemplate.pl aborts if it cannot determine the license for a source component
Simon Howkins <simonh@symbian.org>
diff
changeset
|
39 |
</config>
|
73
|
40 |
</config>
|
456
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
41 |
<!-- Specify this config to double-package all src inputs to the build -->
|
254
|
42 |
<config name="src-by-layer" abstract="true">
|
|
43 |
<set name="root.dir" value="${build.output.dir}/zips"/>
|
261
a0e85954c23c
Fix packaging issues. Released zips now delivered in zips\release folder.
Shabe Razvi <shaber@symbian.org>
diff
changeset
|
44 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
456
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
45 |
<set name="grace.filters" value="src" />
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
46 |
<set name="grace.extract" value="double" />
|
767
69d150dcf917
Now creates src-by-layer entries on the fly, so it doesn't create release zips with no content.
Simon Howkins <simonh@symbian.org>
diff
changeset
|
47 |
<!-- Zips of zips for SFL code and for OSS code will be inserted here -->
|
254
|
48 |
</config>
|
456
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
49 |
<!-- Specify this config to package all rnd inputs to the build that should be released -->
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
50 |
<config name="rnd" abstract="true">
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
51 |
<set name="grace.filters" value="rnd" />
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
52 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
53 |
</config>
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
54 |
<!-- Specify this config to package all rnd inputs to the build that should be released -->
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
55 |
<config name="rnd-internal" abstract="true">
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
56 |
<set name="grace.filters" value="emu" />
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
57 |
</config>
|
73
|
58 |
<!-- Specify this config to package all outputs from the build -->
|
|
59 |
<config name="bin" abstract="true">
|
82
|
60 |
<!-- This config will be populated with exclusions for the rnd bins -->
|
73
|
61 |
<config>
|
|
62 |
<set name="name" value="binaries_epoc"/>
|
|
63 |
<set name="grace.filters" value="emu" />
|
|
64 |
<set name="include" value="epoc32/**"/>
|
83
add0abfa2371
Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.
Simon Howkins <simonh@symbian.org>
diff
changeset
|
65 |
<set name="exclude" value="epoc32/build/**"/>
|
73
|
66 |
</config>
|
|
67 |
</config>
|
456
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
68 |
<!-- Specify this config to re-package the internal rnd bins after the build has updates some of the files -->
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
69 |
<config name="rnd-postbuild" abstract="true">
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
70 |
<set name="grace.filters" value="emu"/>
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
71 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
1ba3c86ebec0
Bug 350 RnD binary zips missing all content outside epoc32 tree
Simon Howkins <simonh@symbian.org>
diff
changeset
|
72 |
</config>
|
497
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
73 |
<!-- "Null" tools entry, which matches no files, but does populate the release_metadata.xml -->
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
74 |
<config name="tools">
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
75 |
<set name="name" value="tools_epoc"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
76 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
77 |
<set name="grace.filters" value="tools"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
78 |
<set name="include" value="*"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
79 |
<set name="exclude" value="**"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
80 |
</config>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
81 |
<!-- "Null" binaries entries, which match no files, but do populate the release_metadata.xml -->
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
82 |
<config name="bin-just-metadata" abstract="true">
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
83 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
84 |
<set name="grace.filters" value="emu"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
85 |
<set name="include" value="*"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
86 |
<set name="exclude" value="**"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
87 |
<config name="core">
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
88 |
<set name="name" value="binaries_epoc"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
89 |
</config>
|
795
7f120899dd36
Changed to package the SDK header files in a different zip to the rest of the epoc32 tree.
Simon Howkins <simonh@symbian.org>
diff
changeset
|
90 |
<config name="sdk">
|
7f120899dd36
Changed to package the SDK header files in a different zip to the rest of the epoc32 tree.
Simon Howkins <simonh@symbian.org>
diff
changeset
|
91 |
<set name="name" value="binaries_epoc_sdk"/>
|
7f120899dd36
Changed to package the SDK header files in a different zip to the rest of the epoc32 tree.
Simon Howkins <simonh@symbian.org>
diff
changeset
|
92 |
</config>
|
497
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
93 |
<config name="armv5">
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
94 |
<set name="name" value="binaries_armv5"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
95 |
</config>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
96 |
<config name="winscw">
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
97 |
<set name="name" value="binaries_winscw"/>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
98 |
</config>
|
63547bf80809
Bug 384 Platform build should output all PDK releasables into one directory
Simon Howkins <simonh@symbian.org>
diff
changeset
|
99 |
</config>
|
664
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
100 |
<!-- "Null" info entries, which match no files, but do populate the release_metadata.xml -->
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
101 |
<config name="info-just-metadata" abstract="true">
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
102 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
103 |
<set name="include" value="*"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
104 |
<set name="exclude" value="**"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
105 |
<config name="logs">
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
106 |
<set name="name" value="build_logs"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
107 |
<set name="grace.filters" value="logs"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
108 |
</config>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
109 |
<config name="BOM">
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
110 |
<set name="name" value="build_BOM"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
111 |
<set name="grace.filters" value="info"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
112 |
</config>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
113 |
</config>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
114 |
<!-- "Null" md5 entry, which matches no files, but does populate the release_metadata.xml -->
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
115 |
<config name="md5-just-metadata" abstract="true">
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
116 |
<set name="archives.dir" value="${build.output.dir}/zips/release" />
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
117 |
<set name="name" value="build_md5"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
118 |
<set name="grace.filters" value="info"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
119 |
<set name="include" value="*"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
120 |
<set name="exclude" value="**"/>
|
29955a149536
Bug 478: build_*.zip missing from generated release_metadata.xml
Simon Howkins <simonh@symbian.org>
diff
changeset
|
121 |
</config>
|
73
|
122 |
</config>
|
|
123 |
</build>
|