common/tools/ats/bctest/bctestprebuild.pl
author Simon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 14:35:54 +0100
changeset 259 97419fef4b8f
parent 165 25e06db2f72b
permissions -rw-r--r--
Added creation of zips of zips of OSS packages (though these are not yet published in a PDK release). Updated names of zips of zips of SFL packages to avoid clashing with the ideal long term name of the zips of zips of OSS packages.

#!/usr/bin/perl

use strict;
use File::Copy;
use File::Path;

my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
copy("BC_PLAT.h",	$epoc . "include");