symbian4/single/job_refs.ant.xml
changeset 483 c2d15296a9b7
child 662 b1716671cef8
equal deleted inserted replaced
482:3925a4b7b5e1 483:c2d15296a9b7
       
     1 <?xml version="1.0"?>
       
     2 
       
     3 <project name="SF-JOB-REFS" xmlns:hlm="http://www.nokia.com/helium">
       
     4 
       
     5 <!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
       
     6   <path id="sf.spec.os.system.definition.files">
       
     7     <fileset dir="${sf.project.location}/" casesensitive="false">
       
     8             <include name="sysdefs/system_model.xml" />
       
     9     </fileset>
       
    10   </path>
       
    11   
       
    12   <path id="sf.spec.s60.system.definition.files">
       
    13     <fileset dir="${sf.project.location}/" casesensitive="false">
       
    14         <include name="sysdefs/system_model_s60.xml" />
       
    15     </fileset>
       
    16   </path>   
       
    17     
       
    18   <!-- iMaker config to be used by build-roms Helium target -->
       
    19   <hlm:imakerconfigurationset id="imaker.rom.config">
       
    20      <imakerconfiguration regionalVariation="false">
       
    21          <makefileset>
       
    22              <!-- Note: case sensitive -->
       
    23              <include name="**/*Syborg*.mk"/>
       
    24          </makefileset>
       
    25          <targetset>
       
    26              <include name="^core$" />
       
    27              <!--
       
    28              include name="langpack_\d+" />
       
    29              <include name="^custvariant_.*$" />
       
    30              <include name="^udaerase$" /
       
    31              -->
       
    32          </targetset>
       
    33          <variableset>
       
    34              <variable name="TYPE" value="rnd"/>
       
    35              <variable name="USE_SYMGEN" value="1"/>
       
    36              <variable name="USE_UDEB" value="1"/>
       
    37          </variableset>
       
    38      </imakerconfiguration>
       
    39      
       
    40      <!--imakerconfiguration regionalVariation="false">
       
    41          <makefileset>
       
    42              <include name="**/*zoom2*.mk"/>
       
    43          </makefileset>
       
    44          <targetset>
       
    45              <include name="^core$" />
       
    46          </targetset>
       
    47          <variableset>
       
    48              <variable name="TYPE" value="rnd"/>
       
    49              <variable name="USE_SYMGEN" value="1"/>
       
    50              <variable name="USE_UDEB" value="1"/>
       
    51          </variableset>
       
    52      </imakerconfiguration -->
       
    53      
       
    54   </hlm:imakerconfigurationset>
       
    55     
       
    56  </project>