Update contrib.
2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 @rem All rights reserved.
4 @rem This component and the accompanying materials are made available
5 @rem under the terms of "Eclipse Public License v1.0"
6 @rem which accompanies this distribution, and is available
7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 @rem Initial Contributors:
10 @rem Nokia Corporation - initial contribution.
18 @perl -x boost_GenATSModules.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
29 my $target = "winsspd";
33 my $combinedSession = "no";
35 my $noXmlsGenList = "play_new";
36 my @AllModuleList = ();
41 my $rootDrive = substr(getcwd(), 0,2);
42 my $templateRoot = getcwd();
43 my $ATSRoot = getcwd()."\\ATSINPUT";
45 if($ENV{'ATS_SETUP'} ne "")
48 $rootDrive = $ENV{'ATS_INDRIVE'};
49 $templateRoot = $ENV{'ATS_TEMPLATEROOT'};
50 $ATSRoot = $ENV{'ATS_ATSOUTDRIVE'};
54 if(scalar @ARGV ==0 || $ARGV[0] =~ /[\-\\\/][h\?]/ || $ARGV[0] =~ /help/ )
57 genatsmodules.bat - hardcoded script to generate ATSINPUT folders for mobileruntime and ngi projects
60 Create ATSINPUT for the default testsuite based on
61 location it is executed from place in stdlibs/internal
62 and run and it generates ATSINPUT for stdlibs
63 similiarly place it in ssl/internal or glib/internal or
64 ngi/internal and run to generate ATSINPUT for ssl, glib
67 genatsmodules [libname]
68 where libname can be stdlibs, ssl, glib, etc. Creates
69 ats test drop for given library. Valid from any internal
70 folder of mobileruntime.
74 create ngi testsuite. Valid inside ngi/internal only
76 genatsmodules play_new
77 create play_new testsuite. Valid inside play_new/internal only
82 create ltp testsuite. Valid inside stdlibs/internal only
85 create lsb testsuite. Valid inside stdlibs/internal only
88 create stdcpp testsuite. Valid inside stdcpp/internal only
90 genatsmodules [libname] install
91 where libname can be stdlibs, ssl, glib, ltp, lsb to create a
92 ATSINPUT where the dependent mobileruntime libraries are also
93 copied and used (It copies the dependent libraries using the
96 genatsmodules session [libname] [target]
97 where libname is any of the standard libs as shown above and
98 target can be winsspd, winscw, scarfe, zeus etc. to create
99 session files for scarfe, winsspd etc.
101 genatsmodules session combined [target]
102 will look at the existing ATSINPUT(which can have any
103 combination of created components and create a combined
104 session file. This way you get increased flexibility in
105 the libraries you choose to combine into a single session
106 file. If the target is a hardware target(that is not winsspd
107 or winscw), the script will first attempt to find a target
108 specific component file and if not found, the generic hw
113 ATSINPUT creation is a 2 stage process. First we create
114 the components and then we run (for example)
115 "genatsmodules session stdlibs winscw" and
116 "genatsmodules session stdlibs scarfe" to create the
124 if(scalar @ARGV == 1)
126 if($ARGV[0] eq "session")
128 die("parameter session must be followed by libname and target platform");
135 elsif(scalar @ARGV == 2)
137 if($ARGV[0] eq "session")
139 die("parameter session must be followed by libname and target platform");
141 elsif($ARGV[1] eq "install")
146 elsif($ARGV[1] eq "armv5")
150 elsif($ARGV[1] eq "winscw")
156 die("second parameter after target platform $ARGV[0] can only be \"install\" ");
159 elsif(scalar @ARGV == 3)
161 if($ARGV[0] ne "session")
163 die("invalid combination of parameters. Program expected 1st parameter to be \"session\" ");
171 if($suite eq "combined")
173 $combinedSession = "yes";
178 elsif(scalar @ARGV == 4)
180 if($ARGV[0] ne "session")
182 die("invalid combination of parameters. Program expected 1st parameter to be \"session\" ");
189 $sdkversion = $ARGV[3];
190 if($suite eq "combined")
192 $combinedSession = "yes";
198 die("program recieved too many parameters!");
199 }#end of commandline processing
205 die("Please run the script from the appropriate internal folder in the mobileruntime /omerta project!!");
210 my $srcPrefix = getcwd();
211 $srcPrefix =~ /(.*)internal.*/;
213 if(rindex($templateRoot, "stdlibs") != -1)
215 $srcPrefix =~ /(.*)stdlibs.*/;
220 $templateRoot = $srcPrefix."/glib/internal/";
222 elsif($suite eq "ssl")
224 $templateRoot = $srcPrefix."/ssl/internal/";
226 elsif($suite eq "ngi" && $session ne "yes")
228 print "ngi atsinput creation not supported from mobileruntime\n";
233 if(rindex($templateRoot, "glib") != -1)
237 elsif(rindex($templateRoot, "ssl") != -1)
241 elsif(rindex($templateRoot, "ngi") != -1)
248 my $optsGroupPath = $templateRoot."/ts/ltp/opts/group/";
249 #$optsGroupPath = getcwd()."/ts/ltp/opts/group/";
250 my $ltpPath =$templateRoot."/ts/ltp/";
251 my $stdcppPath =$templateRoot."/testapps/stlport/";
252 my @stdexeList = ("boost","Boost_test");
253 #my $gnuPath =getcwd()."/testapps/gnu/";
254 #my $tstdcppPath =getcwd()."/testapps/tstdcpp/";
257 my @generatedModules;
260 my $TDIR = "\\internal\\testapps\\";
262 my @libcModules = ( "libc_loc_blr", "libc_time_blr", "libc_db_blr","tctype", "tifioctls", "tinet",
263 "tlibcwchar", "tlink", "tmkfifo", "tmmap", "tmsgqueue",
264 "tnetdb", "tpipe","tregex", "tsemaphore", "tshm","tsocket" ,
265 "tstdio", "tstdlib", "tstring", "tsyscalls",
266 "tsyssim", "twctype", "tselect", "tsysunistd", "twideapis", "twopen", "twchar",
270 my @libdlModules = ("tlibdl");
271 my @libmModules = ("libm_double_blr", "libm_float_blr","libm_ldouble_blr");
274 my @pthreadModules = ( "testcondbroadcast", "testconddestroy", "testcondinit", "testcondsignal", "testcondtimedwait", "testcondwait",
275 "tmutex", "tpthread", "testpthreadonce", "testsemclose", "testsemdestroy", "testsemgetvalue", "testseminit", "testsemopen", "testsempost",
276 "testsemtimedwait", "testsemtrywait", "testsemunlink", "testsemwait");
279 my @stdliblist = ( "libc", "libpthread", "libdl", "libm", "libz", "libcrypt");
280 my @dllList = ("backend.dll", "libc.dll", "LibCIpcClient.dll", "LibCIpcServer.exe", "libdl.dll", "libm.dll", "libpthread.dll", "libcrypt.dll", "libz.dll");
284 # ["fstream1_input.txt", "stlport_fstream", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
285 # ["nextperm1_good.txt", "stlport_nextprm", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
286 # ["nextperm2_good.txt", "stlport_nextprm", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
287 #["ostmit_good.txt", "stlport_ostmit", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
288 #["seek.txt", "stlport_seek", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
289 # ["test.txt", "platsectest6", "/../internal/testapps/doc/", "/General/", "C:\\resource"],
290 # ["test.txt", "platsectest11", "/../internal/testapps/doc/", "/General/", "C:\\sys"],
294 ["1.gmarkup", "markup_test", "/epoc32/winscw/c/", "/General/", "C:"],
295 ["1.gmarkup", "markup-test", "/epoc32/winscw/c/", "/General/", "C:"],
296 ["iochannel-test-infile", "iochannel_test", "/epoc32/winscw/c/", "/General/", "C:"],
297 ["iochannel-test-infile", "iochannel-test", "/epoc32/winscw/c/", "/General/", "C:"],
298 # ["casemap.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
299 # ["casefold.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
300 ["utf8.txt", "unicode-encoding","/epoc32/winscw/c/", "/General/", "C:"],
301 ["casecollate.txt", "unicode-collate","/epoc32/winscw/c/", "/General/", "C:"],
302 ["utf8_hindi.txt", "tutf8","/epoc32/winscw/c/", "/General/", "C:"],
303 ["scanfile.txt", "tscanner","/epoc32/winscw/c/", "/General/", "C:"],
304 ["test.txt", "dir_test","/epoc32/winscw/c/temp/tmp/", "/General/", "C:\\temp\\tmp"],
305 ["NormalizationTest.txt", "unicode-normalize","/epoc32/winscw/c/", "/General/", "C:"],
307 ["helloworld.exe", "spawn_test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
308 ["helloworld.exe", "spawn_test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
310 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
311 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
313 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
314 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
320 ["Test.txt", "ngi_sa_runtimetester", "/EPOC32/winscw/c/Private/10202be9/", "/General/", ""],
321 ["sa_input_repository.txt", "shared","/EPOC32/armv5/c/TestFramework/", "/armv5_urel/", ""],
322 ["sa_input_repository.txt", "shared","/EPOC32/winscw/c/TestFramework/", "/winscw_udeb/", ""],
323 ["audiomixingfiles.ini", "ngi_sa_audiomixing","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
324 ["sa_camera_supported.ini", "ngi_sa_camera","/EPOC32/armv5/c/TestFramework/", "/general/", ""],
325 ["sa_clip.ini", "ngi_sa_clip","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
326 ["devicecapabilitiesdata.ini", "ngi_sa_devicecapabilities","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
327 ["highlevelaudiofiles.ini", "ngi_sa_highlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
328 ["lowlevelaudiofiles.ini", "ngi_sa_lowlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
329 ["runtimedata.ini", "ngi_sa_runtimetester","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
330 ["sa_stream.ini", "ngi_sa_stream","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
331 #["*", "ngi_sa_videoplayback","/../graphics/video/internal/sa_videoplayback/data/", "/general/", ""],
332 ["test.*", "ngi_sa_images","/Epoc32/winscw/c/Data/", "/general/", ""]
338 my $validexpansions = "all stdlibs combined";
339 my $validLibraries = "ltp opts lsb glib ssl ngi pcts stdcpp gcce libc-locale play_new phall boost";
340 if(rindex($validexpansions, $suite)== -1 && rindex($validLibraries, $suite) == -1)
342 die("$suite is not a valid library. Valid options are $validexpansions $validLibraries");
349 @liblist = split " ", $validLibraries;
350 @liblist = (@liblist, @stdliblist);
353 elsif($suite eq "ltp")
355 @liblist = ("ltp", "opts");
357 elsif($suite eq "stdlibs")
359 @liblist = @stdliblist;
361 elsif($suite eq "ssl")
363 @liblist = ("libcrypto", "libssl");
367 @liblist = ("$suite");
370 # foreach my $l(@liblist)
372 # print "$l was there\n";
376 if($combinedSession eq "yes")
378 GenerateSessionFile("combined", $target,"combined");
382 if($session eq "yes")
384 my $file = $templateRoot."/testsession.xml";
385 opendir(DIRHANDLE, $ATSRoot) || die("Please try to create Session files only after ATSINPUT/components has been created!");
389 if($suite eq "stdlibs")
391 #my $dst = $ATSRoot."/$suite"."_testsession.xml";
393 GenerateSessionFile("combined",$target,$suite);
396 elsif($suite eq "ssl")
398 my @componentFiles = GetSslXmls();
399 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
404 @generatedModules = GenGenModules($suite);
405 my @componentFiles = GetXmls($suite);
406 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
409 foreach my $lib(@liblist)
411 @generatedModules = GenGenModules($lib);
412 if(scalar @generatedModules != 0)
414 #print "Generating for $lib\n";
415 GenerateSessionFile($lib, $target,$lib);
419 #@generatedModules = GetAllModules();
420 #if(scalar @generatedModules != 0)
422 # GenerateSessionFile("combined",$target, "combined");
425 }#session generation code
428 if ($suite eq "ltp" || $suite eq "all")
430 my @ltpModules = GetLtpModules();
431 @generatedModules = @ltpModules;
432 DoGen("ltp", ".dll");
436 my @saved = @dllList;
437 @dllList = ("ltplib.dll");
438 CopySharedDlls("ltp", \@dllList);
439 TransformXmls("ltp","shared");
442 @generatedModules = GetCompiledModules($optsGroupPath."/bld.inf");
443 DoGen("opts",".dll");
446 if ($suite eq "glib")
448 my $bldfile = $templateRoot."/testapps/group/bld.inf";
449 my @glibModules = GetCompiledModules($bldfile);
450 @generatedModules = @glibModules;
451 DoGen("glib",".exe");
452 my $gDataRef = \@gliblist;
453 CopyArbitDatFiles("glib",$gDataRef);
455 if($install eq "yes")
457 my @saved = @dllList;
458 my @glib2dllList = ("glibbackend.dll", "Libgobject.dll", "libgmodule.dll", "libgthread.dll",
461 my @glib1List = ( "libgobject.dll", "libgmodule.dll", "libgthread.dll", "libglib.dll", );
462 @dllList = @glib2dllList;
463 CopySharedDlls("glib",\@dllList);
464 TransformXmls("glib", "shared");
470 if ($suite eq "phall")
472 my $bldfile = getcwd()."/group/bld.inf";
473 my @hallModules = GetCompiledModules($bldfile);
474 @generatedModules = @hallModules;
475 DoGen($suite,".exe");
476 #my $gDataRef = \@gliblist;
477 #CopyArbitDatFiles("glib",$gDataRef);
479 if($install eq "yes")
481 my @saved = @dllList;
483 my @phallList = ( "libstdcpp.dll" );
484 @dllList = @phallList;
485 CopySharedDlls($suite,\@dllList);
486 TransformXmls($suite, "shared");
494 my $stripStatus = $dontStrip;
497 if($install eq "yes")
499 @dllList = (@dllList, "libcrypto.dll", "libssl.dll");
501 $dontStrip = $stripStatus;
509 CopyArbitDatFiles("",\@ngilist);
513 if($suite eq "play_new")
515 my @play_newModules = ("fonttestmodule", "messagingtestmodule","locationtestmodule", "alertstestmodule",
516 "libxmlstiff","ngisvgtestmodule");
517 @generatedModules = @play_newModules;
518 DoGen("play_new",".dll");
521 ["*.cfg", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/General/", ""],
522 ["*.xml", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/", ""],
524 ["*.cfg", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/General/", ""],
525 ["*.xml", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/", ""],
526 ["*", "messagingtestmodule", "/EPOC32/winscw/c/messagingtestmodule/","/General/", ""],
528 ["*.cfg", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/General/", ""],
529 ["*.xml", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/", ""],
531 ["*.cfg", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/General/", ""],
532 ["*.xml", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/", ""],
533 ["vertigo.wav", "alertstestmodule", "/Epoc32/winscw/c/alertstestmodule/","/General/", ""],
535 ["*.cfg", "libxmlstiff", "/../libxmlpp/internal/group/","/General/", ""],
536 ["*.xml", "libxmlstiff", "/../libxmlpp/internal/group/","/", ""],
537 ["*.*", "libxmlstiff", "/../libxmlpp/internal/data/","/General/", ""],
539 ["*.cfg", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/General/", ""],
540 ["*.xml", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/", ""],
541 ["*.*", "ngisvgtestmodule", "/epoc32/winscw/c/ngisvgtest/","/General/", ""],
545 my $bDataRef = \@list;
546 CopyArbitDatFiles("play_new",$bDataRef);
547 if($install eq "yes")
549 @generatedModules = GenGenModules("play_new");
550 my @saved = @dllList;
559 "FeedsLibXml2xmlpp.dll");
560 @dllList = @playList;
561 CopySharedDlls("play_new",\@dllList);
562 TransformXmls("play_new", "shared");
570 if($suite eq "boost")
572 #@generatedModules = GetstdcppModules();
573 #DoGen("stdcpp",".dll");
576 my $bldfile = getcwd()."/filelist.txt";
577 #@generatedModules = GetCompiledModules($bldfile);
579 recurse("Boost_test");
581 @generatedModules = @AllModuleList;
583 DoGen("boost",".exe");
585 #my @saved = @dllList;
586 # @dllList = ("stdcxxtestengine.dll");
587 # CopySharedDlls("stdcpp", \@dllList);
588 # TransformXmls("stdcpp","shared");
591 CopyArbitDatFiles("stdcpp",\@stdcpplist);
593 if($install eq "yes")
595 @generatedModules = GenGenModules("boost");
596 #my @saved = @dllList;
597 #my @cppList = ("libstdcpp.dll");
598 # @dllList = @cppList;
599 # CopySharedDlls("stdcpp",\@dllList);
600 # TransformXmls("boost", "shared");
603 my @saved = @dllList;
605 my @phallList = ( "libstdcpp.dll" );
606 @dllList = @phallList;
607 CopySharedDlls($suite,\@dllList);
608 TransformXmls($suite, "shared");
616 if($suite eq "lsb" || $suite eq "all")
618 my @lsbModules = GetLsbModules();
619 @generatedModules = @lsbModules;
625 #copying the common dlls
633 foreach $dll (@depDlls)
635 CopyDeps("lsb",$dll);
637 #now copy the cfg files
639 #now copy the extra dependency dlls
642 @generatedModules = ("dlopen");
649 "dynlibtest.11.1.dll",
650 "dynlibtest.11.2.dll",
651 "dynlibtest.12g.dll",
652 "dynlibtest.12r.dll",
653 "dynlibtest.14.1.dll",
654 "dynlibtest.14.2.dll",
655 "dynlibtest.14.3.dll",
656 "dynlibtest.3.1.dll",
657 "dynlibtest.3.2.dll",
666 foreach $dll (@depDlls)
668 CopyDeps("lsb",$dll);
672 @generatedModules = ("dlclose");
673 @depDlls = ("dynlibclose.1.dll");
674 foreach $dll (@depDlls)
676 CopyDeps("lsb",$dll);
680 @generatedModules = ("dlerror");
681 @depDlls = ("dynlib.dll");
682 foreach $dll (@depDlls)
684 CopyDeps("lsb",$dll);
688 my $srcDir = $templateRoot."/ts/lsbsuites/group/";
692 foreach my $dllib("dlopen", "dlclose", "dlerror")
694 $dst = $ATSRoot."\\components\\lsb_".$dllib."\\";
695 copy($srcDir."/lsb_".$dllib."_module_blr_hw_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
696 copy($srcDir."/lsb_".$dllib."_module_blr_winsspd_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
705 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
707 @generatedModules = ("gcce-validate", "gcce-load");
715 my $libname = "gcce";
720 foreach my $module(@generatedModules)
722 my $relroot = $ATSRoot."\\components\\$libname"."_$module";
723 mkdir $relroot || die("DIED: unable to create dir $module\n");
724 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
726 #GenExeXmls($module,$libname);
728 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\".$module.$suffix;
729 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
730 $dst = $dst."\\armv5_urel\\";
731 copy($src, $dst) || warn("unable to copy $src to $dst");
733 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\"."gcce-lib.dll";
734 $dst = $ATSRoot."\\components\\gcce_gcce-load";
735 $dst = $dst."\\armv5_urel\\";
736 copy($src, $dst) || warn("unable to copy $src to $dst");
740 ["gcce_gcce-load_module_blr_hw_component.xml", "gcce-load", "./","/", ""],
741 ["gcce_gcce-validate_module_blr_hw_component.xml", "gcce-validate", "./","/", ""],
744 my $bDataRef = \@list;
745 CopyArbitDatFiles("gcce",$bDataRef);
752 if($suite eq "libc-locale")
756 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
758 @generatedModules = ("tstring");
759 DoGen("libc",".dll");
762 ["locales.txt", "string", "../libc/internal/testapps/tstring/data/", "/General/", ""],
763 ["tstring_locale_component.xml", "string", "../libc/internal/testapps/tstring/group/", "/", ""],
767 my $bDataRef = \@localelist;
768 CopyArbitDatFiles("libc",$bDataRef);
769 #delete($ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml") || die("unable to delete");
770 my $my_src = $ATSRoot."/components/libc_string/"."tstring_locale_component.xml";
771 my $my_dst = $ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml";
773 unlink($my_dst) ||warn("unable to delete $my_dst");
774 rename($my_src,$my_dst) || move($my_src,$my_dst) || die("Unable to rename!");
781 my $bldfile = $templateRoot."/group/bld.inf";
782 my @pctsModules = GetCompiledModules($bldfile);
783 @generatedModules = @pctsModules;
784 DoGen("pcts",".exe");
790 #copying the common dlls
802 if($install eq "yes")
804 my @saved = @dllList;
806 CopySharedDlls("pcts", \@depDlls);
807 TransformXmls("pcts","shared");
810 #now copy the cfg files
812 my $srcDir = "/epoc32/winscw/c/data/tet/";
813 my $file1 = $srcDir."tet_code";
814 my $file2 = $srcDir."tetexec.cfg";
815 foreach my $module(@generatedModules)
817 $dst = $ATSRoot."\\components\\pcts_".$module;
818 $dst = $dst."\\General\\";
819 copy($file1, $dst) or die "copy: $! $file1 $dst";
820 copy($file2,$dst) or die "copy: $! $file2 $dst";
828 foreach my $module(@generatedModules)
830 my $file3 = "/epoc32/winscw/c/logs/tet/m.".$module;
832 $dst = $ATSRoot."\\components\\pcts_".$module;
833 $dst = $dst."\\General\\";
834 copy($file3, $dst) or die "copy: $! $file3 $dst";
842 if($suite eq "stdlibs" || $suite eq "all")
844 @generatedModules = ("tzlib");
845 DoGen("libz", ".dll");
847 @generatedModules = ("tlibcrypt");
848 DoGen("libcrypt",".dll");
850 @generatedModules = @libcModules;
851 DoGen("libc",".dll");
854 @generatedModules = ("twchar");
855 CopyDeps("libc","twchar_helloworld.exe");
857 @generatedModules = ("twopen");
858 CopyDeps("libc","twpopenwritechild.exe");
859 CopyDeps("libc","twpopenreadchild.exe");
862 @generatedModules = @libdlModules;
863 DoGen("libdl",".dll");
864 CopyDeps("libdl","Dll1.dll");
865 CopyDeps("libdl","Dll2.dll");
866 CopyDeps("libdl","DependencyTestDll.dll");
868 @generatedModules = @libmModules;
869 DoGen("libm",".dll");
871 $TDIR = "\\internal\\";
872 @generatedModules = @pthreadModules;
873 DoGen("libpthread",".dll");
874 CopyDeps("libpthread","testharness.dll");
879 if($install eq "yes")
881 foreach my $lib(@liblist)
883 #print "Transforming lib $lib\n";
884 @generatedModules = GenGenModules($lib);
885 my @oldList = @dllList;
888 @dllList = (@dllList, "wsdsoln.dll", "libestw32.dll");
889 CopySharedDlls($lib,\@dllList,"winscw");
890 TransformXmls($lib, "shared","winscw");
895 CopySharedDlls($lib,\@dllList,"armv5");
896 TransformXmls($lib, "shared","armv5");
902 # Function added by Roshan G (Dec 4th 2007) - Get list of modules from bld.inf by recursively searching testapps folder
907 $path .= '/' if($path !~ /\/$/);
909 ## print the directory being searched
910 # print "Path : $path,\n";
912 ## loop through the files contained in the directory
913 for my $eachFile (glob($path.'*')) {
914 # print "Entry : $eachFile\n";
915 ## if the file is a directory
916 if( -d $eachFile && basename($eachFile) ne "test_framework") {
917 ## pass the directory to the routine ( recursion )
921 ## print the file ... tabbed for readability
922 #print "\t",$eachFile,"\n";
923 if(basename($eachFile) eq "bld.inf")
925 #print "\t",$eachFile,"\n";
926 push (@AllModuleList,GetCompiledModules($eachFile));
931 #End of recurse - Dec 4th 2007
933 #function to generate ModuleList for a compiled bld.inf
934 sub GetCompiledModules($)
941 open (INFILE, "<".$file ) || die ("DIED: Can not find $file!");
945 if(/(.*)\.mmp/ && $1 !~ /^\s*\/\//)
947 if($_ !~ /\/\/Not for ATS/)
951 push @moduleList, $text;
962 my $prevDir = getcwd();
963 my @rootList = ("kernel", "misc");
965 foreach my $node(@rootList)
967 chdir $ltpPath."/$node";
969 find(\&MakeGroupList, ".");
970 @totalgroupList = (@totalgroupList, @groupList);
973 return @totalgroupList;
976 sub GetstdexeModules()
978 my $prevDir = getcwd();
980 foreach my $group(@stdexeList)
982 my $groupPath = $templateRoot."/testapps/".$group. "/";
985 find(\&grovelAllMmpFiles, ".");
987 @fullList = (@fullList,@groupList);
992 sub grovelAllMmpFiles()
994 if($_ =~ /(.*)\.mmp/ && ! ($_ =~ /manual/))
996 push @groupList, $1;#get name of module
1000 sub GetstdcppModules()
1002 my $prevDir = getcwd();
1003 my @rootList = ("auto");
1005 foreach my $node(@rootList)
1007 chdir $stdcppPath."/$node";
1009 find(\&MakeGroupList, ".");
1010 @totalgroupList = (@totalgroupList, @groupList);
1013 my @newmodules = ("tiostreams", "tlocale", "tstl_1", "tstl_2", "tstl_3", "twiostreams");
1014 @totalgroupList = (@totalgroupList, @newmodules);
1015 foreach my $mod(@newmodules)
1017 $cfglocation{$mod} = getcwd()."/testapps/bc/$mod/group"."\/$mod.cfg";
1018 #print "$cfglocation{$mod} - $mod\n";
1020 return @totalgroupList;
1023 sub GetTstdcppModules()
1025 my $prevDir = getcwd();
1026 #chdir $tstdcppPath;
1028 find(\&grovelAllMmpFiles, ".");
1035 my $currentDir = $File::Find::dir;
1037 #print "Current dir:$currentDir\n";
1038 if( $currentDir =~ /.*\/(.*)\/group/)
1040 if($cfglocation{$1} eq "")
1042 $cfglocation{$1} = getcwd()."\/$1.cfg";
1043 push @groupList, $1;#get name of module
1044 }#first time in group
1049 #function that generates the ATS setup
1052 my $libname = shift @_;
1055 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
1060 foreach my $listed(@generatedModules)
1062 my @filesToProcess =
1064 "LibXXX_ATSTemplateXXX_module_blr_hw_component.xml",
1065 "LibXXX_ATSTemplateXXX_module_blr_winsspd_component.xml",
1066 "testframework.ini",
1068 if(rindex($noXmlsGenList, $libname) != -1 )
1070 @filesToProcess = ("testframework.ini",);
1075 GenExeXmls($listed,$libname);
1079 #just in case no xml file was supplied
1081 my $ref = \@filesToProcess;
1082 GenXmls($libname, $listed,$ref);
1086 CopyDlls($libname,$ext);
1087 #copy the provided cfg, ini and xmls
1088 if($libname eq "opts")
1090 CopyOptsCfg($libname);
1092 elsif($libname eq "ltp" || $libname eq "lsb" || $libname eq "glib")
1094 #copy latter and dont copy respectively for ltp and lsb
1098 CopyCfgIniXmls($libname);
1102 sub CopyCfgIniXmls()
1104 my $libname = pop @_;
1106 my $libRoot = $templateRoot;
1107 $libRoot =~ /(.*)internal.*/;
1115 foreach my $listed(@generatedModules)
1117 my $dirname = $listed;
1118 $dirname =~ s/test/t/;
1119 $module = StripModulePrefix($listed);
1121 $src = $libRoot.$libname.$TDIR.$dirname."\\group\\";
1123 my $xmlCopied = "0";
1124 my @globpattern = ("*.ini", "*.xml","*.cfg");
1125 foreach my $pat(@globpattern)
1127 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1130 $dst = $dst."\\General\\";
1136 my @filesFound = glob($src."\\$pat");
1137 if(scalar @filesFound eq "0")
1139 #print "No files found for module $module $pat!\n";
1144 if($pat eq "*.cfg" && $xmlCopied eq "0")#rename only if xml not copied
1146 if(scalar @filesFound > 1)
1148 print "Multiple cfg files found. Copying all!\n";
1152 $dst = $dst.$listed.".cfg";
1155 elsif($pat eq "*.xml")
1158 foreach my $from (@filesFound)
1160 if($from =~ /winscw_component/)
1162 $dst = $folder.$libname."_".$module."_module_blr_winscw_component.xml";
1163 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1166 elsif($from =~ /winsspd_component/)
1168 $dst = $folder.$libname."_".$module."_module_blr_winsspd_component.xml";
1169 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1172 elsif($from =~ /hw_component/)
1174 $dst = $folder.$libname."_".$module."_module_blr_hw_component.xml";
1175 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1178 }#examine individually
1179 if(scalar @filesFound > 2)
1181 #print "Multiple xml files found!!!\n";
1187 foreach my $from (@filesFound)
1189 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1195 #copy the cfg files for the opts test suite
1198 my $libname = pop @_;
1200 my $libRoot = $optsGroupPath."\\";
1205 foreach $module(@generatedModules)
1207 $src = $libRoot.$module."\.cfg";
1208 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1209 $dst = $dst."\\General\\";
1210 copy($src, $dst) or warn "copy: $! $src $dst";
1214 #copy the lsb cfg files
1217 my $libname = pop @_;
1223 my $srcDir = $templateRoot."/ts/lsbsuites/lsblib/data/";
1225 foreach $module(@generatedModules)
1227 my $file1 = $srcDir."tet_code.cfg";
1228 my $file2 = $srcDir."tetexec.cfg";
1229 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1230 $dst = $dst."\\General\\";
1231 copy($file1, $dst) or die "copy: $! $file1 $dst";
1232 copy($file2, $dst) or die "copy: $! $file2 $dst";
1237 #copy the ltp cfg files
1240 my $libname = pop @_;
1246 foreach $module(@generatedModules)
1248 $src = $cfglocation{$module};
1249 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1250 $dst = $dst."\\General\\";
1251 copy($src, $dst) or warn "copy: $! $src $dst";
1258 my $libname = shift @_;
1259 my $suffix = shift @_;
1266 foreach $module(@generatedModules)
1270 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$module.$suffix;
1271 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1272 $dst = $dst."\\winscw_udeb\\";
1273 copy($src, $dst) || warn("unable to copy $src to $dst");
1277 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$module.$suffix;
1278 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1279 $dst = $dst."\\armv5_urel\\";
1280 copy($src, $dst) || warn("unable to copy $src to $dst");
1284 #fn to generate the session file
1285 sub GenerateSessionFile($$$$)
1287 my $libname = shift @_;
1288 my $target = shift @_;
1289 my $name = shift @_;
1290 my $listptr = shift @_;
1291 my $outdir = $ATSRoot;
1292 my $infile = $templateRoot."\\testsession.xml";
1293 chdir $outdir || die("DIED: Unable to chdir!");
1294 #open INFILE, $infile || die ("DIED: Can not open input file $infile");
1295 my $prefix = $name."_".$target;
1296 if($sdkversion ne "")
1298 $prefix = $prefix."_".$sdkversion;
1301 open OUTFILE, ">".$outdir."\\".$prefix."_testsession.xml" || die ("DIED: Can not open output file");
1303 my $snippet = $target;
1304 if($target ne "winscw" && $target ne "winsspd")
1309 print OUTFILE "<?xml version=\"1.0\"?>\n";
1310 print OUTFILE "<testsession>\n";
1311 #print OUTFILE "<symbian-version>$libname"."_".$snippet."_TestDrop_blr_component</symbian-version>\n";
1312 print OUTFILE "<symbian-version>Boost_combined_test_session</symbian-version>\n";
1313 print OUTFILE "<testitem>at</testitem>\n";
1314 print OUTFILE "<resultfile>ATSOUTPUT\\".$prefix."_testsession_results.xml</resultfile>\n";
1315 if($sendEmail eq "yes")
1317 print OUTFILE <<EOEmailNote;
1318 <email_notification>
1319 <include_test_cases>false</include_test_cases>
1320 <message_file>C:\\\\lm.txt </message_file>
1321 <send_after_rerun>false</send_after_rerun>
1322 <subject>Boost $snippet testreport</subject>
1323 <from>swbuild\@nokia.com</from>
1324 <to>ajith.narayanan\@nokia.com</to>
1325 <to>hrishikesh.brahmakal\@nokia.com</to>
1326 <to>santosh.ks\@nokia.com</to>
1327 <to>shilpa.sharma\@nokia.com</to>
1328 <to>kasthuri.n-s\@nokia.com</to>
1329 <to>hema.1.s\@nokia.com</to>
1330 <to>vineetha.hari-pai\@nokia.com</to>
1331 <to>madhusudhan.p.reddy\@nokia.com</to>
1332 </email_notification>
1336 if($libname ne "combined")
1338 AddAssumedIncludes($libname,$snippet);
1344 AddFileList($libname,$listptr);
1348 AddActualIncludes($libname);
1352 print OUTFILE "</testsession>\n";
1359 sub AddAssumedIncludes($$)
1361 my $libname = shift @_;
1362 my $snippet = shift @_;
1365 foreach my $listed(@generatedModules)
1367 $APITest = StripModulePrefix($listed);
1369 print OUTFILE " <!--Inclusion of $target xml for $APITest -->\n";
1370 print OUTFILE " <component>\n";
1371 print OUTFILE " <factory>Symbian</factory>\n";
1372 if($libname eq "all")
1374 print OUTFILE " <testplan>ATSINPUT\\components\\$listed\\$listed"."_module_blr_".$snippet."_component.xml</testplan>\n";
1378 print OUTFILE " <testplan>ATSINPUT\\components\\$libname"."_"."$APITest\\$libname"."_$APITest"."_module_blr_".$snippet."_component.xml</testplan>\n";
1380 if($target eq "winscw")
1382 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1384 elsif($target eq "winsspd")
1386 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1390 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1392 print OUTFILE " </component>\n";
1394 }#foreach @generatedModules
1400 my $libname = shift @_;
1401 my $listptr = shift @_;
1402 my @componentfiles = @$listptr;
1404 foreach my $listed(@componentfiles)
1407 print OUTFILE " <!--Inclusion of $target xml -->\n";
1408 print OUTFILE " <component>\n";
1409 print OUTFILE " <factory>Symbian</factory>\n";
1410 print OUTFILE " <testplan>ATSINPUT\\components\\$listed</testplan>\n";
1411 if($target eq "winscw")
1413 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1415 elsif($target eq "winsspd")
1417 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1421 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1423 print OUTFILE " </component>\n";
1425 }#foreach @componentfiles
1437 "libssl_ssltest\\libssl_blr_winsspd_component.xml",
1438 "libcrypto_crypto_test\\libcrypto_blr_winsspd_component.xml",
1439 "libcrypto_openssl\\libcrypto_topenssltestss_blr_winsspd_component.xml",
1440 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_winsspd_component.xml",
1441 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_winsspd_component.xml",
1442 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_winsspd_component.xml",
1443 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_winsspd_component.xml",
1444 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_winsspd_component.xml",
1445 "libcrypto_openssl\\libcrypto_topenssltreq_blr_winsspd_component.xml",
1446 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_winsspd_component.xml",
1447 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_winsspd_component.xml",
1448 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_winsspd_component.xml",
1449 "libcrypto_openssl\\libcrypto_topenssltsid_blr_winsspd_component.xml",
1450 "libcrypto_openssl\\libcrypto_topenssltx509_blr_winsspd_component.xml",
1451 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_winsspd_component.xml",
1452 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_winsspd_component.xml",
1457 "libcrypto_openssl\\libcrypto_topenssltestss_blr_hw_component.xml",
1458 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_hw_component.xml",
1459 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_hw_component.xml",
1460 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_hw_component.xml",
1461 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_hw_component.xml",
1462 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_hw_component.xml",
1463 "libcrypto_openssl\\libcrypto_topenssltreq_blr_hw_component.xml",
1464 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_hw_component.xml",
1465 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_hw_component.xml",
1466 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_hw_component.xml",
1467 "libcrypto_openssl\\libcrypto_topenssltsid_blr_hw_component.xml",
1468 "libcrypto_openssl\\libcrypto_topenssltx509_blr_hw_component.xml",
1469 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_hw_component.xml",
1470 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_hw_component.xml",
1471 "libssl_ssltest\\libssl_blr_hw_component.xml",
1472 "libcrypto_crypto_test\\libcrypto_blr_hw_component.xml",
1474 if($target eq "winsspd" || $target eq "winscw")
1476 @componentfiles = @emulatorfiles;
1480 @componentfiles = @hwfiles;
1482 return @componentfiles;
1487 sub AddActualIncludes($)
1489 my $libname = shift @_;
1490 find(\&XmlComponentFiles, ".");
1493 while(($key, $value) = each(%DirHash))
1495 $value =~ s/\//\\/g;
1497 print OUTFILE " <!--Inclusion of dynamically found $target xml -->\n";
1498 print OUTFILE " <component>\n";
1499 print OUTFILE " <factory>Symbian</factory>\n";
1500 print OUTFILE " <testplan>$value</testplan>\n";
1501 if($target eq "winscw")
1503 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1505 elsif($target eq "winsspd")
1507 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1511 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1513 print OUTFILE " </component>\n";
1519 sub XmlComponentFiles()
1521 if($_ !~ /\.xml/ || $_ =~ /manual/)
1525 #print "Processing $_\n";
1527 if($dir =~ /.*(ATSINPUT.*)/)
1530 if($dir !~ /.*components.*/)
1534 #print "The dir is $dir\n";
1541 if($target eq "winsspd" )
1545 #print "Adding $target file $_ for $dir\n";
1546 $DirHash{$dir} = $dir."/".$_;
1549 elsif($target eq "winscw")
1553 #print "Adding $target file $_ for $dir\n";
1554 $DirHash{$dir} = $dir."/".$_;
1557 elsif($_ =~ /$target/)
1559 #print "$_ matched $target \n";
1560 #print "Adding $target file $_ for $dir\n";
1561 $DirHash{$dir} = $dir."/".$_;
1565 #print "$_ matched hw";
1566 if(scalar $DirHash{$dir} == 0)
1568 #print "Adding hw file $_ for $dir\n";
1569 $DirHash{$dir} = $dir."/".$_;
1570 #print " and added\n"
1574 #print " and not added\n";
1583 @generatedModules = ();
1588 my $libname = shift @_;
1590 foreach my $module(@generatedModules)
1592 $dirname = StripModulePrefix($module);
1593 my $relroot = $ATSRoot."\\components\\$libname"."_$dirname";
1594 mkdir $relroot || die("DIED: unable to create dir $dirname\n");
1595 mkdir $relroot."\\General" || die("DIED: unable to create dir $relroot\\General\n");
1598 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
1602 mkdir $relroot."\\winscw_udeb" || die("DIED: unable to create dir $relroot\\winscw_udeb\n");
1609 my $libname = shift @_;
1610 my $listedName = shift @_;
1611 my $bref = shift @_;
1612 my @filesToProcess = @$bref;
1614 #strip leading test and t names from module
1615 my $moduleName = StripModulePrefix($listedName);
1617 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1622 foreach $src(@filesToProcess)
1625 $dst =~ s/ATSTemplateXXX/$moduleName/;
1626 $dst =~ s/LibXXX/$libname/;
1629 if($src eq "testframework.ini")
1631 $dst = $toPath."General\\".$dst;
1635 $dst = $toPath.$dst;
1637 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy $src to $dst\n");
1638 ExpandModuleMacros($dst, $libname, $listedName);
1645 my $moduleName = shift @_;
1646 my $libname = shift @_;
1648 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1649 my @filesToProcess =
1651 "LibXXX_ATSTemplateXXX_exemodule_blr_hw_component.xml",
1652 "LibXXX_ATSTemplateXXX_exemodule_blr_winsspd_component.xml",
1657 foreach $src(@filesToProcess)
1660 $dst =~ s/ATSTemplateXXX/$moduleName/;
1661 $dst =~ s/LibXXX/$libname/;
1662 $dst =~ s/_exemodule_/_module_/;
1663 $dst = $toPath.$dst;
1664 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy to $dst\n");
1665 ExpandModuleMacros($dst, $libname, $moduleName);
1669 #function to expand the macros existing in a file
1670 #file is replaced by new version
1671 #args are relativePath. filename and $moduleName
1672 sub ExpandModuleMacros()
1675 my $moduleName = pop @_;
1676 my $libname = pop @_;
1677 my $filename = pop @_;
1679 my $MODULENAME = $moduleName;
1680 $MODULENAME =~ tr/[a-z]/[A-Z]/;
1683 open (INFILE, $filename ) || die ("DIED: Can not find $filename");
1686 my $newOutput = $filename."new";
1687 open (OUTFILE, ">".$newOutput ) || die ("DIED: Can not open $newOutput");
1689 # Replace text in files
1692 s/ATSTemplateXXX/$moduleName/g;
1693 s/LibXXX/$libname/g;
1701 # Rename result file
1703 rename $newOutput,$filename;
1710 my $libname = shift @_;
1711 my $copyDll = shift @_;
1714 foreach my $listed(@generatedModules)
1716 my $module = StripModulePrefix($listed);
1719 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
1720 $dst = $ATSRoot."\\components\\$libname"."_$module";
1721 $dst = $dst."\\winscw_udeb\\";
1722 copy($src, $dst) || warn("unable to copy $src to $dst");
1726 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
1727 $dst = $ATSRoot."\\components\\$libname"."_$module";
1728 $dst = $dst."\\armv5_urel\\";
1729 copy($src, $dst) || warn("unable to copy $src to $dst");
1737 my $libRoot = $templateRoot;
1738 $libRoot =~ /(.*)internal.*/;
1742 ["libcrypt", "tlibcrypt", "group/Test_Data.dat"],
1743 ["libc", "tnetdb", "data/services.txt"],
1744 ["libc", "tstring", "data/locales.txt"],
1745 ["libc", "libc_loc_blr", "data/locales.txt"],
1746 ["libz", "tzlib", "data/*.*"],
1747 ["libc", "tlink", "data/*.*"],
1748 ["libc", "tmmap", "data/*.*"],
1754 foreach my $ref(@list)
1757 ($libname, $dirname, $glob) = @inarr;
1758 my $modulename = StripModulePrefix($dirname);
1759 my $src = "$libRoot/$libname/internal/testapps/$dirname/$glob";
1760 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
1761 if($dirname eq "libc_loc_blr")
1763 $src = "$libRoot/libc/src/locales.txt";
1765 my @filesFound = glob($src);
1766 if(scalar @filesFound == 0)
1768 die("DIED: no Dat file found to copy!");
1770 foreach my $file(@filesFound)
1772 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1779 sub CopyArbitDatFiles($$)
1782 my $libname = shift @_;
1783 my $refArr = shift @_;
1784 my @list = @$refArr;
1793 #now copy the files appropriately
1794 foreach my $ref(@list)
1797 ($fname, $modulename, $location, $atsDst, $targetDst) = @inarr;
1798 #print "[$fname, $modulename, $location, $atsDst, $targetDst]\n";
1799 if($location =~ /(.*)\.\.(.*)/)
1801 $location = GetPathPrefix().$2;
1805 $location = $rootDrive.$location;
1807 my $src = $location.$fname;
1808 my $dst = $ATSRoot."\\components\\$libname"."_".$modulename.$atsDst;
1811 $dst = $ATSRoot."\\components\\".$modulename.$atsDst;
1812 #print "$dst CHANGED!\n"
1815 my @filesFound = glob($src);
1816 if(scalar @filesFound == 0)
1818 die("DIED: no Dat file $src found to copy!");
1820 foreach my $file(@filesFound)
1822 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1825 if($targetDst ne "")
1827 my @filesToChange = ();
1828 if($atsDst =~ "armv5")
1830 #armv5 component file
1831 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1834 elsif($atsDst =~ "winscw")
1836 #winscw component file
1837 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1841 #add entry to both xmls
1842 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1843 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1845 foreach my $file(@filesToChange)
1847 $src = $ATSRoot."/components/".$libname."_"."$modulename/".$file;
1848 ModifyXml($src,$libname,$fname,$atsDst,$targetDst);
1857 sub ModifyXml($$$$$)
1859 my $filename = shift @_;
1861 my $fname = shift @_;
1862 my $atsDst = shift @_;
1863 my $targetDst = shift @_;
1866 #printf("Modifying $filename with lib= $lib fname= $fname atsDst = $atsDst targetDst = $targetDst\n");
1869 open (INFILE, $filename ) || die ("Can not find $filename");
1872 my $newOutput = $filename."new";
1873 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
1876 # Replace text in files
1879 if(/\<stif\>/ || /\<execute\>/)
1883 print OUTFILE "\<stif\>\n";
1887 print OUTFILE "\<execute\>\n";
1890 if($atsDst !~ "General")
1894 print OUTFILE <<EObinary;
1896 <install type=\"$type\">
1898 <dst>$targetDst\\$fname</dst>
1901 }#stif or execute tag found
1911 # Rename result file
1913 rename $newOutput,$filename;
1916 sub GenGenModules($)
1918 my $libname = shift @_;
1921 my $src = $ATSRoot."/components/";
1923 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1924 foreach my $name (readdir(DIRHANDLE))
1926 if($name =~ /^$libname/)
1928 if($libname ne "libc" || $name !~ /^libcrypt/)
1930 $name =~ s/^$libname//;
1932 unshift @fileList, $name;
1933 }#excluded libcrypt from libc list
1936 closedir(DIRHANDLE);
1944 my $src = $ATSRoot."/components/";
1946 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1947 foreach my $name (readdir(DIRHANDLE))
1949 if($name ne "." && $name ne ".." && $name ne "shared")
1951 unshift @fileList, $name;
1955 closedir(DIRHANDLE);
1961 sub TransformXmls($$)
1963 my $libname = shift @_;
1964 my $shared = shift @_;
1965 my $target = shift @_;
1972 if($target eq "armv5")
1976 elsif($target eq "winscw")
1983 $winscw = $do_winscw;
1987 foreach $module(@generatedModules)
1989 if($armv5 == 1 && $winscw == 1)
1991 $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
1995 $src = $ATSRoot."/components/".$libname."_"."$module/*_hw_component.xml";
1999 $src = $ATSRoot."/components/".$libname."_"."$module/*_winsspd_component.xml";
2001 my @fileList = glob($src);
2002 foreach my $file(@fileList)
2004 #print"$file to be transformed!\n";
2005 AddLibsInXml($libname,$file,$shared);
2010 sub AddLibsInXml($$$)
2012 my $libname = shift @_;
2013 my $filename = shift @_;
2014 my $shared = shift @_;
2017 open (INFILE, $filename ) || die ("Can not find $filename");
2020 my $newOutput = $filename."new";
2021 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
2025 # Replace text in files
2028 if(/\<stif\>/ || /\<execute\>/)
2032 print OUTFILE "\<stif\>\n";
2036 print OUTFILE "\<execute\>\n";
2037 if($filename =~ /winsspd/)
2042 foreach my $installable(@dllList)
2044 print OUTFILE <<EOLine;
2046 <install type=\"$shared binary\">
2047 <src>$installable</src>
2048 <dst>$drive\\sys\\bin\\$installable</dst>
2063 # Rename result file
2065 rename $newOutput,$filename;
2068 sub CopySharedDlls()
2070 my $libname = shift @_;
2072 my @ListOfDlls = @$ref;
2073 my $target = shift @_;
2080 if($target eq "armv5")
2084 elsif($target eq "winscw")
2095 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2098 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2102 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2105 foreach my $copyDll(@ListOfDlls)
2109 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2110 $dst = $ATSRoot."\\components\\shared";
2111 $dst = $dst."\\winscw_udeb\\";
2112 copy($src, $dst) || warn("unable to copy $src to $dst");
2116 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2117 $dst = $ATSRoot."\\components\\shared";
2118 $dst = $dst."\\armv5_urel\\";
2119 copy($src, $dst) || warn("unable to copy $src to $dst");
2125 sub CopyMultiDlls($)
2127 my $libname = shift @_;
2131 foreach my $listed(@generatedModules)
2133 foreach my $copyDll(@dllList)
2137 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2138 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2139 $dst = $dst."\\winscw_udeb\\";
2140 copy($src, $dst) || warn("unable to copy $src to $dst");
2144 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2145 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2146 $dst = $dst."\\armv5_urel\\";
2147 copy($src, $dst) || warn("unable to copy $src to $dst");
2153 sub StripModulePrefix($)
2155 my $listed = pop @_;
2156 my $module = $listed;
2159 $module =~ s/^test//;
2161 $module =~ s/^libc_//;
2162 $module =~ s/^libm_//;
2328 sub GenBackendTest()
2333 ["libc", "tlibcbackend"],
2337 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2342 foreach my $ref(@datList)
2345 ($lib, $module,$ext) = @inarr;
2346 @generatedModules = ($module);
2348 CopyDlls($lib,".dll");
2353 @generatedModules = ("tlibcbackend");
2354 CopyDeps("libc","TPopenReadChild.exe");
2355 CopyDeps("libc","TPopenWriteChild.exe");
2361 my $libname = "libc";
2363 ["*.xml", "libcbackend", "/../backend/internal/tlibcbackend/group/","/", ""],
2364 ["*.cfg", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2365 ["*.ini", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2368 my $bDataRef = \@list;
2369 CopyArbitDatFiles("libc",$bDataRef);
2374 my $srcPrefix = $templateRoot;
2375 $srcPrefix =~ /(.*)internal.*/;
2384 my $libRoot = $templateRoot;
2385 $libRoot =~ /(.*)internal.*/;
2389 ["libssl", "ssltest", "libssl/internal/testapps/ssl_test/data/*"],
2390 ["libcrypto", "topenssl", "/libcrypto/internal/testapps/topenssl/data/*"],
2396 foreach my $ref(@list)
2399 ($libname, $dirname, $glob) = @inarr;
2400 my $modulename = StripModulePrefix($dirname);
2401 my $srcPrefix = GetPathPrefix();
2403 my $src = "$srcPrefix"."$glob";
2405 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
2406 my @filesFound = glob($src);
2407 if(scalar @filesFound == 0)
2409 die("DIED: no Dat file found to copy!");
2411 foreach my $file(@filesFound)
2413 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2419 sub CopyCryptoXmls()
2422 ["*.xml", "libssl_ssltest/", "/libssl/internal/testapps/ssl_test/group/"],
2423 ["*.xml", "libcrypto_crypto_test/", "/libcrypto/internal/testapps/crypto_test/group/"],
2424 ["*.xml", "libcrypto_openssl/", "/libcrypto/internal/testapps/topenssl/group/"],
2432 #now copy the files appropriately
2433 foreach my $ref(@list)
2436 ($fname, $moduleDst, $location) = @inarr;
2437 my $src = GetPathPrefix().$location.$fname;
2438 my $dst = $ATSRoot."\\components\\$moduleDst";
2440 my @filesFound = glob($src);
2441 if(scalar @filesFound == 0)
2443 die("DIED: no xml file found to copy!");
2445 foreach my $file(@filesFound)
2447 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2451 my @crypto_copyList = ("*.txt", "*cfg", "*.ini");
2453 foreach my $item(@crypto_copyList)
2455 $location = "/libcrypto/internal/testapps/crypto_test/group/";
2456 $fname = GetPathPrefix().$location.$item;
2457 my @filesFound = glob($fname);
2458 foreach my $file(@filesFound)
2460 $moduleDst = "libcrypto_crypto_test/";
2461 my $dst = $ATSRoot."\\components\\".$moduleDst."/General/";
2472 ["libssl", "ssltest", ".exe"],
2473 ["libcrypto", "crypto_test",".dll"],
2474 ["libcrypto", "openssl",".exe"],
2478 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2483 foreach my $ref(@datList)
2486 ($lib, $module,$ext) = @inarr;
2487 @generatedModules = ($module);
2489 CopyDlls($lib,$ext);
2502 ["*.xml", "ngi_sa_amrrecording", "/audio/lowlevelaudio/internal/sa_amrrecording/group/"],
2503 ["*.xml", "ngi_sa_highlevelaudio", "/audio/highlevelaudio/internal/sa_highlevelaudio/group/"],
2504 ["*.xml", "ngi_sa_audiomixing", "/audio/lowlevelaudio/internal/sa_audiomixing/group/"],
2505 ["*.xml", "ngi_sa_audiorecording", "/audio/lowlevelaudio/internal/sa_audiorecording/group/"],
2506 ["*.xml", "ngi_sa_clip", "/audio/lowlevelaudio/internal/sa_clip/group/"],
2507 ["*.xml", "ngi_sa_lowlevelaudio", "/audio/lowlevelaudio/internal/sa_lowlevelaudio/group/"],
2508 ["*.xml", "ngi_sa_stream", "/audio/lowlevelaudio/internal/sa_stream/group/"],
2510 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_antitearing/group/"],
2511 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_colortranslation/group/"],
2512 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb565/group/"],
2513 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb888/group/"],
2514 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_heapusage/group/"],
2515 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_multibb/group/"],
2516 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_performance/group/"],
2517 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_plswitching/group/"],
2518 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_misc/group/"],
2519 ["*.xml", "ngi_sa_bitmap", "/graphics/bitmap/internal/sa_bitmap/group/"],
2520 ["*.xml", "ngi_sa_camera", "/graphics/camera/internal/sa_camera/group/"],
2521 ["*.xml", "ngi_sa_images", "/graphics/images/internal/sa_images/group/"],
2522 ["*.xml", "ngi_sa_display", "/graphics/display/internal/sa_display/group/"],
2523 ["*.xml", "ngi_sa_lights", "/graphics/lights/internal/sa_lights/group/"],
2524 ["*.xml", "ngi_sa_videoplayback", "/graphics/video/internal/sa_videoplayback/group/"],
2526 ["*.xml", "ngi_sa_input", "/input/input/internal/sa_input/group/"],
2527 ["*.xml", "ngi_sa_textinput", "/input/textinput/internal/sa_textinput/group/"],
2528 ["*.xml", "ngi_sa_devicecapabilities", "/system/devicecapabilities/internal/sa_devicecapabilities/group/"],
2529 ["*.xml", "ngi_sa_devicestatus", "/system/devicestatus/internal/sa_phone/group/"],
2530 ["*.xml", "ngi_sa_runtimetester", "/system/runtime/internal/sa_runtimetester/group/"],
2531 ["*.xml", "ngi_sa_timing", "/timing/internal/sa_timing/group/"],
2539 #now copy the files appropriately
2540 foreach my $ref(@list)
2543 ($fname, $moduleDst, $location) = @inarr;
2544 my $src = GetPathPrefix().$location.$fname;
2545 my $dst = $ATSRoot."\\components\\$moduleDst";
2547 #print "My src is $src\n";
2548 #print "My dst is $dst\n";
2550 my @filesFound = glob($src);
2551 if(scalar @filesFound == 0)
2553 warn("warning: no xml file found to copy from $src!");
2555 foreach my $file(@filesFound)
2557 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2569 ["ngi", "sa_amrrecording", ".dll"],
2570 ["ngi", "sa_highlevelaudio", ".dll"],
2571 ["ngi", "sa_audiomixing", ".dll"],
2572 ["ngi", "sa_audiorecording", ".dll"],
2573 ["ngi", "sa_clip", ".dll"],
2574 ["ngi", "sa_lowlevelaudio", ".dll"],
2575 ["ngi", "sa_stream", ".dll"],
2576 ["ngi", "sa_bitmap", ".dll"],
2577 ["ngi", "sa_camera", ".dll"],
2578 ["ngi", "sa_images", ".dll"],
2579 ["ngi", "sa_display", ".dll"],
2580 ["ngi", "sa_lights", ".dll"],
2581 ["ngi", "sa_videoplayback", ".dll"],
2582 ["ngi", "sa_input", ".dll"],
2583 ["ngi", "sa_textinput", ".dll"],
2584 ["ngi", "sa_devicecapabilities", ".dll"],
2585 ["ngi", "sa_devicestatus", ".dll"],
2586 ["ngi", "sa_runtimetester", ".dll"],
2587 ["ngi", "sa_timing", ".dll"],
2592 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2598 foreach my $ref(@datList)
2601 ($lib, $module,$ext) = @inarr;
2602 @generatedModules = ($module);
2604 CopyDlls($lib,$ext);
2607 @generatedModules =("sa_backbuffer");
2611 "sa_bb_antitearing.dll",
2612 "sa_bb_colortranslation.dll",
2613 "sa_bb_createfb444.dll",
2614 "sa_bb_createfb565.dll",
2615 "sa_bb_createfb888.dll",
2617 "sa_bb_heapusage.dll",
2618 "sa_bb_multibb.dll",
2619 "sa_bb_performance.dll",
2620 "sa_bb_plswitch.dll",
2623 CopyMultiDlls("ngi");
2626 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2627 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2628 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2636 my $libname = shift @_;
2638 if($target eq "winsspd" && $sdkversion ne "")
2640 @globlist = ("winsspd_".$sdkversion);
2641 #print "winsspd ".$sdkversion." selected\n";
2643 elsif($target eq "winsspd")
2645 @globlist = ("winsspd");
2646 #print "winsspd selected\n";
2648 elsif($sdkversion ne "")
2650 @globlist = ($target,"hw_".$sdkversion);
2651 #print "$target $sdkversion selected\n";
2655 @globlist = ($target,"hw");
2656 #print "$target $sdkversion selected\n";
2659 foreach my $module(@generatedModules)
2661 my $glob_to_use = "";
2663 foreach my $glob(@globlist)
2665 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2666 #print "Analysing $module and $glob\n";
2667 @fileList = glob($src);
2668 foreach my $file(@fileList)
2670 my $pat = $glob."\_component\.xml";
2671 #print "[$file - $glob"."_component.xml"."]\n";
2674 $glob_to_use = $pat;
2675 #print "[$file - $glob"."_component.xml"."]\n";
2679 if($glob_to_use ne "")
2684 if($glob_to_use ne "")
2686 #print "Using the glob $glob_to_use\n";
2687 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2688 @fileList = glob($src);
2689 foreach my $file(@fileList)
2691 #print "[$file - $glob_to_use]\n";
2692 if($file =~ /$glob_to_use/)
2694 $file =~ /.*components[\\\/](.*)/;
2696 $value =~ s/\//\\/g;
2697 #print "adding $value for $module with $glob_to_use\n";
2698 unshift @foundList,$value;
2704 warn("Unable to figure out glob to use for $module. Skipping...\n");