# HG changeset patch # User Louis Henry Nayegon # Date 1247560118 -3600 # Node ID 516def754cd84520485b635483237b7e90965eca # Parent 768dce23277b97ef4d08c81b2dcf98dfbd0d0442 Remove redundant files Add missing files for bctestlist suite diff -r 768dce23277b -r 516def754cd8 common/tools/ats/bctest/BC_PLAT.h --- a/common/tools/ats/bctest/BC_PLAT.h Tue Jul 07 10:37:07 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#define __SERIES60_30__ -#define __SERIES60_31__ -#define __S60_32__ -#define __S60_50__ diff -r 768dce23277b -r 516def754cd8 common/tools/ats/bctest/bctest.pl --- a/common/tools/ats/bctest/bctest.pl Tue Jul 07 10:37:07 2009 +0100 +++ b/common/tools/ats/bctest/bctest.pl Tue Jul 14 09:28:38 2009 +0100 @@ -78,6 +78,8 @@ copy($epoc . "data/z/resource/apps/bctestlist_aif.mbm", "temp/bctest/winscw_udeb/z/resource/apps/bctestlist_aif.mbm"); copy($epoc . "data/z/resource/apps/bctestlist.rsc", "temp/bctest/winscw_udeb/z/resource/apps/bctestlist.rsc"); +copy($epoc . "release/winscw/udeb/z/resource/apps/bctestlist.mbm", "temp/bctest/winscw_udeb/z/resource/apps/bctestlist.mbm"); +copy($epoc . "release/winscw/udeb/z/resource/apps/bctestlist.mif", "temp/bctest/winscw_udeb/z/resource/apps/bctestlist.mif"); copy($epoc . "data/z/private/10003a3f/apps/bctestlist_reg.rsc", "temp/bctest/winscw_udeb/z/private/10003a3f/apps/bctestlist_reg.rsc"); copy($epoc . "data/z/resource/apps/bctestmenu.rsc", "temp/bctest/winscw_udeb/z/resource/apps/bctestmenu.rsc"); diff -r 768dce23277b -r 516def754cd8 common/tools/ats/bctest/bctest.xml --- a/common/tools/ats/bctest/bctest.xml Tue Jul 07 10:37:07 2009 +0100 +++ b/common/tools/ats/bctest/bctest.xml Tue Jul 14 09:28:38 2009 +0100 @@ -31,8 +31,8 @@ install - - + + @@ -40,8 +40,8 @@ install - - + + @@ -616,6 +616,24 @@ install + + + + + + + install + + + + + + + + + install + + @@ -1684,16 +1702,6 @@ execute - - - - - - - - execute - - @@ -2010,6 +2018,16 @@ + + execute + + + + + + + + @@ -2081,6 +2099,8 @@ bctest/winscw_udeb/z/private/10003a3f/apps/bctestlist_reg.rsc bctest/winscw_udeb/z/resource/apps/bctestlist.rsc bctest/winscw_udeb/z/resource/apps/bctestlist_aif.mbm + bctest/winscw_udeb/z/resource/apps/bctestlist.mbm + bctest/winscw_udeb/z/resource/apps/bctestlist.mif bctest/winscw_udeb/bctestlist.exe bctest/winscw_udeb/z/private/10003a3f/apps/bctestmenu_reg.rsc bctest/winscw_udeb/z/resource/apps/bctestmenu.rsc diff -r 768dce23277b -r 516def754cd8 common/tools/ats/bctest/bctestprebuild.pl --- a/common/tools/ats/bctest/bctestprebuild.pl Tue Jul 07 10:37:07 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/usr/bin/perl - -use strict; -use File::Copy; -use File::Path; - -my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; -copy("BC_PLAT.h", $epoc . "include");