Add mmimaging, openmaxil and qtmobility to sources.csv
NB. qtmobility repo is currently in the wrong place, so get it from "sf/os/qtmobility" into "sf/mw/qtmobility".
<?xml version="1.0"?>
<project name="SF-PUBLIC-PROPS">
<dirname property="sf.spec.job.dir" file="${ant.file.SF-PUBLIC-PROPS}"/>
<property name="sf.suppress.buildenv.check" value="true" />
<property name="sf.suppress.drive.space.check" value="true" />
<property name="sf.drive.space.needed" value="40G"/>
<property name="sf.spec.job.drive" value="M:"/>
<!-- unpack prebuilt binaries and bom? if so from where? -->
<property name="sf.spec.baseline.enable" value="true" />
<property name="sf.spec.baseline.location" value="C:\PDK" />
<property name="sf.spec.baseline.getenv_options" value="-i emu -i prebuilt -i info -k" />
<!-- unpack tools? if so, from same location as baseline? -->
<property name="sf.spec.toolsbaseline.enable" value="true" />
<property name="sf.spec.toolsbaseline.location" value="${sf.spec.baseline.location}" />
<property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k" />
<!-- packaging options -->
<property name="sf.spec.package.src.enable" value="false" />
<property name="sf.spec.package.bin.enable" value="false" />
<!-- default build configurations -->
<property name="sf.spec.sbs.config" value="winscw_udeb.whatlog" />
<property name="sf.spec.sbs.tools.config" value="tools2.whatlog" />
<!-- default localisation variant -->
<property name="sf.spec.bldmefirst.s60.variant" value="engineering" />
<!-- prevent trying to access default SF servers -->
<property name="sf.spec.publish.enable" value="false" />
<property name="sf.spec.smoketest.enable" value="false" />
<property name="sf.spec.test.sendpkg.enable" value="false" />
<!-- public rnd binaries are in baseline.location, not from mercurial -->
<property name="sf.spec.sourcesync.sourcespecfile.rnd" value="nul:"/>
<!-- use sources defined in BOM as this will rebuild that PDK -->
<property name="sf.spec.sourcesync.sourcespecdir" value="${sf.spec.job.drive}\build_info\logs\BOM"/>
<property name="sf.spec.systemdefinition.location" value="${sf.spec.job.drive}\build_info\logs\BOM"/>
</project>