symbian3/single/job_refs.ant.xml
changeset 872 1242acdd8aa3
parent 722 b3a6229d1d80
child 874 bfd2366d04fb
equal deleted inserted replaced
871:fd88f2a92e99 872:1242acdd8aa3
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
       
     2 
       
     3 
     2 
     4 
     3 <project name="SF-JOB-REFS" xmlns:hlm="http://www.nokia.com/helium">
     5 <project name="SF-JOB-REFS" xmlns:hlm="http://www.nokia.com/helium">
     4 
     6 
       
     7 
       
     8 
     5 <!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
     9 <!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
       
    10 
     6   <path id="sf.spec.os.system.definition.files">
    11   <path id="sf.spec.os.system.definition.files">
       
    12 
     7     <fileset dir="${sf.spec.systemdefinition.location}/" casesensitive="false">
    13     <fileset dir="${sf.spec.systemdefinition.location}/" casesensitive="false">
       
    14 
     8             <include name="${sf.spec.systemdefinition.filename}" />
    15             <include name="${sf.spec.systemdefinition.filename}" />
       
    16 
     9     </fileset>
    17     </fileset>
       
    18 
    10   </path>
    19   </path>
       
    20 
       
    21   <path id="sf.spec.tools.system.definition.files">
       
    22 
       
    23     <fileset dir="${sf.spec.tools.systemdefinition.location}/" casesensitive="false">
       
    24 
       
    25             <include name="tools_model.xml" />
       
    26 
       
    27     </fileset>
       
    28 
       
    29   </path>
       
    30 
    11     
    31     
       
    32 
    12   <!-- iMaker config to be used by build-roms Helium target -->
    33   <!-- iMaker config to be used by build-roms Helium target -->
       
    34 
    13   <hlm:imakerconfigurationset id="imaker.rom.config">
    35   <hlm:imakerconfigurationset id="imaker.rom.config">
       
    36 
    14      <imakerconfiguration>
    37      <imakerconfiguration>
       
    38 
    15          <makefileset>
    39          <makefileset>
       
    40 
    16              <!-- Note: case sensitive -->
    41              <!-- Note: case sensitive -->
       
    42 
    17              <include name="**/image_conf_syborg.mk"/>
    43              <include name="**/image_conf_syborg.mk"/>
       
    44 
    18          </makefileset>
    45          </makefileset>
       
    46 
    19          <targetset>
    47          <targetset>
       
    48 
    20              <include name="^flash$" />
    49              <include name="^flash$" />
       
    50 
    21              <!--
    51              <!--
       
    52 
    22              include name="langpack_\d+" />
    53              include name="langpack_\d+" />
       
    54 
    23              <include name="^custvariant_.*$" />
    55              <include name="^custvariant_.*$" />
       
    56 
    24              <include name="^udaerase$" /
    57              <include name="^udaerase$" /
       
    58 
    25              -->
    59              -->
       
    60 
    26          </targetset>
    61          </targetset>
       
    62 
    27          <variableset>
    63          <variableset>
       
    64 
    28              <!--
    65              <!--
       
    66 
    29              <variable name="TYPE" value="rnd"/>
    67              <variable name="TYPE" value="rnd"/>
       
    68 
    30              <variable name="USE_SYMGEN" value="1"/>
    69              <variable name="USE_SYMGEN" value="1"/>
       
    70 
    31              <variable name="USE_UDEB" value="1"/>
    71              <variable name="USE_UDEB" value="1"/>
       
    72 
    32              -->
    73              -->
       
    74 
    33          </variableset>
    75          </variableset>
       
    76 
    34      </imakerconfiguration>
    77      </imakerconfiguration>
       
    78 
    35      
    79      
       
    80 
    36      <!--imakerconfiguration regionalVariation="false">
    81      <!--imakerconfiguration regionalVariation="false">
       
    82 
    37          <makefileset>
    83          <makefileset>
       
    84 
    38              <include name="**/*zoom2*.mk"/>
    85              <include name="**/*zoom2*.mk"/>
       
    86 
    39          </makefileset>
    87          </makefileset>
       
    88 
    40          <targetset>
    89          <targetset>
       
    90 
    41              <include name="^core$" />
    91              <include name="^core$" />
       
    92 
    42          </targetset>
    93          </targetset>
       
    94 
    43          <variableset>
    95          <variableset>
       
    96 
    44              <variable name="TYPE" value="rnd"/>
    97              <variable name="TYPE" value="rnd"/>
       
    98 
    45              <variable name="USE_SYMGEN" value="1"/>
    99              <variable name="USE_SYMGEN" value="1"/>
       
   100 
    46              <variable name="USE_UDEB" value="1"/>
   101              <variable name="USE_UDEB" value="1"/>
       
   102 
    47          </variableset>
   103          </variableset>
       
   104 
    48      </imakerconfiguration -->
   105      </imakerconfiguration -->
       
   106 
    49      
   107      
       
   108 
    50      <imakerconfiguration>
   109      <imakerconfiguration>
       
   110 
    51          <makefileset>
   111          <makefileset>
       
   112 
    52              <include name="/epoc32/rom/config/sf_refhw/beagle/image_conf_beagle.mk"/>
   113              <include name="/epoc32/rom/config/sf_refhw/beagle/image_conf_beagle.mk"/>
       
   114 
    53          </makefileset>
   115          </makefileset>
       
   116 
    54          <targetset>
   117          <targetset>
       
   118 
    55              <include name="^flash$" />
   119              <include name="^flash$" />
       
   120 
    56          </targetset>
   121          </targetset>
       
   122 
    57          <variableset/>
   123          <variableset/>
       
   124 
    58      </imakerconfiguration>
   125      </imakerconfiguration>
       
   126 
    59      
   127      
       
   128 
    60   </hlm:imakerconfigurationset>
   129   </hlm:imakerconfigurationset>
       
   130 
    61     
   131     
       
   132 
    62  </project>
   133  </project>