sf-package/build.xml
author dario
Mon, 27 Apr 2009 19:39:09 +0100
changeset 177 734d44a79c17
parent 176 918c078f18db
child 178 ade24b003ab4
permissions -rw-r--r--
Given a dummy value to the configuration list
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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"?>
171
a6f2b8d175d0 The prefix "hlm" for element "hlm:argSet" was not bound.
dario
parents: 170
diff changeset
     2
<project name="SF-PACKAGE-CONFIG" xmlns:hlm="http://www.nokia.com/helium">
0
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
    
176
918c078f18db Added check stage
dario
parents: 171
diff changeset
    27
    <hlm:argSet id="sbs.main.check.sbs.var"> 
918c078f18db Added check stage
dario
parents: 171
diff changeset
    28
      <hlm:arg name="config" value="${sf.spec.sbs.config}" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
    29
      <hlm:arg name="enable-filter" value="${sf.spec.logs.raptorfilter.enable}" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
    30
      <hlm:arg name="command" value="--check" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
    31
    </hlm:argSet>
918c078f18db Added check stage
dario
parents: 171
diff changeset
    32
    
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    33
    <hlm:argSet id="sbs.main.clean.sbs.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    34
      <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
    35
      <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
    36
      <hlm:arg name="command" value="CLEAN" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    37
    </hlm:argSet>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    38
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    39
    <hlm:argSet id="sbs.tools2.clean.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    40
      <hlm:arg name="config" value="tools2_rel" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    41
      <hlm:arg name="singlejob" value="false" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    42
      <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
    43
      <hlm:arg name="command" value="CLEAN" />
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.tools2.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    47
      <hlm:arg name="config" value="tools2_rel" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    48
      <hlm:arg name="singlejob" value="false" />
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:argSet>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    51
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    52
    <hlm:argSet id="sbs.tools.clean.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    53
      <hlm:arg name="config" value="tools_rel" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    54
      <hlm:arg name="singlejob" value="true" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    55
      <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
    56
      <hlm:arg name="command" value="CLEAN" />
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.tools.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    60
      <hlm:arg name="config" value="tools_rel" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    61
      <hlm:arg name="singlejob" value="true" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    62
      <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
    63
    </hlm:argSet>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    64
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    65
    <hlm:argSet id="sbs.main.sbs.var">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    66
      <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
    67
      <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
    68
    </hlm:argSet>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    69
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    70
    <hlm:sbsMakeOptions engine="gmake" id="sbs.fullbuild.options"/>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    71
    <hlm:sbsMakeOptions engine="gmake" id="sbs.toolsbuild.options"/>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    72
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    73
    <!-- generate baseline dir list to allow delta creation -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    74
    <!-- antcall target="sf-list-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    75
      <param name="sf.list.name" value="baseline"/>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    76
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    77
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    78
    <!-- OS what -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    79
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    80
      <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
    81
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
    82
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    83
      <!-- 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
    84
      <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
    85
      <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
    86
      <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
    87
    </antcall>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    88
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    89
    <!-- OS clean main build -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    90
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    91
      <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
    92
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
    93
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    94
      <!-- 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
    95
      <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
    96
      <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
    97
      <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
    98
    </antcall>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
    99
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   100
    <!--antcall target="sf-list-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   101
      <param name="sf.list.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
    <!-- 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
   105
    <!-- antcall target="sf-delta-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   106
      <param name="sf.list_a.name" value="baseline"/>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   107
      <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
   108
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   109
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   110
    <!-- OS tools2 build first -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   111
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   112
      <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
   113
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
   114
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   115
      <!-- 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
   116
      <reference refid="sbs.tools2.var" torefid="sbs.var" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   117
      <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
   118
      <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
   119
    </antcall>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   120
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   121
    <!-- antcall target="sf-list-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   122
      <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
   123
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   124
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   125
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   126
    <!-- OS tools build after tools2 -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   127
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   128
      <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
   129
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
   130
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   131
      <!-- 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
   132
      <reference refid="sbs.tools.var" torefid="sbs.var" />
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   133
      <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
   134
      <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
   135
    </antcall>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   136
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   137
    <!-- antcall target="sf-list-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   138
      <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
   139
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   140
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   141
    <!-- OS main build -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   142
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   143
      <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
   144
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
   145
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   146
      <!-- 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
   147
      <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
   148
      <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
   149
      <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
   150
    </antcall>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   151
    
176
918c078f18db Added check stage
dario
parents: 171
diff changeset
   152
    <!-- OS check -->
918c078f18db Added check stage
dario
parents: 171
diff changeset
   153
    <antcall target="compile-main" inheritAll="false" inheritRefs="true">
918c078f18db Added check stage
dario
parents: 171
diff changeset
   154
      <param name="build.system" value="${sf.spec.build.system}" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
   155
      <!-- param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" / -->
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 176
diff changeset
   156
      <param name="sysdef.configurations.list" value="${sf.spec.sysdef.configurations.list}" />
176
918c078f18db Added check stage
dario
parents: 171
diff changeset
   157
      <!-- param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/ -->
918c078f18db Added check stage
dario
parents: 171
diff changeset
   158
      <reference refid="sbs.main.check.sbs.var" torefid="sbs.var" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
   159
      <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
   160
      <reference refid="sf.spec.system.definition.files" torefid="system.definition.files" />
918c078f18db Added check stage
dario
parents: 171
diff changeset
   161
    </antcall>
918c078f18db Added check stage
dario
parents: 171
diff changeset
   162
    
170
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   163
    <!-- antcall target="sf-list-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   164
      <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
   165
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   166
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   167
    <!-- what has been built in tools2+tools+main -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   168
    <!-- antcall target="sf-delta-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   169
      <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
   170
      <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
   171
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   172
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   173
    <!-- what has been cleaned and rebuilt -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   174
    <!-- antcall target="sf-intersect-dir" inheritAll="false">
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   175
      <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
   176
      <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
   177
    </antcall -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   178
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   179
    <!-- what has been cleaned and not rebuilt -->
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   180
    
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   181
  </target>
31922c5222d7 Changes to support clean check and avoid filtering the logs
dario
parents: 18
diff changeset
   182
  
0
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   183
</project>
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   184