doc/api/helium/target-sf-package-tools.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-package-tools</h2>
    82 <h2>Target sf-package-tools</h2>
    83 
    83 
    84 <p><b>Location</b></p>
    84 <p><b>Location</b></p>
    85 <p>    <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L246">D:\maintools\sf-config\common\build.postbuild.xml:246:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L251">d:\maintools\sf-config\common\build.postbuild.xml:251:</a></tt>  
    86 </p>
    86 </p>
    87 
    87 
    88 <p><b>Conditional execution</b></p>        
    88 <p><b>Conditional execution</b></p>        
    89 <p>No conditions on target execution.</p>
    89 <p>No conditions on target execution.</p>
    90 <hr/>
    90 <hr/>
   141 <h3>Target dependencies</h3>
   141 <h3>Target dependencies</h3>
   142 <p align="center">
   142 <p align="center">
   143 <img src="target-sf-package-tools.dot.png" alt="sf-package-tools dependencies" usemap="#dependencies"
   143 <img src="target-sf-package-tools.dot.png" alt="sf-package-tools dependencies" usemap="#dependencies"
   144      style="border-style: none"/>
   144      style="border-style: none"/>
   145 <map name="dependencies" id="dependencies">
   145 <map name="dependencies" id="dependencies">
   146 <area shape="rect" id="node1" href="target-sf-package-tools.html" title="sf&#45;package&#45;tools" alt="" coords="156,5,292,53">
   146 <area shape="rect" id="node1" href="target-sf-package-tools.html" title="sf&#45;package&#45;tools" alt="" coords="225,41,361,89">
   147 <area shape="rect" id="node4" href="target-sf-preprocess-package-config.html" title="sf&#45;preprocess&#45;package&#45;config" alt="" coords="343,5,572,53">
   147 <area shape="rect" id="node7" href="target-sf-preprocess-package-config.html" title="sf&#45;preprocess&#45;package&#45;config" alt="" coords="423,16,652,64">
   148 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
   148 <area shape="rect" id="node9" href="target-sf-zip-content.html" title="sf&#45;zip&#45;content" alt="" coords="481,88,593,136">
       
   149 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="39,5,140,53">
       
   150 <area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf&#45;create&#45;public&#45;PDK" alt="" coords="5,77,173,125">
       
   151 <area shape="rect" id="node10" href="target-preprocess-zip-config.html" title="preprocess&#45;zip&#45;config" alt="" coords="705,88,876,136">
   149 </map>
   152 </map>
   150 </p>
   153 </p>
   151 <hr/>
   154 <hr/>
   152 
   155 
   153 
   156 
   154 <h3>Source code</h3>
   157 <h3>Source code</h3>
   155 <pre>
   158 <pre>
   156     &lt;target name=&quot;sf-package-tools&quot; depends=&quot;sf-preprocess-package-config&quot;&gt;
   159     &lt;target name=&quot;sf-package-tools&quot; depends=&quot;sf-preprocess-package-config&quot;&gt;
   157         &lt;echo message=&quot;Packaging epoc32 tools - Temporary method&quot;/&gt;
       
   158         &lt;exec executable=&quot;7za&quot; dir=&quot;${build.drive}&quot; output=&quot;${build.log.dir}/zip_${build.id}_tools_epoc32.log&quot;&gt;
   160         &lt;exec executable=&quot;7za&quot; dir=&quot;${build.drive}&quot; output=&quot;${build.log.dir}/zip_${build.id}_tools_epoc32.log&quot;&gt;
   159             &lt;arg value=&quot;a&quot;/&gt;
   161             &lt;arg value=&quot;a&quot;/&gt;
   160             &lt;arg value=&quot;-tzip&quot;/&gt;
   162             &lt;arg value=&quot;-tzip&quot;/&gt;
   161             &lt;arg value=&quot;-x@${build.log.dir}/rnd_excludefile.txt&quot;/&gt;
   163             &lt;arg value=&quot;-x@${build.log.dir}/rnd_excludefile.txt&quot;/&gt;
   162 &lt;!--            &lt;arg value=&quot;-x@${build.log.dir}/*_includefile.txt&quot;/&gt; --&gt;
       
   163             &lt;arg value=&quot;${build.drive}/output/zips/release/tools_epoc.zip&quot;/&gt; 
   164             &lt;arg value=&quot;${build.drive}/output/zips/release/tools_epoc.zip&quot;/&gt; 
   164             &lt;arg value=&quot;epoc32/tools&quot;/&gt;
   165             &lt;arg value=&quot;epoc32/tools&quot;/&gt;
   165         &lt;/exec&gt;
   166         &lt;/exec&gt;
       
   167         &lt;antcall target=&quot;sf-zip-content&quot;&gt;
       
   168             &lt;param name=&quot;zip.config.file&quot; value=&quot;${sf.common.config.dir}/generated/zip.cfg.xml.ftl&quot;/&gt;
       
   169             &lt;param name=&quot;zip.target.name&quot; value=&quot;tools&quot;/&gt;
       
   170         &lt;/antcall&gt;
   166     &lt;/target&gt;
   171     &lt;/target&gt;
   167 </pre>
   172 </pre>
   168 
   173 
   169 
   174 
   170     <hr/>
   175     <hr/>