author | dario |
Mon, 27 Apr 2009 17:54:20 +0100 | |
changeset 170 | 31922c5222d7 |
parent 18 | 9f36ff790ea7 |
child 171 | a6f2b8d175d0 |
permissions | -rw-r--r-- |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
2 |
<project name="SF-PACKAGE-CONFIG"> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
3 |
<!-- location of this config --> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
4 |
<dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
5 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
6 |
<!-- import package properties --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
7 |
<import file="${sf.package.config.dir}/package_props.ant.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
8 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
9 |
<!-- import common properties/targets/references --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
10 |
<import file="../common/build.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
11 |
|
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
12 |
<!-- import package references --> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
11
diff
changeset
|
13 |
<import file="${sf.package.config.dir}/package_refs.ant.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
14 |
|
170
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
15 |
<target name="sf-compile"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
16 |
<runtarget target="sf-package-compile"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
17 |
</target> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
18 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
19 |
<target name="sf-package-compile"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
20 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
21 |
<hlm:argSet id="sbs.main.what.sbs.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
22 |
<hlm:arg name="config" value="${sf.spec.sbs.config}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
23 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
24 |
<hlm:arg name="command" value="WHAT" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
25 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
26 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
27 |
<hlm:argSet id="sbs.main.clean.sbs.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
28 |
<hlm:arg name="config" value="${sf.spec.sbs.config}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
29 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
30 |
<hlm:arg name="command" value="CLEAN" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
31 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
32 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
33 |
<hlm:argSet id="sbs.tools2.clean.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
34 |
<hlm:arg name="config" value="tools2_rel" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
35 |
<hlm:arg name="singlejob" value="false" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
36 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
37 |
<hlm:arg name="command" value="CLEAN" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
38 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
39 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
40 |
<hlm:argSet id="sbs.tools2.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
41 |
<hlm:arg name="config" value="tools2_rel" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
42 |
<hlm:arg name="singlejob" value="false" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
43 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
44 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
45 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
46 |
<hlm:argSet id="sbs.tools.clean.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
47 |
<hlm:arg name="config" value="tools_rel" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
48 |
<hlm:arg name="singlejob" value="true" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
49 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
50 |
<hlm:arg name="command" value="CLEAN" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
51 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
52 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
53 |
<hlm:argSet id="sbs.tools.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
54 |
<hlm:arg name="config" value="tools_rel" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
55 |
<hlm:arg name="singlejob" value="true" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
56 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
57 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
58 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
59 |
<hlm:argSet id="sbs.main.sbs.var"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
60 |
<hlm:arg name="config" value="${sf.spec.sbs.config}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
61 |
<hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
62 |
</hlm:argSet> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
63 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
64 |
<hlm:sbsMakeOptions engine="gmake" id="sbs.fullbuild.options"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
65 |
<hlm:sbsMakeOptions engine="gmake" id="sbs.toolsbuild.options"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
66 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
67 |
<!-- generate baseline dir list to allow delta creation --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
68 |
<!-- antcall target="sf-list-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
69 |
<param name="sf.list.name" value="baseline"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
70 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
71 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
72 |
<!-- OS what --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
73 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
74 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
75 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
76 |
<!-- param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
77 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
78 |
<reference refid="sbs.main.what.sbs.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
79 |
<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
80 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
81 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
82 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
83 |
<!-- OS clean main build --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
84 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
85 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
86 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
87 |
<!-- param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
88 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
89 |
<reference refid="sbs.main.clean.sbs.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
90 |
<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
91 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
92 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
93 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
94 |
<!--antcall target="sf-list-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
95 |
<param name="sf.list.name" value="post-clean"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
96 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
97 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
98 |
<!-- what has been cleaned from baseline PDK by sos model --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
99 |
<!-- antcall target="sf-delta-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
100 |
<param name="sf.list_a.name" value="baseline"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
101 |
<param name="sf.list_b.name" value="post-clean"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
102 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
103 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
104 |
<!-- OS tools2 build first --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
105 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
106 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
107 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
108 |
<!-- param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
109 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
110 |
<reference refid="sbs.tools2.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
111 |
<reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
112 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
113 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
114 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
115 |
<!-- antcall target="sf-list-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
116 |
<param name="sf.list.name" value="post-build-tools2"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
117 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
118 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
119 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
120 |
<!-- OS tools build after tools2 --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
121 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
122 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
123 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
124 |
<!-- param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
125 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
126 |
<reference refid="sbs.tools.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
127 |
<reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
128 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
129 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
130 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
131 |
<!-- antcall target="sf-list-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
132 |
<param name="sf.list.name" value="post-build-tools"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
133 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
134 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
135 |
<!-- OS main build --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
136 |
<antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
137 |
<param name="build.system" value="${sf.spec.build.system}" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
138 |
<!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
139 |
<!-- param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" / --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
140 |
<!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
141 |
<reference refid="sbs.main.sbs.var" torefid="sbs.var" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
142 |
<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
143 |
<reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
144 |
</antcall> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
145 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
146 |
<!-- antcall target="sf-list-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
147 |
<param name="sf.list.name" value="post-build-main"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
148 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
149 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
150 |
<!-- what has been built in tools2+tools+main --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
151 |
<!-- antcall target="sf-delta-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
152 |
<param name="sf.list_a.name" value="post-clean"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
153 |
<param name="sf.list_b.name" value="post-build-main"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
154 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
155 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
156 |
<!-- what has been cleaned and rebuilt --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
157 |
<!-- antcall target="sf-intersect-dir" inheritAll="false"> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
158 |
<param name="sf.list_a.name" value="post-clean_delta"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
159 |
<param name="sf.list_b.name" value="post-build-main_delta"/> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
160 |
</antcall --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
161 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
162 |
<!-- what has been cleaned and not rebuilt --> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
163 |
|
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
164 |
</target> |
31922c5222d7
Changes to support clean check and avoid filtering the logs
dario
parents:
18
diff
changeset
|
165 |
|
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
166 |
</project> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
167 |