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 stdcpp_GenATSModules.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
28 my $target = "winsspd";
32 my $combinedSession = "no";
34 my $noXmlsGenList = "play_new";
39 my $rootDrive = substr(getcwd(), 0,2);
40 my $templateRoot = getcwd();
41 my $ATSRoot = getcwd()."\\ATSINPUT";
43 if($ENV{'ATS_SETUP'} ne "")
46 $rootDrive = $ENV{'ATS_INDRIVE'};
47 $templateRoot = $ENV{'ATS_TEMPLATEROOT'};
48 $ATSRoot = $ENV{'ATS_ATSOUTDRIVE'};
52 if(scalar @ARGV ==0 || $ARGV[0] =~ /[\-\\\/][h\?]/ || $ARGV[0] =~ /help/ )
55 genatsmodules.bat - hardcoded script to generate ATSINPUT folders for mobileruntime and ngi projects
58 Create ATSINPUT for the default testsuite based on
59 location it is executed from place in stdlibs/internal
60 and run and it generates ATSINPUT for stdlibs
61 similiarly place it in ssl/internal or glib/internal or
62 ngi/internal and run to generate ATSINPUT for ssl, glib
65 genatsmodules [libname]
66 where libname can be stdlibs, ssl, glib, etc. Creates
67 ats test drop for given library. Valid from any internal
68 folder of mobileruntime.
72 create ngi testsuite. Valid inside ngi/internal only
74 genatsmodules play_new
75 create play_new testsuite. Valid inside play_new/internal only
80 create ltp testsuite. Valid inside stdlibs/internal only
83 create lsb testsuite. Valid inside stdlibs/internal only
86 create stdcpp testsuite. Valid inside stdcpp/internal only
88 genatsmodules [libname] install
89 where libname can be stdlibs, ssl, glib, ltp, lsb to create a
90 ATSINPUT where the dependent mobileruntime libraries are also
91 copied and used (It copies the dependent libraries using the
94 genatsmodules session [libname] [target]
95 where libname is any of the standard libs as shown above and
96 target can be winsspd, winscw, scarfe, zeus etc. to create
97 session files for scarfe, winsspd etc.
99 genatsmodules session combined [target]
100 will look at the existing ATSINPUT(which can have any
101 combination of created components and create a combined
102 session file. This way you get increased flexibility in
103 the libraries you choose to combine into a single session
104 file. If the target is a hardware target(that is not winsspd
105 or winscw), the script will first attempt to find a target
106 specific component file and if not found, the generic hw
111 ATSINPUT creation is a 2 stage process. First we create
112 the components and then we run (for example)
113 "genatsmodules session stdlibs winscw" and
114 "genatsmodules session stdlibs scarfe" to create the
122 if(scalar @ARGV == 1)
124 if($ARGV[0] eq "session")
126 die("parameter session must be followed by libname and target platform");
133 elsif(scalar @ARGV == 2)
135 if($ARGV[0] eq "session")
137 die("parameter session must be followed by libname and target platform");
139 elsif($ARGV[1] eq "install")
144 elsif($ARGV[1] eq "armv5")
148 elsif($ARGV[1] eq "winscw")
154 die("second parameter after target platform $ARGV[0] can only be \"install\" ");
157 elsif(scalar @ARGV == 3)
159 if($ARGV[0] ne "session")
161 die("invalid combination of parameters. Program expected 1st parameter to be \"session\" ");
169 if($suite eq "combined")
171 $combinedSession = "yes";
176 elsif(scalar @ARGV == 4)
178 if($ARGV[0] ne "session")
180 die("invalid combination of parameters. Program expected 1st parameter to be \"session\" ");
187 $sdkversion = $ARGV[3];
188 if($suite eq "combined")
190 $combinedSession = "yes";
196 die("program recieved too many parameters!");
197 }#end of commandline processing
203 die("Please run the script from the appropriate internal folder in the mobileruntime /omerta project!!");
208 my $srcPrefix = getcwd();
209 $srcPrefix =~ /(.*)internal.*/;
211 if(rindex($templateRoot, "stdlibs") != -1)
213 $srcPrefix =~ /(.*)stdlibs.*/;
218 $templateRoot = $srcPrefix."/glib/internal/";
220 elsif($suite eq "ssl")
222 $templateRoot = $srcPrefix."/ssl/internal/";
224 elsif($suite eq "ngi" && $session ne "yes")
226 print "ngi atsinput creation not supported from mobileruntime\n";
231 if(rindex($templateRoot, "glib") != -1)
235 elsif(rindex($templateRoot, "ssl") != -1)
243 my $optsGroupPath = $templateRoot."/ts/ltp/opts/group/";
244 #$optsGroupPath = getcwd()."/ts/ltp/opts/group/";
245 my $ltpPath =$templateRoot."/ts/ltp/";
246 my $stdcppPath =$templateRoot."/Stdcpp_test/stlport/";
247 my @stdexeList = ("tstdcpp","stdcxx/tstapps");
248 #my $gnuPath =getcwd()."/testapps/gnu/";
249 #my $tstdcppPath =getcwd()."/testapps/tstdcpp/";
252 my @generatedModules;
255 my $TDIR = "\\internal\\testapps\\";
257 my @libcModules = ( "libc_loc_blr", "libc_time_blr", "libc_db_blr","tctype", "tifioctls", "tinet",
258 "tlibcwchar", "tlink", "tmkfifo", "tmmap", "tmsgqueue",
259 "tnetdb", "tpipe","tregex", "tsemaphore", "tshm","tsocket" ,
260 "tstdio", "tstdlib", "tstring", "tsyscalls",
261 "tsyssim", "twctype", "tselect", "tsysunistd", "twideapis", "twopen", "twchar",
265 my @libdlModules = ("tlibdl");
266 my @libmModules = ("libm_double_blr", "libm_float_blr","libm_ldouble_blr");
269 my @pthreadModules = ( "testcondbroadcast", "testconddestroy", "testcondinit", "testcondsignal", "testcondtimedwait", "testcondwait",
270 "tmutex", "tpthread", "testpthreadonce", "testsemclose", "testsemdestroy", "testsemgetvalue", "testseminit", "testsemopen", "testsempost",
271 "testsemtimedwait", "testsemtrywait", "testsemunlink", "testsemwait");
274 my @stdliblist = ( "libc", "libpthread", "libdl", "libm", "libz", "libcrypt");
275 #my @dllList = ("backend.dll", "libc.dll", "LibCIpcClient.dll", "LibCIpcServer.exe", "libdl.dll", "libm.dll", "libpthread.dll", "libcrypt.dll", "libz.dll", "libclogger.dll");
280 ["basicfilebuf.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
281 ["fstream1_input.txt", "stlport_fstream", "Stdcpp_test/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
282 ["nextperm1_good.txt", "stlport_nextprm", "Stdcpp_test/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
283 ["nextperm2_good.txt", "stlport_nextprm", "Stdcpp_test/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
284 ["ostmit_good.txt", "stlport_ostmit", "Stdcpp_test/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
285 ["seek.txt", "stlport_seek", "Stdcpp_test/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
286 ["test.txt", "platsectest6", "Stdcpp_test/tstdcpp/platsec/", "/General/", "c:\\resource"],
287 ["test.txt", "platsectest11", "Stdcpp_test/tstdcpp/platsec/", "/General/", "c:\\sys"],
288 ["basicistream.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
289 ["example.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
290 ["filebuf.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
291 ["fpos_state.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
292 ["fstream.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
293 ["istream.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
294 ["ostream.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
295 ["streambuf.txt", "tiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
296 ["wfstream.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
297 ["wifstream.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
298 ["wistream.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
299 ["wstreambuf.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
300 ["wostream.txt", "twiostreams", "Stdcpp_test/bcdrivers/docs/", "/General/", "C:\\TestFramework\\docs"],
301 ["locales.txt", "tlocale", "Stdcpp_test/", "/General/", "C:\\resource"],
302 ["locales.txt", "tstl_1", "Stdcpp_test/", "/General/", "C:\\resource"],
303 ["tstl_2_1.cfg", "tstl_2", "Stdcpp_test/bcdrivers/tstl_2/group/", "/General/", "C:\\TestFramework"],
304 ["testframework.ini", "tstl_2", "Stdcpp_test/bcdrivers/tstl_2/group/", "/General/", "C:\\TestFramework"],
308 ["1.gmarkup", "markup_test", "/epoc32/winscw/c/", "/General/", "C:"],
309 ["1.gmarkup", "markup-test", "/epoc32/winscw/c/", "/General/", "C:"],
310 ["iochannel-test-infile", "iochannel_test", "/epoc32/winscw/c/", "/General/", "C:"],
311 ["iochannel-test-infile", "iochannel-test", "/epoc32/winscw/c/", "/General/", "C:"],
312 # ["casemap.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
313 # ["casefold.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
314 ["utf8.txt", "unicode-encoding","/epoc32/winscw/c/", "/General/", "C:"],
315 ["casecollate.txt", "unicode-collate","/epoc32/winscw/c/", "/General/", "C:"],
316 ["utf8_hindi.txt", "tutf8","/epoc32/winscw/c/", "/General/", "C:"],
317 ["scanfile.txt", "tscanner","/epoc32/winscw/c/", "/General/", "C:"],
318 ["test.txt", "dir_test","/epoc32/winscw/c/temp/tmp/", "/General/", "C:\\temp\\tmp"],
319 ["NormalizationTest.txt", "unicode-normalize","/epoc32/winscw/c/", "/General/", "C:"],
321 ["helloworld.exe", "spawn_test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
322 ["helloworld.exe", "spawn_test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
324 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
325 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
327 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
328 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
334 ["Test.txt", "ngi_sa_runtimetester", "/EPOC32/winscw/c/Private/10202be9/", "/General/", ""],
335 ["sa_input_repository.txt", "shared","/EPOC32/armv5/c/TestFramework/", "/armv5_urel/", ""],
336 ["sa_input_repository.txt", "shared","/EPOC32/winscw/c/TestFramework/", "/winscw_udeb/", ""],
337 ["audiomixingfiles.ini", "ngi_sa_audiomixing","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
338 ["sa_camera_supported.ini", "ngi_sa_camera","/EPOC32/armv5/c/TestFramework/", "/general/", ""],
339 ["sa_clip.ini", "ngi_sa_clip","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
340 ["devicecapabilitiesdata.ini", "ngi_sa_devicecapabilities","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
341 ["highlevelaudiofiles.ini", "ngi_sa_highlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
342 ["lowlevelaudiofiles.ini", "ngi_sa_lowlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
343 ["runtimedata.ini", "ngi_sa_runtimetester","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
344 ["sa_stream.ini", "ngi_sa_stream","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
345 #["*", "ngi_sa_videoplayback","/../graphics/video/internal/sa_videoplayback/data/", "/general/", ""],
346 ["test.*", "ngi_sa_images","/Epoc32/winscw/c/Data/", "/general/", ""]
352 my $validexpansions = "all stdlibs combined";
353 my $validLibraries = "ltp opts lsb glib ssl ngi pcts stdcpp gcce libc-locale play_new phall";
354 if(rindex($validexpansions, $suite)== -1 && rindex($validLibraries, $suite) == -1)
356 die("$suite is not a valid library. Valid options are $validexpansions $validLibraries");
363 @liblist = split " ", $validLibraries;
364 @liblist = (@liblist, @stdliblist);
367 elsif($suite eq "ltp")
369 @liblist = ("ltp", "opts");
371 elsif($suite eq "stdlibs")
373 @liblist = @stdliblist;
375 elsif($suite eq "ssl")
377 @liblist = ("libcrypto", "libssl");
381 @liblist = ("$suite");
384 # foreach my $l(@liblist)
386 # print "$l was there\n";
390 if($combinedSession eq "yes")
392 GenerateSessionFile("combined", $target,"combined");
396 if($session eq "yes")
398 my $file = $templateRoot."/testsession.xml";
399 opendir(DIRHANDLE, $ATSRoot) || die("Please try to create Session files only after ATSINPUT/components has been created!");
403 if($suite eq "stdlibs")
405 #my $dst = $ATSRoot."/$suite"."_testsession.xml";
407 GenerateSessionFile("combined",$target,$suite);
410 elsif($suite eq "ssl")
412 my @componentFiles = GetSslXmls();
413 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
418 @generatedModules = GenGenModules($suite);
419 my @componentFiles = GetXmls($suite);
420 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
423 foreach my $lib(@liblist)
425 @generatedModules = GenGenModules($lib);
426 if(scalar @generatedModules != 0)
428 #print "Generating for $lib\n";
429 GenerateSessionFile($lib, $target,$lib);
433 #@generatedModules = GetAllModules();
434 #if(scalar @generatedModules != 0)
436 # GenerateSessionFile("combined",$target, "combined");
439 }#session generation code
442 if ($suite eq "ltp" || $suite eq "all")
444 my @ltpModules = GetLtpModules();
445 @generatedModules = @ltpModules;
446 DoGen("ltp", ".dll");
450 my @saved = @dllList;
451 @dllList = ("ltplib.dll");
452 CopySharedDlls("ltp", \@dllList);
453 TransformXmls("ltp","shared");
456 @generatedModules = GetCompiledModules($optsGroupPath."/bld.inf");
457 DoGen("opts",".dll");
460 if ($suite eq "glib")
462 my $bldfile = $templateRoot."/testapps/group/bld.inf";
463 my @glibModules = GetCompiledModules($bldfile);
464 @generatedModules = @glibModules;
465 DoGen("glib",".exe");
466 my $gDataRef = \@gliblist;
467 CopyArbitDatFiles("glib",$gDataRef);
469 if($install eq "yes")
471 my @saved = @dllList;
472 my @glib2dllList = ("glibbackend.dll", "Libgobject.dll", "libgmodule.dll", "libgthread.dll",
475 my @glib1List = ( "libgobject.dll", "libgmodule.dll", "libgthread.dll", "libglib.dll", );
476 @dllList = @glib2dllList;
477 CopySharedDlls("glib",\@dllList);
478 TransformXmls("glib", "shared");
484 if ($suite eq "phall")
486 my $bldfile = getcwd()."/group/bld.inf";
487 my @hallModules = GetCompiledModules($bldfile);
488 @generatedModules = @hallModules;
489 DoGen($suite,".exe");
490 #my $gDataRef = \@gliblist;
491 #CopyArbitDatFiles("glib",$gDataRef);
493 if($install eq "yes")
495 my @saved = @dllList;
497 my @phallList = ( "libstdcpp.dll" );
498 @dllList = @phallList;
499 CopySharedDlls($suite,\@dllList);
500 TransformXmls($suite, "shared");
508 my $stripStatus = $dontStrip;
511 if($install eq "yes")
513 @dllList = (@dllList, "libcrypto.dll", "libssl.dll");
515 $dontStrip = $stripStatus;
523 CopyArbitDatFiles("",\@ngilist);
527 if($suite eq "play_new")
529 my @play_newModules = ("fonttestmodule", "messagingtestmodule","locationtestmodule", "alertstestmodule",
530 "libxmlstiff","ngisvgtestmodule");
531 @generatedModules = @play_newModules;
532 DoGen("play_new",".dll");
535 ["*.cfg", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/General/", ""],
536 ["*.xml", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/", ""],
538 ["*.cfg", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/General/", ""],
539 ["*.xml", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/", ""],
540 ["*", "messagingtestmodule", "/EPOC32/winscw/c/messagingtestmodule/","/General/", ""],
542 ["*.cfg", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/General/", ""],
543 ["*.xml", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/", ""],
545 ["*.cfg", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/General/", ""],
546 ["*.xml", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/", ""],
547 ["vertigo.wav", "alertstestmodule", "/Epoc32/winscw/c/alertstestmodule/","/General/", ""],
549 ["*.cfg", "libxmlstiff", "/../libxmlpp/internal/group/","/General/", ""],
550 ["*.xml", "libxmlstiff", "/../libxmlpp/internal/group/","/", ""],
551 ["*.*", "libxmlstiff", "/../libxmlpp/internal/data/","/General/", ""],
553 ["*.cfg", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/General/", ""],
554 ["*.xml", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/", ""],
555 ["*.*", "ngisvgtestmodule", "/epoc32/winscw/c/ngisvgtest/","/General/", ""],
559 my $bDataRef = \@list;
560 CopyArbitDatFiles("play_new",$bDataRef);
561 if($install eq "yes")
563 @generatedModules = GenGenModules("play_new");
564 my @saved = @dllList;
573 "FeedsLibXml2xmlpp.dll");
574 @dllList = @playList;
575 CopySharedDlls("play_new",\@dllList);
576 TransformXmls("play_new", "shared");
584 if($suite eq "stdcpp")
586 @generatedModules = GetstdcppModules();
587 DoGen("stdcpp",".dll");
588 CopyLtpCfg("stdcpp");
589 @generatedModules = GetstdexeModules();
590 DoGen("stdcpp",".exe");
592 my @saved = @dllList;
593 @dllList = ("stdcxxtestengine.dll");
594 CopySharedDlls("stdcpp", \@dllList);
595 TransformXmls("stdcpp","shared");
598 CopyArbitDatFiles("stdcpp",\@stdcpplist);
600 if($install eq "yes")
602 @generatedModules = GenGenModules("stdcpp");
603 my @saved = @dllList;
604 my @cppList = ("libstdcpp.dll");
606 CopySharedDlls("stdcpp",\@dllList);
607 TransformXmls("stdcpp", "shared");
614 if($suite eq "lsb" || $suite eq "all")
616 my @lsbModules = GetLsbModules();
617 @generatedModules = @lsbModules;
623 #copying the common dlls
631 foreach $dll (@depDlls)
633 CopyDeps("lsb",$dll);
635 #now copy the cfg files
637 #now copy the extra dependency dlls
640 @generatedModules = ("dlopen");
647 "dynlibtest.11.1.dll",
648 "dynlibtest.11.2.dll",
649 "dynlibtest.12g.dll",
650 "dynlibtest.12r.dll",
651 "dynlibtest.14.1.dll",
652 "dynlibtest.14.2.dll",
653 "dynlibtest.14.3.dll",
654 "dynlibtest.3.1.dll",
655 "dynlibtest.3.2.dll",
664 foreach $dll (@depDlls)
666 CopyDeps("lsb",$dll);
670 @generatedModules = ("dlclose");
671 @depDlls = ("dynlibclose.1.dll");
672 foreach $dll (@depDlls)
674 CopyDeps("lsb",$dll);
678 @generatedModules = ("dlerror");
679 @depDlls = ("dynlib.dll");
680 foreach $dll (@depDlls)
682 CopyDeps("lsb",$dll);
686 my $srcDir = $templateRoot."/ts/lsbsuites/group/";
690 foreach my $dllib("dlopen", "dlclose", "dlerror")
692 $dst = $ATSRoot."\\components\\lsb_".$dllib."\\";
693 copy($srcDir."/lsb_".$dllib."_module_blr_hw_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
694 copy($srcDir."/lsb_".$dllib."_module_blr_winsspd_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
703 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
705 @generatedModules = ("gcce-validate", "gcce-load");
713 my $libname = "gcce";
718 foreach my $module(@generatedModules)
720 my $relroot = $ATSRoot."\\components\\$libname"."_$module";
721 mkdir $relroot || die("DIED: unable to create dir $module\n");
722 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
724 #GenExeXmls($module,$libname);
726 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\".$module.$suffix;
727 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
728 $dst = $dst."\\armv5_urel\\";
729 copy($src, $dst) || warn("unable to copy $src to $dst");
731 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\"."gcce-lib.dll";
732 $dst = $ATSRoot."\\components\\gcce_gcce-load";
733 $dst = $dst."\\armv5_urel\\";
734 copy($src, $dst) || warn("unable to copy $src to $dst");
738 ["gcce_gcce-load_module_blr_hw_component.xml", "gcce-load", "./","/", ""],
739 ["gcce_gcce-validate_module_blr_hw_component.xml", "gcce-validate", "./","/", ""],
742 my $bDataRef = \@list;
743 CopyArbitDatFiles("gcce",$bDataRef);
750 if($suite eq "libc-locale")
754 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
756 @generatedModules = ("tstring");
757 DoGen("libc",".dll");
760 ["locales.txt", "string", "../libc/internal/testapps/tstring/data/", "/General/", ""],
761 ["tstring_locale_component.xml", "string", "../libc/internal/testapps/tstring/group/", "/", ""],
765 my $bDataRef = \@localelist;
766 CopyArbitDatFiles("libc",$bDataRef);
767 #delete($ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml") || die("unable to delete");
768 my $my_src = $ATSRoot."/components/libc_string/"."tstring_locale_component.xml";
769 my $my_dst = $ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml";
771 unlink($my_dst) ||warn("unable to delete $my_dst");
772 rename($my_src,$my_dst) || move($my_src,$my_dst) || die("Unable to rename!");
779 my $bldfile = $templateRoot."/group/bld.inf";
780 my @pctsModules = GetCompiledModules($bldfile);
781 @generatedModules = @pctsModules;
782 DoGen("pcts",".exe");
788 #copying the common dlls
800 if($install eq "yes")
802 my @saved = @dllList;
804 CopySharedDlls("pcts", \@depDlls);
805 TransformXmls("pcts","shared");
808 #now copy the cfg files
810 my $srcDir = "/epoc32/winscw/c/data/tet/";
811 my $file1 = $srcDir."tet_code";
812 my $file2 = $srcDir."tetexec.cfg";
813 foreach my $module(@generatedModules)
815 $dst = $ATSRoot."\\components\\pcts_".$module;
816 $dst = $dst."\\General\\";
817 copy($file1, $dst) or die "copy: $! $file1 $dst";
818 copy($file2,$dst) or die "copy: $! $file2 $dst";
826 foreach my $module(@generatedModules)
828 my $file3 = "/epoc32/winscw/c/logs/tet/m.".$module;
830 $dst = $ATSRoot."\\components\\pcts_".$module;
831 $dst = $dst."\\General\\";
832 copy($file3, $dst) or die "copy: $! $file3 $dst";
840 if($suite eq "stdlibs" || $suite eq "all")
842 @generatedModules = ("tzlib");
843 DoGen("libz", ".dll");
845 @generatedModules = ("tlibcrypt");
846 DoGen("libcrypt",".dll");
848 @generatedModules = @libcModules;
849 DoGen("libc",".dll");
852 @generatedModules = ("twchar");
853 CopyDeps("libc","twchar_helloworld.exe");
855 @generatedModules = ("twopen");
856 CopyDeps("libc","twpopenwritechild.exe");
857 CopyDeps("libc","twpopenreadchild.exe");
860 @generatedModules = @libdlModules;
861 DoGen("libdl",".dll");
862 CopyDeps("libdl","Dll1.dll");
863 CopyDeps("libdl","Dll2.dll");
864 CopyDeps("libdl","DependencyTestDll.dll");
866 @generatedModules = @libmModules;
867 DoGen("libm",".dll");
869 $TDIR = "\\internal\\";
870 @generatedModules = @pthreadModules;
871 DoGen("libpthread",".dll");
872 CopyDeps("libpthread","testharness.dll");
877 if($install eq "yes")
879 foreach my $lib(@liblist)
881 #print "Transforming lib $lib\n";
882 @generatedModules = GenGenModules($lib);
883 my @oldList = @dllList;
886 @dllList = (@dllList, "wsdsoln.dll", "libestw32.dll");
887 CopySharedDlls($lib,\@dllList,"winscw");
888 TransformXmls($lib, "shared","winscw");
893 CopySharedDlls($lib,\@dllList,"armv5");
894 TransformXmls($lib, "shared","armv5");
901 #function to generate ModuleList for a compiled bld.inf
902 sub GetCompiledModules($)
909 open (INFILE, "<".$file ) || die ("DIED: Can not find $file!");
913 if(/(.*)\.mmp/ && $1 !~ /^\/\//)
915 if($_ !~ /\/\/Not for ATS/)
917 push @moduleList, $1;
928 my $prevDir = getcwd();
929 my @rootList = ("kernel", "misc");
931 foreach my $node(@rootList)
933 chdir $ltpPath."/$node";
935 find(\&MakeGroupList, ".");
936 @totalgroupList = (@totalgroupList, @groupList);
939 return @totalgroupList;
942 sub GetstdexeModules()
944 my $prevDir = getcwd();
946 foreach my $group(@stdexeList)
948 my $groupPath = $templateRoot."/Stdcpp_test/".$group. "/";
951 find(\&grovelAllMmpFiles, ".");
953 @fullList = (@fullList,@groupList);
958 sub grovelAllMmpFiles()
960 if($_ =~ /(.*)\.mmp/ && ! ($_ =~ /manual/))
962 push @groupList, $1;#get name of module
966 sub GetstdcppModules()
968 my $prevDir = getcwd();
969 my @rootList = ("auto");
971 foreach my $node(@rootList)
973 chdir $stdcppPath."/$node";
975 find(\&MakeGroupList, ".");
976 @totalgroupList = (@totalgroupList, @groupList);
979 my @newmodules = ("tiostreams", "tlocale", "tstl_1", "tstl_2", "tstl_3","tstl_4", "twiostreams" );
980 @totalgroupList = (@totalgroupList, @newmodules);
981 foreach my $mod(@newmodules)
983 $cfglocation{$mod} = getcwd()."/Stdcpp_test/bcdrivers/$mod/group"."\/$mod.cfg";
984 #print "$cfglocation{$mod} - $mod\n";
986 return @totalgroupList;
989 sub GetTstdcppModules()
991 my $prevDir = getcwd();
994 find(\&grovelAllMmpFiles, ".");
1001 my $currentDir = $File::Find::dir;
1003 #print "Current dir:$currentDir\n";
1004 if( $currentDir =~ /.*\/(.*)\/group/)
1006 if($cfglocation{$1} eq "")
1008 $cfglocation{$1} = getcwd()."\/$1.cfg";
1009 push @groupList, $1;#get name of module
1010 }#first time in group
1015 #function that generates the ATS setup
1018 my $libname = shift @_;
1021 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
1026 foreach my $listed(@generatedModules)
1028 my @filesToProcess =
1030 "LibXXX_ATSTemplateXXX_module_blr_hw_component.xml",
1031 "LibXXX_ATSTemplateXXX_module_blr_winsspd_component.xml",
1032 "testframework.ini",
1034 if(rindex($noXmlsGenList, $libname) != -1 )
1036 @filesToProcess = ("testframework.ini",);
1041 GenExeXmls($listed,$libname);
1045 #just in case no xml file was supplied
1047 my $ref = \@filesToProcess;
1048 GenXmls($libname, $listed,$ref);
1052 CopyDlls($libname,$ext);
1053 #copy the provided cfg, ini and xmls
1054 if($libname eq "opts")
1056 CopyOptsCfg($libname);
1058 elsif($libname eq "ltp" || $libname eq "lsb" || $libname eq "glib")
1060 #copy latter and dont copy respectively for ltp and lsb
1064 CopyCfgIniXmls($libname);
1068 sub CopyCfgIniXmls()
1070 my $libname = pop @_;
1072 my $libRoot = $templateRoot;
1073 $libRoot =~ /(.*)internal.*/;
1081 foreach my $listed(@generatedModules)
1083 my $dirname = $listed;
1084 $dirname =~ s/test/t/;
1085 $module = StripModulePrefix($listed);
1087 $src = $libRoot.$libname.$TDIR.$dirname."\\group\\";
1089 my $xmlCopied = "0";
1090 my @globpattern = ("*.ini", "*.xml","*.cfg");
1091 foreach my $pat(@globpattern)
1093 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1096 $dst = $dst."\\General\\";
1102 my @filesFound = glob($src."\\$pat");
1103 if(scalar @filesFound eq "0")
1105 #print "No files found for module $module $pat!\n";
1110 if($pat eq "*.cfg" && $xmlCopied eq "0")#rename only if xml not copied
1112 if(scalar @filesFound > 1)
1114 print "Multiple cfg files found. Copying all!\n";
1118 $dst = $dst.$listed.".cfg";
1121 elsif($pat eq "*.xml")
1124 foreach my $from (@filesFound)
1126 if($from =~ /winscw_component/)
1128 $dst = $folder.$libname."_".$module."_module_blr_winscw_component.xml";
1129 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1132 elsif($from =~ /winsspd_component/)
1134 $dst = $folder.$libname."_".$module."_module_blr_winsspd_component.xml";
1135 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1138 elsif($from =~ /hw_component/)
1140 $dst = $folder.$libname."_".$module."_module_blr_hw_component.xml";
1141 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1144 }#examine individually
1145 if(scalar @filesFound > 2)
1147 #print "Multiple xml files found!!!\n";
1153 foreach my $from (@filesFound)
1155 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1161 #copy the cfg files for the opts test suite
1164 my $libname = pop @_;
1166 my $libRoot = $optsGroupPath."\\";
1171 foreach $module(@generatedModules)
1173 $src = $libRoot.$module."\.cfg";
1174 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1175 $dst = $dst."\\General\\";
1176 copy($src, $dst) or warn "copy: $! $src $dst";
1180 #copy the lsb cfg files
1183 my $libname = pop @_;
1189 my $srcDir = $templateRoot."/ts/lsbsuites/lsblib/data/";
1191 foreach $module(@generatedModules)
1193 my $file1 = $srcDir."tet_code.cfg";
1194 my $file2 = $srcDir."tetexec.cfg";
1195 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1196 $dst = $dst."\\General\\";
1197 copy($file1, $dst) or die "copy: $! $file1 $dst";
1198 copy($file2, $dst) or die "copy: $! $file2 $dst";
1203 #copy the ltp cfg files
1206 my $libname = pop @_;
1212 foreach $module(@generatedModules)
1214 $src = $cfglocation{$module};
1215 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1216 $dst = $dst."\\General\\";
1217 copy($src, $dst) or warn "copy: $! $src $dst";
1224 my $libname = shift @_;
1225 my $suffix = shift @_;
1232 foreach $module(@generatedModules)
1236 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$module.$suffix;
1237 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1238 $dst = $dst."\\winscw_udeb\\";
1239 copy($src, $dst) || warn("unable to copy $src to $dst");
1243 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$module.$suffix;
1244 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1245 $dst = $dst."\\armv5_urel\\";
1246 copy($src, $dst) || warn("unable to copy $src to $dst");
1250 #fn to generate the session file
1251 sub GenerateSessionFile($$$$)
1253 my $libname = shift @_;
1254 my $target = shift @_;
1255 my $name = shift @_;
1256 my $listptr = shift @_;
1257 my $outdir = $ATSRoot;
1258 my $infile = $templateRoot."\\testsession.xml";
1259 chdir $outdir || die("DIED: Unable to chdir!");
1260 #open INFILE, $infile || die ("DIED: Can not open input file $infile");
1261 my $prefix = $name."_".$target;
1262 if($sdkversion ne "")
1264 $prefix = $prefix."_".$sdkversion;
1267 open OUTFILE, ">".$outdir."\\".$prefix."_testsession.xml" || die ("DIED: Can not open output file");
1269 my $snippet = $target;
1270 if($target ne "winscw" && $target ne "winsspd")
1275 print OUTFILE "<?xml version=\"1.0\"?>\n";
1276 print OUTFILE "<testsession>\n";
1277 #print OUTFILE "<symbian-version>$libname"."_".$snippet."_TestDrop_blr_component</symbian-version>\n";
1278 print OUTFILE "<symbian-version>stdcpp_combined_test_session</symbian-version>\n";
1279 print OUTFILE "<testitem>at</testitem>\n";
1280 print OUTFILE "<resultfile>ATSOUTPUT\\".$prefix."_testsession_results.xml</resultfile>\n";
1281 if($sendEmail eq "yes")
1283 print OUTFILE <<EOEmailNote;
1284 <email_notification>
1285 <include_test_cases>false</include_test_cases>
1286 <message_file>C:\\\\lm.txt </message_file>
1287 <send_after_rerun>false</send_after_rerun>
1288 <subject>Stdcpp-Plumhall $snippet testreport</subject>
1289 <from>swbuild\@nokia.com</from>
1290 <to>ajith.narayanan\@nokia.com</to>
1291 <to>hrishikesh.brahmakal\@nokia.com</to>
1292 <to>santosh.ks\@nokia.com</to>
1293 <to>shilpa.sharma\@nokia.com</to>
1294 <to>kasthuri.n-s\@nokia.com</to>
1295 <to>hema.1.s\@nokia.com</to>
1296 <to>vineetha.hari-pai\@nokia.com</to>
1297 <to>madhusudhan.p.reddy\@nokia.com</to>
1298 </email_notification>
1302 if($libname ne "combined")
1304 AddAssumedIncludes($libname,$snippet);
1310 AddFileList($libname,$listptr);
1314 AddActualIncludes($libname);
1318 print OUTFILE "</testsession>\n";
1325 sub AddAssumedIncludes($$)
1327 my $libname = shift @_;
1328 my $snippet = shift @_;
1331 foreach my $listed(@generatedModules)
1333 $APITest = StripModulePrefix($listed);
1335 print OUTFILE " <!--Inclusion of $target xml for $APITest -->\n";
1336 print OUTFILE " <component>\n";
1337 print OUTFILE " <factory>Symbian</factory>\n";
1338 if($libname eq "all")
1340 print OUTFILE " <testplan>ATSINPUT\\components\\$listed\\$listed"."_module_blr_".$snippet."_component.xml</testplan>\n";
1344 print OUTFILE " <testplan>ATSINPUT\\components\\$libname"."_"."$APITest\\$libname"."_$APITest"."_module_blr_".$snippet."_component.xml</testplan>\n";
1346 if($target eq "winscw")
1348 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1350 elsif($target eq "winsspd")
1352 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1356 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1358 print OUTFILE " </component>\n";
1360 }#foreach @generatedModules
1366 my $libname = shift @_;
1367 my $listptr = shift @_;
1368 my @componentfiles = @$listptr;
1370 foreach my $listed(@componentfiles)
1373 print OUTFILE " <!--Inclusion of $target xml -->\n";
1374 print OUTFILE " <component>\n";
1375 print OUTFILE " <factory>Symbian</factory>\n";
1376 print OUTFILE " <testplan>ATSINPUT\\components\\$listed</testplan>\n";
1377 if($target eq "winscw")
1379 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1381 elsif($target eq "winsspd")
1383 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1387 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1389 print OUTFILE " </component>\n";
1391 }#foreach @componentfiles
1403 "libssl_ssltest\\libssl_blr_winsspd_component.xml",
1404 "libcrypto_crypto_test\\libcrypto_blr_winsspd_component.xml",
1405 "libcrypto_openssl\\libcrypto_topenssltestss_blr_winsspd_component.xml",
1406 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_winsspd_component.xml",
1407 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_winsspd_component.xml",
1408 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_winsspd_component.xml",
1409 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_winsspd_component.xml",
1410 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_winsspd_component.xml",
1411 "libcrypto_openssl\\libcrypto_topenssltreq_blr_winsspd_component.xml",
1412 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_winsspd_component.xml",
1413 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_winsspd_component.xml",
1414 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_winsspd_component.xml",
1415 "libcrypto_openssl\\libcrypto_topenssltsid_blr_winsspd_component.xml",
1416 "libcrypto_openssl\\libcrypto_topenssltx509_blr_winsspd_component.xml",
1417 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_winsspd_component.xml",
1418 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_winsspd_component.xml",
1423 "libcrypto_openssl\\libcrypto_topenssltestss_blr_hw_component.xml",
1424 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_hw_component.xml",
1425 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_hw_component.xml",
1426 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_hw_component.xml",
1427 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_hw_component.xml",
1428 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_hw_component.xml",
1429 "libcrypto_openssl\\libcrypto_topenssltreq_blr_hw_component.xml",
1430 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_hw_component.xml",
1431 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_hw_component.xml",
1432 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_hw_component.xml",
1433 "libcrypto_openssl\\libcrypto_topenssltsid_blr_hw_component.xml",
1434 "libcrypto_openssl\\libcrypto_topenssltx509_blr_hw_component.xml",
1435 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_hw_component.xml",
1436 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_hw_component.xml",
1437 "libssl_ssltest\\libssl_blr_hw_component.xml",
1438 "libcrypto_crypto_test\\libcrypto_blr_hw_component.xml",
1440 if($target eq "winsspd" || $target eq "winscw")
1442 @componentfiles = @emulatorfiles;
1446 @componentfiles = @hwfiles;
1448 return @componentfiles;
1453 sub AddActualIncludes($)
1455 my $libname = shift @_;
1456 find(\&XmlComponentFiles, ".");
1459 while(($key, $value) = each(%DirHash))
1461 $value =~ s/\//\\/g;
1463 print OUTFILE " <!--Inclusion of dynamically found $target xml -->\n";
1464 print OUTFILE " <component>\n";
1465 print OUTFILE " <factory>Symbian</factory>\n";
1466 print OUTFILE " <testplan>$value</testplan>\n";
1467 if($target eq "winscw")
1469 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1471 elsif($target eq "winsspd")
1473 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1477 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1479 print OUTFILE " </component>\n";
1485 sub XmlComponentFiles()
1487 if($_ !~ /\.xml/ || $_ =~ /manual/)
1491 #print "Processing $_\n";
1493 if($dir =~ /.*(ATSINPUT.*)/)
1496 if($dir !~ /.*components.*/)
1500 #print "The dir is $dir\n";
1507 if($target eq "winsspd" )
1511 #print "Adding $target file $_ for $dir\n";
1512 $DirHash{$dir} = $dir."/".$_;
1515 elsif($target eq "winscw")
1519 #print "Adding $target file $_ for $dir\n";
1520 $DirHash{$dir} = $dir."/".$_;
1523 elsif($_ =~ /$target/)
1525 #print "$_ matched $target \n";
1526 #print "Adding $target file $_ for $dir\n";
1527 $DirHash{$dir} = $dir."/".$_;
1531 #print "$_ matched hw";
1532 if(scalar $DirHash{$dir} == 0)
1534 #print "Adding hw file $_ for $dir\n";
1535 $DirHash{$dir} = $dir."/".$_;
1536 #print " and added\n"
1540 #print " and not added\n";
1549 @generatedModules = ();
1554 my $libname = shift @_;
1556 foreach my $module(@generatedModules)
1558 $dirname = StripModulePrefix($module);
1559 my $relroot = $ATSRoot."\\components\\$libname"."_$dirname";
1560 mkdir $relroot || die("DIED: unable to create dir $dirname\n");
1561 mkdir $relroot."\\General" || die("DIED: unable to create dir $relroot\\General\n");
1564 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
1568 mkdir $relroot."\\winscw_udeb" || die("DIED: unable to create dir $relroot\\winscw_udeb\n");
1575 my $libname = shift @_;
1576 my $listedName = shift @_;
1577 my $bref = shift @_;
1578 my @filesToProcess = @$bref;
1580 #strip leading test and t names from module
1581 my $moduleName = StripModulePrefix($listedName);
1583 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1588 foreach $src(@filesToProcess)
1591 $dst =~ s/ATSTemplateXXX/$moduleName/;
1592 $dst =~ s/LibXXX/$libname/;
1595 if($src eq "testframework.ini")
1597 $dst = $toPath."General\\".$dst;
1601 $dst = $toPath.$dst;
1603 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy $src to $dst\n");
1604 ExpandModuleMacros($dst, $libname, $listedName);
1611 my $moduleName = shift @_;
1612 my $libname = shift @_;
1614 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1615 my @filesToProcess =
1617 "LibXXX_ATSTemplateXXX_exemodule_blr_hw_component.xml",
1618 "LibXXX_ATSTemplateXXX_exemodule_blr_winsspd_component.xml",
1623 foreach $src(@filesToProcess)
1626 $dst =~ s/ATSTemplateXXX/$moduleName/;
1627 $dst =~ s/LibXXX/$libname/;
1628 $dst =~ s/_exemodule_/_module_/;
1629 $dst = $toPath.$dst;
1630 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy to $dst\n");
1631 ExpandModuleMacros($dst, $libname, $moduleName);
1635 #function to expand the macros existing in a file
1636 #file is replaced by new version
1637 #args are relativePath. filename and $moduleName
1638 sub ExpandModuleMacros()
1641 my $moduleName = pop @_;
1642 my $libname = pop @_;
1643 my $filename = pop @_;
1645 my $MODULENAME = $moduleName;
1646 $MODULENAME =~ tr/[a-z]/[A-Z]/;
1649 open (INFILE, $filename ) || die ("DIED: Can not find $filename");
1652 my $newOutput = $filename."new";
1653 open (OUTFILE, ">".$newOutput ) || die ("DIED: Can not open $newOutput");
1655 # Replace text in files
1658 s/ATSTemplateXXX/$moduleName/g;
1659 s/LibXXX/$libname/g;
1667 # Rename result file
1669 rename $newOutput,$filename;
1676 my $libname = shift @_;
1677 my $copyDll = shift @_;
1680 foreach my $listed(@generatedModules)
1682 my $module = StripModulePrefix($listed);
1685 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
1686 $dst = $ATSRoot."\\components\\$libname"."_$module";
1687 $dst = $dst."\\winscw_udeb\\";
1688 copy($src, $dst) || warn("unable to copy $src to $dst");
1692 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
1693 $dst = $ATSRoot."\\components\\$libname"."_$module";
1694 $dst = $dst."\\armv5_urel\\";
1695 copy($src, $dst) || warn("unable to copy $src to $dst");
1703 my $libRoot = $templateRoot;
1704 $libRoot =~ /(.*)internal.*/;
1708 ["libcrypt", "tlibcrypt", "group/Test_Data.dat"],
1709 ["libc", "tnetdb", "data/services.txt"],
1710 ["libc", "tstring", "data/locales.txt"],
1711 ["libc", "libc_loc_blr", "data/locales.txt"],
1712 ["libz", "tzlib", "data/*.*"],
1713 ["libc", "tlink", "data/*.*"],
1714 ["libc", "tmmap", "data/*.*"],
1720 foreach my $ref(@list)
1723 ($libname, $dirname, $glob) = @inarr;
1724 my $modulename = StripModulePrefix($dirname);
1725 my $src = "$libRoot/$libname/internal/testapps/$dirname/$glob";
1726 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
1727 if($dirname eq "libc_loc_blr")
1729 $src = "$libRoot/libc/src/locales.txt";
1731 my @filesFound = glob($src);
1732 if(scalar @filesFound == 0)
1734 die("DIED: no Dat file found to copy!");
1736 foreach my $file(@filesFound)
1738 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1745 sub CopyArbitDatFiles($$)
1748 my $libname = shift @_;
1749 my $refArr = shift @_;
1750 my @list = @$refArr;
1759 #now copy the files appropriately
1760 foreach my $ref(@list)
1763 ($fname, $modulename, $location, $atsDst, $targetDst) = @inarr;
1764 #print "[$fname, $modulename, $location, $atsDst, $targetDst]\n";
1765 if($location =~ /(.*)\.\.(.*)/)
1767 $location = GetPathPrefix().$2;
1772 $location = $rootDrive.$location;
1775 my $src = $location.$fname;
1776 my $dst = $ATSRoot."\\components\\$libname"."_".$modulename.$atsDst;
1779 $dst = $ATSRoot."\\components\\".$modulename.$atsDst;
1780 #print "$dst CHANGED!\n"
1783 my @filesFound = glob($src);
1784 if(scalar @filesFound == 0)
1786 die("DIED: no Dat file $src found to copy!");
1788 foreach my $file(@filesFound)
1790 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1793 if($targetDst ne "")
1795 my @filesToChange = ();
1796 if($atsDst =~ "armv5")
1798 #armv5 component file
1799 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1802 elsif($atsDst =~ "winscw")
1804 #winscw component file
1805 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1809 #add entry to both xmls
1810 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1811 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1813 foreach my $file(@filesToChange)
1815 $src = $ATSRoot."/components/".$libname."_"."$modulename/".$file;
1816 ModifyXml($src,$libname,$fname,$atsDst,$targetDst);
1825 sub ModifyXml($$$$$)
1827 my $filename = shift @_;
1829 my $fname = shift @_;
1830 my $atsDst = shift @_;
1831 my $targetDst = shift @_;
1834 #printf("Modifying $filename with lib= $lib fname= $fname atsDst = $atsDst targetDst = $targetDst\n");
1837 open (INFILE, $filename ) || die ("Can not find $filename");
1840 my $newOutput = $filename."new";
1841 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
1844 # Replace text in files
1847 if(/\<stif\>/ || /\<execute\>/)
1851 print OUTFILE "\<stif\>\n";
1855 print OUTFILE "\<execute\>\n";
1858 if($atsDst !~ "General")
1862 print OUTFILE <<EObinary;
1864 <install type=\"$type\">
1866 <dst>$targetDst\\$fname</dst>
1869 }#stif or execute tag found
1879 # Rename result file
1881 rename $newOutput,$filename;
1884 sub GenGenModules($)
1886 my $libname = shift @_;
1889 my $src = $ATSRoot."/components/";
1891 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1892 foreach my $name (readdir(DIRHANDLE))
1894 if($name =~ /^$libname/)
1896 if($libname ne "libc" || $name !~ /^libcrypt/)
1898 $name =~ s/^$libname//;
1900 unshift @fileList, $name;
1901 }#excluded libcrypt from libc list
1904 closedir(DIRHANDLE);
1912 my $src = $ATSRoot."/components/";
1914 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1915 foreach my $name (readdir(DIRHANDLE))
1917 if($name ne "." && $name ne ".." && $name ne "shared")
1919 unshift @fileList, $name;
1923 closedir(DIRHANDLE);
1929 sub TransformXmls($$)
1931 my $libname = shift @_;
1932 my $shared = shift @_;
1933 my $target = shift @_;
1940 if($target eq "armv5")
1944 elsif($target eq "winscw")
1951 $winscw = $do_winscw;
1955 foreach $module(@generatedModules)
1957 if($armv5 == 1 && $winscw == 1)
1959 $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
1963 $src = $ATSRoot."/components/".$libname."_"."$module/*_hw_component.xml";
1967 $src = $ATSRoot."/components/".$libname."_"."$module/*_winsspd_component.xml";
1969 my @fileList = glob($src);
1970 foreach my $file(@fileList)
1972 #print"$file to be transformed!\n";
1973 AddLibsInXml($libname,$file,$shared);
1978 sub AddLibsInXml($$$)
1980 my $libname = shift @_;
1981 my $filename = shift @_;
1982 my $shared = shift @_;
1985 open (INFILE, $filename ) || die ("Can not find $filename");
1988 my $newOutput = $filename."new";
1989 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
1993 # Replace text in files
1996 if(/\<stif\>/ || /\<execute\>/)
2000 print OUTFILE "\<stif\>\n";
2004 print OUTFILE "\<execute\>\n";
2005 if($filename =~ /winsspd/)
2010 foreach my $installable(@dllList)
2012 print OUTFILE <<EOLine;
2014 <install type=\"$shared binary\">
2015 <src>$installable</src>
2016 <dst>$drive\\sys\\bin\\$installable</dst>
2031 # Rename result file
2033 rename $newOutput,$filename;
2036 sub CopySharedDlls()
2038 my $libname = shift @_;
2040 my @ListOfDlls = @$ref;
2041 my $target = shift @_;
2048 if($target eq "armv5")
2052 elsif($target eq "winscw")
2063 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2066 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2070 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2073 foreach my $copyDll(@ListOfDlls)
2077 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2078 $dst = $ATSRoot."\\components\\shared";
2079 $dst = $dst."\\winscw_udeb\\";
2080 copy($src, $dst) || warn("unable to copy $src to $dst");
2084 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2085 $dst = $ATSRoot."\\components\\shared";
2086 $dst = $dst."\\armv5_urel\\";
2087 copy($src, $dst) || warn("unable to copy $src to $dst");
2093 sub CopyMultiDlls($)
2095 my $libname = shift @_;
2099 foreach my $listed(@generatedModules)
2101 foreach my $copyDll(@dllList)
2105 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2106 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2107 $dst = $dst."\\winscw_udeb\\";
2108 copy($src, $dst) || warn("unable to copy $src to $dst");
2112 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2113 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2114 $dst = $dst."\\armv5_urel\\";
2115 copy($src, $dst) || warn("unable to copy $src to $dst");
2121 sub StripModulePrefix($)
2123 my $listed = pop @_;
2124 my $module = $listed;
2127 $module =~ s/^test//;
2129 $module =~ s/^libc_//;
2130 $module =~ s/^libm_//;
2296 sub GenBackendTest()
2301 ["libc", "tlibcbackend"],
2305 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2310 foreach my $ref(@datList)
2313 ($lib, $module,$ext) = @inarr;
2314 @generatedModules = ($module);
2316 CopyDlls($lib,".dll");
2321 @generatedModules = ("tlibcbackend");
2322 CopyDeps("libc","TPopenReadChild.exe");
2323 CopyDeps("libc","TPopenWriteChild.exe");
2329 my $libname = "libc";
2331 ["*.xml", "libcbackend", "/../backend/internal/tlibcbackend/group/","/", ""],
2332 ["*.cfg", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2333 ["*.ini", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2336 my $bDataRef = \@list;
2337 CopyArbitDatFiles("libc",$bDataRef);
2342 my $srcPrefix = $templateRoot;
2343 $srcPrefix =~ /(.*)internal.*/;
2352 my $libRoot = $templateRoot;
2353 $libRoot =~ /(.*)internal.*/;
2357 ["libssl", "ssltest", "libssl/internal/testapps/ssl_test/data/*"],
2358 ["libcrypto", "topenssl", "/libcrypto/internal/testapps/topenssl/data/*"],
2364 foreach my $ref(@list)
2367 ($libname, $dirname, $glob) = @inarr;
2368 my $modulename = StripModulePrefix($dirname);
2369 my $srcPrefix = GetPathPrefix();
2371 my $src = "$srcPrefix"."$glob";
2373 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
2374 my @filesFound = glob($src);
2375 if(scalar @filesFound == 0)
2377 die("DIED: no Dat file found to copy!");
2379 foreach my $file(@filesFound)
2381 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2387 sub CopyCryptoXmls()
2390 ["*.xml", "libssl_ssltest/", "/libssl/internal/testapps/ssl_test/group/"],
2391 ["*.xml", "libcrypto_crypto_test/", "/libcrypto/internal/testapps/crypto_test/group/"],
2392 ["*.xml", "libcrypto_openssl/", "/libcrypto/internal/testapps/topenssl/group/"],
2400 #now copy the files appropriately
2401 foreach my $ref(@list)
2404 ($fname, $moduleDst, $location) = @inarr;
2405 my $src = GetPathPrefix().$location.$fname;
2406 my $dst = $ATSRoot."\\components\\$moduleDst";
2408 my @filesFound = glob($src);
2409 if(scalar @filesFound == 0)
2411 die("DIED: no xml file found to copy!");
2413 foreach my $file(@filesFound)
2415 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2419 my @crypto_copyList = ("*.txt", "*cfg", "*.ini");
2421 foreach my $item(@crypto_copyList)
2423 $location = "/libcrypto/internal/testapps/crypto_test/group/";
2424 $fname = GetPathPrefix().$location.$item;
2425 my @filesFound = glob($fname);
2426 foreach my $file(@filesFound)
2428 $moduleDst = "libcrypto_crypto_test/";
2429 my $dst = $ATSRoot."\\components\\".$moduleDst."/General/";
2440 ["libssl", "ssltest", ".exe"],
2441 ["libcrypto", "crypto_test",".dll"],
2442 ["libcrypto", "openssl",".exe"],
2446 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2451 foreach my $ref(@datList)
2454 ($lib, $module,$ext) = @inarr;
2455 @generatedModules = ($module);
2457 CopyDlls($lib,$ext);
2470 ["*.xml", "ngi_sa_amrrecording", "/audio/lowlevelaudio/internal/sa_amrrecording/group/"],
2471 ["*.xml", "ngi_sa_highlevelaudio", "/audio/highlevelaudio/internal/sa_highlevelaudio/group/"],
2472 ["*.xml", "ngi_sa_audiomixing", "/audio/lowlevelaudio/internal/sa_audiomixing/group/"],
2473 ["*.xml", "ngi_sa_audiorecording", "/audio/lowlevelaudio/internal/sa_audiorecording/group/"],
2474 ["*.xml", "ngi_sa_clip", "/audio/lowlevelaudio/internal/sa_clip/group/"],
2475 ["*.xml", "ngi_sa_lowlevelaudio", "/audio/lowlevelaudio/internal/sa_lowlevelaudio/group/"],
2476 ["*.xml", "ngi_sa_stream", "/audio/lowlevelaudio/internal/sa_stream/group/"],
2478 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_antitearing/group/"],
2479 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_colortranslation/group/"],
2480 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb565/group/"],
2481 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb888/group/"],
2482 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_heapusage/group/"],
2483 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_multibb/group/"],
2484 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_performance/group/"],
2485 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_plswitching/group/"],
2486 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_misc/group/"],
2487 ["*.xml", "ngi_sa_bitmap", "/graphics/bitmap/internal/sa_bitmap/group/"],
2488 ["*.xml", "ngi_sa_camera", "/graphics/camera/internal/sa_camera/group/"],
2489 ["*.xml", "ngi_sa_images", "/graphics/images/internal/sa_images/group/"],
2490 ["*.xml", "ngi_sa_display", "/graphics/display/internal/sa_display/group/"],
2491 ["*.xml", "ngi_sa_lights", "/graphics/lights/internal/sa_lights/group/"],
2492 ["*.xml", "ngi_sa_videoplayback", "/graphics/video/internal/sa_videoplayback/group/"],
2494 ["*.xml", "ngi_sa_input", "/input/input/internal/sa_input/group/"],
2495 ["*.xml", "ngi_sa_textinput", "/input/textinput/internal/sa_textinput/group/"],
2496 ["*.xml", "ngi_sa_devicecapabilities", "/system/devicecapabilities/internal/sa_devicecapabilities/group/"],
2497 ["*.xml", "ngi_sa_devicestatus", "/system/devicestatus/internal/sa_phone/group/"],
2498 ["*.xml", "ngi_sa_runtimetester", "/system/runtime/internal/sa_runtimetester/group/"],
2499 ["*.xml", "ngi_sa_timing", "/timing/internal/sa_timing/group/"],
2507 #now copy the files appropriately
2508 foreach my $ref(@list)
2511 ($fname, $moduleDst, $location) = @inarr;
2512 my $src = GetPathPrefix().$location.$fname;
2513 my $dst = $ATSRoot."\\components\\$moduleDst";
2515 #print "My src is $src\n";
2516 #print "My dst is $dst\n";
2518 my @filesFound = glob($src);
2519 if(scalar @filesFound == 0)
2521 warn("warning: no xml file found to copy from $src!");
2523 foreach my $file(@filesFound)
2525 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2537 ["ngi", "sa_amrrecording", ".dll"],
2538 ["ngi", "sa_highlevelaudio", ".dll"],
2539 ["ngi", "sa_audiomixing", ".dll"],
2540 ["ngi", "sa_audiorecording", ".dll"],
2541 ["ngi", "sa_clip", ".dll"],
2542 ["ngi", "sa_lowlevelaudio", ".dll"],
2543 ["ngi", "sa_stream", ".dll"],
2544 ["ngi", "sa_bitmap", ".dll"],
2545 ["ngi", "sa_camera", ".dll"],
2546 ["ngi", "sa_images", ".dll"],
2547 ["ngi", "sa_display", ".dll"],
2548 ["ngi", "sa_lights", ".dll"],
2549 ["ngi", "sa_videoplayback", ".dll"],
2550 ["ngi", "sa_input", ".dll"],
2551 ["ngi", "sa_textinput", ".dll"],
2552 ["ngi", "sa_devicecapabilities", ".dll"],
2553 ["ngi", "sa_devicestatus", ".dll"],
2554 ["ngi", "sa_runtimetester", ".dll"],
2555 ["ngi", "sa_timing", ".dll"],
2560 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2566 foreach my $ref(@datList)
2569 ($lib, $module,$ext) = @inarr;
2570 @generatedModules = ($module);
2572 CopyDlls($lib,$ext);
2575 @generatedModules =("sa_backbuffer");
2579 "sa_bb_antitearing.dll",
2580 "sa_bb_colortranslation.dll",
2581 "sa_bb_createfb444.dll",
2582 "sa_bb_createfb565.dll",
2583 "sa_bb_createfb888.dll",
2585 "sa_bb_heapusage.dll",
2586 "sa_bb_multibb.dll",
2587 "sa_bb_performance.dll",
2588 "sa_bb_plswitch.dll",
2591 CopyMultiDlls("ngi");
2594 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2595 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2596 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2604 my $libname = shift @_;
2606 if($target eq "winsspd" && $sdkversion ne "")
2608 @globlist = ("winsspd_".$sdkversion);
2609 #print "winsspd ".$sdkversion." selected\n";
2611 elsif($target eq "winsspd")
2613 @globlist = ("winsspd");
2614 #print "winsspd selected\n";
2616 elsif($sdkversion ne "")
2618 @globlist = ($target,"hw_".$sdkversion);
2619 #print "$target $sdkversion selected\n";
2623 @globlist = ($target,"hw");
2624 #print "$target $sdkversion selected\n";
2627 foreach my $module(@generatedModules)
2629 my $glob_to_use = "";
2631 foreach my $glob(@globlist)
2633 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2634 #print "Analysing $module and $glob\n";
2635 @fileList = glob($src);
2636 foreach my $file(@fileList)
2638 my $pat = $glob."\_component\.xml";
2639 #print "[$file - $glob"."_component.xml"."]\n";
2642 $glob_to_use = $pat;
2643 #print "[$file - $glob"."_component.xml"."]\n";
2647 if($glob_to_use ne "")
2652 if($glob_to_use ne "")
2654 #print "Using the glob $glob_to_use\n";
2655 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2656 @fileList = glob($src);
2657 foreach my $file(@fileList)
2659 #print "[$file - $glob_to_use]\n";
2660 if($file =~ /$glob_to_use/)
2662 $file =~ /.*components[\\\/](.*)/;
2664 $value =~ s/\//\\/g;
2665 #print "adding $value for $module with $glob_to_use\n";
2666 unshift @foundList,$value;
2672 warn("Unable to figure out glob to use for $module. Skipping...\n");