Helium API

Target sf-check-missing-os-files

Location

d:\maintools\sf-config\common\build.postbuild.xml:649:

Conditional execution

No conditions on target execution.


Description


Property dependencies

NameEdit status
User editable properties
Internal properties


Target dependencies

sf-check-missing-os-files dependencies


Source code

    <target name="sf-check-missing-os-files">
        <hlm:argSet xmlns:hlm="http://www.nokia.com/helium" id="sbs.check.tools.var">
                <hlm:arg name="config" value="${sf.spec.sbs.tools.config}"/>
                <hlm:arg name="run-check" value="true"/>
        </hlm:argSet>
     
        <hlm:argSet xmlns:hlm="http://www.nokia.com/helium" id="sbs.check.main.var">
                <hlm:arg name="config" value="${sf.spec.sbs.config}"/>
                <hlm:arg name="run-check" value="true"/>
        </hlm:argSet>     
        <antcall target="compile-main" inheritAll="false" inheritRefs="true">
            <param name="build.system" value="${sf.spec.build.system}"/>
            <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}"/>
            <param name="sf.spec.sysdef.version" value="${sf.spec.os.sysdef.version}"/>
            <param name="build.id" value="sbs_check"/>
            <reference refid="sbs.check.tools.var" torefid="sbs.var"/>
            <reference refid="sbs.toolsbuild.options" torefid="sbs.make.options"/>
            <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files"/>
        </antcall> 
        <antcall target="compile-main" inheritAll="false" inheritRefs="true">
            <param name="build.system" value="${sf.spec.build.system}"/>
            <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}"/>
            <param name="sf.spec.sysdef.version" value="${sf.spec.os.sysdef.version}"/>
            <param name="build.id" value="sbs_check"/>
            <reference refid="sbs.check.main.var" torefid="sbs.var"/>
            <reference refid="sbs.fullbuild.options" torefid="sbs.make.options"/>
            <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files"/>
        </antcall> 
    </target>

Helium API
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html