common/tools/ats/bctest/bctestprebuild.pl
author MattD <mattd@symbian.org>
Fri, 19 Jun 2009 16:00:11 +0100
changeset 167 87306c6a6632
parent 165 25e06db2f72b
permissions -rw-r--r--
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
165
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     1
#!/usr/bin/perl
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     2
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     3
use strict;
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     4
use File::Copy;
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     5
use File::Path;
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     6
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     7
my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
25e06db2f72b Tidy up smoke test ats file
Louis Henry Nayegon <louisn@symbian.org>
parents:
diff changeset
     8
copy("BC_PLAT.h",	$epoc . "include");