Fixed single model genxml pre-processing workaround to enable single system definition builds.
Added "tools" and "adaptation" to the list of packages to be prepended by sf where needed.
#!/usr/bin/perl
use strict;
use File::Copy;
use File::Path;
my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
copy("BC_PLAT.h", $epoc . "include");