buildframework/helium/tools/rombuild/imaker.ant.xml
changeset 646 a010554f8551
parent 645 b8d81fa19e7d
equal deleted inserted replaced
644:01667c882e63 646:a010554f8551
    27     </description>
    27     </description>
    28     
    28     
    29     <!--* @property imaker.engine
    29     <!--* @property imaker.engine
    30     Defines which accelerator to use for running iMaker. (default value from build.system property)
    30     Defines which accelerator to use for running iMaker. (default value from build.system property)
    31     @type string
    31     @type string
    32     @scope private
    32     @scope public
    33     -->
    33     -->
    34     
    34     
    35     <condition property="imaker.engine" value="imaker.engine.ec" else="imaker.engine.default">
    35     <condition property="imaker.engine" value="imaker.engine.ec" else="imaker.engine.default">
    36         <and>
    36         <and>
    37             <not>
    37             <not>
   114         <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/rombuild/templates/image_conf_buildinfo.mk.ftl" />
   114         <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/rombuild/templates/image_conf_buildinfo.mk.ftl" />
   115         <!-- Location of the output file.
   115         <!-- Location of the output file.
   116         @type string
   116         @type string
   117         @scope private
   117         @scope private
   118         -->
   118         -->
   119         <property name="rombuild.buildinfo.output" location="${build.drive}${env.EPOCROOT}epoc32/rom/config/image_conf_buildinfo.mk" />
   119         <property name="rombuild.buildinfo.output" location="${build.drive}/epoc32/rom/config/image_conf_buildinfo.mk" />
   120         <fmpp sourceFile="${rombuild.buildinfo.template}" outputFile="${rombuild.buildinfo.output}">
   120         <fmpp sourceFile="${rombuild.buildinfo.template}" outputFile="${rombuild.buildinfo.output}">
   121             <data expandProperties="yes">
   121             <data expandProperties="yes">
   122                 ant: antProperties()
   122                 ant: antProperties()
   123             </data>
   123             </data>
   124         </fmpp>
   124         </fmpp>