symbian3/single/job_refs.ant.xml
changeset 459 fa4d19ccc2c2
parent 176 676cece1b361
child 653 d92405674e19
equal deleted inserted replaced
454:8893bd8c662e 459:fa4d19ccc2c2
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
     2 
     2 
     3 <project name="SF-JOB-REFS">
     3 <project name="SF-JOB-REFS" xmlns:hlm="http://www.nokia.com/helium">
     4 
     4 
     5 <!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
     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">
     6   <path id="sf.spec.os.system.definition.files">
     7     <fileset dir="${sf.project.location}/" casesensitive="false">
     7     <fileset dir="${sf.project.location}/" casesensitive="false">
     8             <include name="sysdefs/system_model.xml" />
     8             <include name="sysdefs/system_model.xml" />
     9     </fileset>
     9     </fileset>
    10  </path>
    10   </path>
    11   
    11   
    12   <path id="sf.spec.s60.system.definition.files">
    12   <path id="sf.spec.s60.system.definition.files">
    13 	<fileset dir="${sf.project.location}/" casesensitive="false">
    13     <fileset dir="${sf.project.location}/" casesensitive="false">
    14 			<include name="sysdefs/system_model_s60.xml" />
    14         <include name="sysdefs/system_model_s60.xml" />
    15 	</fileset>
    15     </fileset>
    16   </path>   
    16   </path>   
    17     
    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     
    18  </project>
    56  </project>