diff -r 044383f39525 -r be27ed110b50 buildframework/helium/tests/data/test_database.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tests/data/test_database.xml Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,55 @@ + + + + compile.cmaker + +

cMaker support.

+
+ + + + cmaker-install + + + + 3 + C:\Helium_svn\helium\tools\compile\cmaker.ant.xml:78: + ${build.id}_install.cmaker.log + ${build.drive}/epoc32/tools/make.exe + +

Installing CMaker.

+
+ build.id + build.drive + cmaker.component.dir + <target name="cmaker-install"> + <hlm:recordStartMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}_install.cmaker.log" emacsmode="true"/> + <exec executable="${build.drive}/epoc32/tools/make.exe" dir="${cmaker.component.dir}"> + <arg line="install"/> + </exec> + <hlm:recordStopMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}_install.cmaker.log"/> + </target> +
+ + cmaker-export + enable.cmaker + + + 3 + C:\Helium_svn\helium\tools\compile\cmaker.ant.xml:87: + cmaker-install + ${build.id}.export.cmaker.log + +

CMaker export configuration.

+
+ build.id + cmaker.pp.version + cmaker.s60.version + <target name="cmaker-export" depends="cmaker-install" if="enable.cmaker"> + <hlm:recordStartMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}.export.cmaker.log" emacsmode="true"/> + <hlm:cmakerMacro xmlns:hlm="http://www.nokia.com/helium" ncp="${cmaker.pp.version}" s60="${cmaker.s60.version}" action="export"/> + <hlm:recordStopMacro xmlns:hlm="http://www.nokia.com/helium" name="${build.id}.export.cmaker.log"/> + </target> +
+
+
\ No newline at end of file