21 |
21 |
22 unlink "messaging.zip"; |
22 unlink "messaging.zip"; |
23 rmtree "temp"; |
23 rmtree "temp"; |
24 |
24 |
25 mkpath "temp/bcmessaging/testframework/general"; |
25 mkpath "temp/bcmessaging/testframework/general"; |
|
26 mkpath "temp/bcmessaging/pluginbiocontrolapitest/general"; |
26 mkpath "temp/bcmessaging/resource/general"; |
27 mkpath "temp/bcmessaging/resource/general"; |
27 mkpath "temp/bcmessaging/winscw_udeb"; |
28 mkpath "temp/bcmessaging/winscw_udeb"; |
28 |
29 |
29 my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; |
30 my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; |
30 copy("messaging.xml", "temp/test.xml"); |
31 copy("messaging.xml", "temp/test.xml"); |
33 copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester.ini", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester.ini") or die "failed : $!"; |
34 copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester.ini", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester.ini") or die "failed : $!"; |
34 copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester_TestImage.jpg", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester_TestImage.jpg") or die "failed : $!"; |
35 copy($epoc . "winscw/c/testframework/MMSClientMTMBCTester_TestImage.jpg", "temp/bcmessaging/testframework/general/MMSClientMTMBCTester_TestImage.jpg") or die "failed : $!"; |
35 copy($epoc . "release/winscw/udeb/PluginBioControlAPITest.dll", "temp/bcmessaging/winscw_udeb/PluginBioControlAPITest.dll") or die "failed : $!"; |
36 copy($epoc . "release/winscw/udeb/PluginBioControlAPITest.dll", "temp/bcmessaging/winscw_udeb/PluginBioControlAPITest.dll") or die "failed : $!"; |
36 copy($epoc . "winscw/c/testframework/tcTestUIBioCombiner.cfg", "temp/bcmessaging/testframework/general/tcTestUIBioCombiner.cfg") or die "failed : $!"; |
37 copy($epoc . "winscw/c/testframework/tcTestUIBioCombiner.cfg", "temp/bcmessaging/testframework/general/tcTestUIBioCombiner.cfg") or die "failed : $!"; |
37 copy($epoc . "winscw/c/testframework/ui_PluginBioControlAPITest.cfg", "temp/bcmessaging/testframework/general/ui_PluginBioControlAPITest.cfg") or die "failed : $!"; |
38 copy($epoc . "winscw/c/testframework/ui_PluginBioControlAPITest.cfg", "temp/bcmessaging/testframework/general/ui_PluginBioControlAPITest.cfg") or die "failed : $!"; |
38 copy($epoc . "winscw/c/testframework/test.txt", "temp/bcmessaging/testframework/general/test.txt") or die "failed : $!"; |
39 copy($epoc . "winscw/c/testframework/test.txt", "temp/bcmessaging/pluginbiocontrolapitest/general/test.txt") or die "failed : $!"; |
39 copy($epoc . "winscw/c/testframework/PluginBioControlAPITest.rsc", "temp/bcmessaging/testframework/general/PluginBioControlAPITest.rsc") or die "failed : $!"; |
40 copy($epoc . "winscw/c/testframework/PluginBioControlAPITest.rsc", "temp/bcmessaging/testframework/general/PluginBioControlAPITest.rsc") or die "failed : $!"; |
40 copy($epoc . "data/z/resource/pluginbiocontrolapitest.rsc", "temp/bcmessaging/resource/general/pluginbiocontrolapitest.rsc") or die "failed : $!"; |
41 copy($epoc . "data/z/resource/pluginbiocontrolapitest.rsc", "temp/bcmessaging/resource/general/pluginbiocontrolapitest.rsc") or die "failed : $!"; |
41 copy($epoc . "data/z/resource/pluginbiocontrolapitest.r01", "temp/bcmessaging/resource/general/pluginbiocontrolapitest.r01") or die "failed : $!"; |
|
42 |
42 |
43 system("7z a -tzip messaging.zip ./temp/*"); |
43 system("7z a -tzip messaging.zip ./temp/*"); |