sf-platform/build.xml
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Tue, 31 Mar 2009 15:06:33 +0100
changeset 34 c10840c6fcbb
parent 31 c54ae3330cbd
child 35 9f78d5788229
permissions -rw-r--r--
Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
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"?>
31
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
     2
<project name="SF-PLATFORM-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.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/>
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     5
  
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     6
  <!--
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     7
  * Property defaults
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     8
   -->
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
     9
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    10
  <!--
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    11
  
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    12
  * Load platform specific properties. Mandatory that this file exists otherwise
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    13
  * the target will fail.
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    14
  
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    15
   -->
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    16
  <loadproperties srcFile="${sf.platform.config.dir}/platform.properties"/>
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
    17
  
31
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    18
  <!-- workaround until GenXML can merge v2.0.0 fragments -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    19
  <target name="create-canonical-sysdef-file">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    20
            
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    21
       <if>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    22
          <!-- TODO use scripting to match this -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    23
          <equals arg1="${sf.spec.sysdef.version}" arg2="1.4.0" /> 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    24
          <then>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    25
            <echo message="Using System Definition v1.4.0 "/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    26
            <runtarget target="compile.create-canonical-sysdef-file"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    27
          </then>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    28
          <else>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    29
            <runtarget target="preprocess-sysdef-files"/>  
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    30
            <echo message="Exporting preprocessed System Definition"/> 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    31
            
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    32
            <!-- TODO use better method to export or wait for GenXML fix?-->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    33
            <copy file="${build.output.dir}\build\input\0000000000000001_system_definition.xml" 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    34
                  tofile="${canonical.sysdef.file}" failonerror="true" verbose="true"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    35
          </else>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    36
        </if>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    37
          
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    38
  </target>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    39
    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    40
  <!-- 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    41
    == Name: PREPROCESS-SYSDEF-FILES
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    42
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    43
    == Desc: Override of default target in order to deal with symbian os
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    44
    ==       system_definition.xml that does not have /sf source prefix    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    45
    ==       
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    46
    ==       TODO get this moved as a Helium core target?
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    47
    -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    48
  <target name="preprocess-sysdef-files">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    49
        <mkdir dir="${build.output.dir}/build/input"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    50
        <delete verbose="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    51
            <fileset dir="${build.output.dir}/build/input/" includes="**"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    52
        </delete>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    53
        
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    54
        <for param="file">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    55
            <resources refid="system.definition.files"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    56
            <sequential>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    57
                <copy todir="${build.output.dir}/build/input" verbose="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    58
                    <fileset file="@{file}"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    59
                    <filterchain>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    60
                        <replaceregex pattern="bldFile=&quot;os" replace="bldFile=&quot;sf\\\\os" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    61
                        <replaceregex pattern="mrp=&quot;os" replace="mrp=&quot;sf\\\\os" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    62
                        <replaceregex pattern="bldFile=&quot;mw" replace="bldFile=&quot;sf\\\\mw" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    63
                        <replaceregex pattern="mrp=&quot;mw" replace="mrp=&quot;sf\\\\mw" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    64
                        <replaceregex pattern="bldFile=&quot;app" replace="bldFile=&quot;sf\\\\app" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    65
                        <replaceregex pattern="mrp=&quot;app" replace="mrp=&quot;sf\\\\app" flags="gi"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    66
                        <expandproperties/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    67
                    </filterchain>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    68
                    <mapper>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    69
                        <scriptmapper language="jep" src="${helium.dir}/tools/common/jep/unique_filename.jep"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    70
                    </mapper>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    71
                </copy>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    72
            </sequential>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    73
        </for>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    74
    </target>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    75
  
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    76
  <!-- 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    77
    == Name: SF-COMPILE
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    78
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    79
    == Desc: Override of common sf-compile target defined in
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    80
    ==       common\build.xml
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    81
    ==       
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    82
    ==       os  build will be skipped if sf.spec.os.skipbuild=true
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    83
    ==       s60 build will be skipped if sf.spec.s60.skipbuild=true
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    84
    == 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    85
    -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    86
  <target name="sf-compile">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    87
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    88
       <if><istrue value="${sf.spec.os.skipbuild}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    89
            <then><echo message="Skipping OS build"/></then>      
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    90
       <else><runtarget target="sf-os-compile"/></else></if>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    91
       
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    92
       <if><istrue value="${sf.spec.s60.skipbuild}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    93
            <then><echo message="Skipping S60 build"/></then>       
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    94
       <else><runtarget target="sf-s60-compile"/></else></if>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    95
       
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    96
  </target>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    97
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    98
  <!-- 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
    99
    == Name: SF-OS-COMPILE
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   100
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   101
    == Desc: Compile OS part of build using the spec defined in:
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   102
    == 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   103
    ==         - job_props.ant.xml
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   104
    ==         - job_refs.ant.xml
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   105
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   106
    -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   107
  <target name="sf-os-compile">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   108
      
34
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   109
        <hlm:argSet id="sbs.tools2.var">
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   110
                <hlm:arg name="config" value="tools2_rel" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   111
                <hlm:arg name="singlejob" value="false" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   112
                <hlm:arg name="enable-filter" value="true" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   113
        </hlm:argSet>
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   114
        
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   115
        <hlm:argSet id="sbs.tools.var"> 
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   116
                <hlm:arg name="config" value="tools_rel" />
31
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   117
                <hlm:arg name="singlejob" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   118
                <hlm:arg name="enable-filter" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   119
        </hlm:argSet>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   120
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   121
        <hlm:argSet id="sbs.main.sbs.var">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   122
                <hlm:arg name="config" value="${sf.spec.sbs.config}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   123
                <hlm:arg name="enable-filter" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   124
        </hlm:argSet>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   125
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   126
        <hlm:sbsMakeOptions engine="gmake" id="sbs.toolsbuild.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   127
        <hlm:sbsMakeOptions engine="gmake" id="sbs.fullbuild.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   128
34
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   129
        <!-- OS tools2 build first-->
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   130
        <antcall target="compile-main" inheritAll="false" inheritRefs="true">
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   131
                <param name="build.system" value="${sf.spec.build.system}" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   132
                <param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   133
                <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   134
                <param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/>
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   135
                <reference refid="sbs.tools2.var" torefid="sbs.var" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   136
                <reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   137
                <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   138
        </antcall>
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   139
c10840c6fcbb Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 31
diff changeset
   140
        <!-- OS tools build after tools2 -->
31
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   141
        <antcall target="compile-main" inheritAll="false" inheritRefs="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   142
                <param name="build.system" value="${sf.spec.build.system}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   143
                <param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   144
                <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   145
                <param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   146
                <reference refid="sbs.tools.var" torefid="sbs.var" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   147
                <reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   148
                <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   149
        </antcall>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   150
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   151
        <!-- OS main build -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   152
        <antcall target="compile-main" inheritAll="false" inheritRefs="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   153
                <param name="build.system" value="${sf.spec.build.system}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   154
                <param name="compile.sysdef.dtd.stub" value="${sf.spec.os.sysdef.dtd}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   155
                <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   156
                <param name="sf.spec.sysdef.version" value ="${sf.spec.os.sysdef.version}"/>                    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   157
                <reference refid="sbs.main.sbs.var" torefid="sbs.var" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   158
                <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   159
                <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   160
        </antcall>            
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   161
  </target>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   162
  
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   163
  <!-- 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   164
    == Name: SF-S60-COMPILE
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   165
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   166
    == Desc: Compile S60 part of build using the spec defined in:
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   167
    == 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   168
    ==         - job_props.ant.xml
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   169
    ==         - job_refs.ant.xml
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   170
    ==
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   171
    -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   172
  <target name="sf-s60-compile">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   173
  
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   174
        <hlm:argSet id="sbs.tools.var">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   175
          			<hlm:arg name="config" value="${sf.spec.sbs.tools.config}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   176
          			<hlm:arg name="singlejob" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   177
          			<hlm:arg name="enable-filter" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   178
    		</hlm:argSet>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   179
    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   180
    		<hlm:argSet id="sbs.main.sbs.var">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   181
          			<hlm:arg name="config" value="${sf.spec.sbs.config}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   182
          			<hlm:arg name="enable-filter" value="true" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   183
    		</hlm:argSet>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   184
        
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   185
    		<hlm:sbsMakeOptions engine="gmake" id="sbs.toolsbuild.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   186
    		<hlm:sbsMakeOptions engine="gmake" id="sbs.fullbuild.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   187
    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   188
        <!-- s60 clean tools build -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   189
    		<antcall target="compile-main" inheritAll="false" inheritRefs="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   190
          			<param name="build.system" value="${sf.spec.build.system}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   191
          			<param name="sysdef.configurations.list" value="${sf.spec.s60.sysdef.clean.configurations.list}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   192
                <param name="sf.spec.sysdef.version" value ="${sf.spec.s60.sysdef.version}"/> 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   193
                                  
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   194
          			<reference refid="sbs.tools.var" torefid="sbs.var" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   195
          			<reference refid="sbs.toolsbuild.options" torefid="sbs.make.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   196
          			<reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   197
    		</antcall>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   198
    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   199
    		<!-- s60 clean main build -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   200
    		<antcall target="compile-main" inheritAll="false" inheritRefs="true">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   201
          			<param name="build.system" value="${sf.spec.build.system}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   202
          			<param name="sysdef.configurations.list" value="${sf.spec.s60.sysdef.clean.configurations.list}" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   203
                <param name="sf.spec.sysdef.version" value="${sf.spec.s60.sysdef.version}"/> 
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   204
          			<reference refid="sbs.main.sbs.var" torefid="sbs.var" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   205
          			<reference refid="sbs.fullbuild.options" torefid="sbs.make.options" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   206
          			<reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   207
    		</antcall>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   208
    
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   209
    		<!-- s60 postbuild bldmelast using ebs -->
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   210
    		<antcall target="compile-main" inheritAll="false">
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   211
          			<param name="build.system" value="ebs" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   212
          			<param name="sysdef.configurations.list" value="S60_bldmelast" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   213
          			<reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   214
    		</antcall>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   215
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   216
	</target>
c54ae3330cbd Add config changes in order to support s60 and os platform builds
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 0
diff changeset
   217
  
0
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   218
  <!-- import sf-common-config -->
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   219
  <import file="../common/build.xml" />
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   220
  
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   221
</project>
571f289c60b8 Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff changeset
   222