buildframework/helium/tests/data/test_database.xml
author timothy.murphy@nokia.com
Fri, 30 Apr 2010 16:07:17 +0100
branchfix
changeset 511 7581d432643a
parent 1 be27ed110b50
permissions -rw-r--r--
fix: support new trace compiler features for preventing clashes. Automatically turn on OST_TRACE_COMPILER_IN_USE macro. Look for trace header in systemincludes. Make directories in makefile parse to prevent clashes during build. Correct path for autogen headers. Correct case issue with autogen headers on Linux.

<?xml version="1.0" encoding="UTF-8"?>
<antDatabase>
  <project>
    <name>compile.cmaker</name>
    <documentation> 
      <p>cMaker support.</p>
    </documentation>
    <default/>
    <pythonDependency/>
    <target>
      <name>cmaker-install</name>
      <ifDependency/>
      <unlessDependency/>
      <description/>
      <tasks>3</tasks>
      <location>C:\Helium_svn\helium\tools\compile\cmaker.ant.xml:78:</location>
      <log>${build.id}_install.cmaker.log</log>
      <executable>${build.drive}/epoc32/tools/make.exe</executable>
      <documentation> 
        <p>Installing CMaker.</p>
      </documentation>
      <propertyDependency>build.id</propertyDependency>
      <propertyDependency>build.drive</propertyDependency>
      <propertyDependency>cmaker.component.dir</propertyDependency>
      <source>&lt;target name="cmaker-install"&gt;
        &lt;hlm:recordStartMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}_install.cmaker.log" emacsmode="true"/&gt;
        &lt;exec executable="${build.drive}/epoc32/tools/make.exe" dir="${cmaker.component.dir}"&gt;
            &lt;arg line="install"/&gt;
        &lt;/exec&gt;
        &lt;hlm:recordStopMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}_install.cmaker.log"/&gt;
    &lt;/target&gt;</source>
    </target>
    <target>
      <name>cmaker-export</name>
      <ifDependency>enable.cmaker</ifDependency>
      <unlessDependency/>
      <description/>
      <tasks>3</tasks>
      <location>C:\Helium_svn\helium\tools\compile\cmaker.ant.xml:87:</location>
      <dependency type="direct">cmaker-install</dependency>
      <log>${build.id}.export.cmaker.log</log>
      <documentation> 
        <p>CMaker export configuration.</p>
      </documentation>
      <propertyDependency>build.id</propertyDependency>
      <propertyDependency>cmaker.pp.version</propertyDependency>
      <propertyDependency>cmaker.s60.version</propertyDependency>
      <source>&lt;target name="cmaker-export" depends="cmaker-install" if="enable.cmaker"&gt;
        &lt;hlm:recordStartMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}.export.cmaker.log" emacsmode="true"/&gt;
        &lt;hlm:cmakerMacro xmlns:hlm="http://www.nokia.com/helium" ncp="${cmaker.pp.version}" s60="${cmaker.s60.version}" action="export"/&gt;
        &lt;hlm:recordStopMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}.export.cmaker.log"/&gt;
    &lt;/target&gt;</source>
    </target>
  </project>
</antDatabase>