common/build.xml
author shaberazvi@L063442.prod.ad.symbian.intra
Wed, 04 Mar 2009 16:53:51 +0000
changeset 2 b55de085507d
parent 0 571f289c60b8
child 3 cee0afe79855
permissions -rw-r--r--
Update and add build.sysdef.xml

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-COMMON-CONFIG">
	<dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/>

        <!-- import default properties file config -->
        <import file="${sf.common.config.dir}/properties.default.ant.xml"/>        

	<!-- import all core HELIUM targets -->
	<import file="${helium.dir}/helium.ant.xml" />
        
        <!-- import sysdef file location config -->
        <import file="${sf.common.config.dir}/../../build/hg-pkg-build.ant.xml"/>
        
        <!--
        ** TARGET DEFINITIONS
        -->
        
        <target name="sf-build" depends="sf-prep,sf-prebuild,scm-get-input,sf-build-run,sf-postbuild">            
            <echo>[SF-BUILD]</echo>
        </target>
        
        <target name="sf-build-noprep">            
            <echo>[SF-BUILD-NO-PREP]</echo>
        </target>
        
        <target name="sf-prep" depends="check-tool-dependencies, prep-drive,init-build-area,create-bom,log-build-env">
            <echo>[SF-PREP]</echo>   
            <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
        </target>
        
        <target name="sf-prebuild" depends="preparation-getenv"> 
        
            <echo>[SF-PREBUILD]</echo>                                    
            
        </target>
        
        <!-- <target name="sf-preparation-getenv">        
            <antcall target="preparation-getenv">            
                                
            </antcall>        
        </target>
        
        -->
        
        <target name="sf-postbuild">            
            <echo>[SF-POSTBUILD]</echo>                        
        </target>        
        
        <target name="sf-build-run">            
            <echo>[SF-BUILD-RUN]</echo>
        </target>

    <target name="scm-get-input">
        <ant antfile="${sf.common.config.dir}/../../build/hg-pkg-build.ant.xml" />
    </target>        
</project>