Packaging change - Tools now zipped into 'tools_epoc.zip', which isn't 'emu' but 'tools' for package and platform builds.
Should work when we update the metadata.
#!/usr/bin/perl
use strict;
use File::Copy;
use File::Path;
my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
copy("BC_PLAT.h", $epoc . "include");