Update contrib.
2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
4 rem Redistribution and use in source and binary forms, with or without
5 rem modification, are permitted provided that the following conditions are met:
7 rem Redistributions of source code must retain the above copyright notice, this
8 rem list of conditions and the following disclaimer.
9 rem Redistributions in binary form must reproduce the above copyright notice,
10 rem this list of conditions and the following disclaimer in the documentation
11 rem and/or other materials provided with the distribution.
12 rem Neither the name of Nokia Corporation nor the names of its contributors
13 rem may be used to endorse or promote products derived from this software
14 rem without specific prior written permission.
16 rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 rem AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 rem IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 rem DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20 rem FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 rem DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22 rem SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23 rem CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 rem OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25 rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 @perl -x GenATSModules.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
41 my $target = "winsspd";
45 my $combinedSession = "no";
47 my $noXmlsGenList = "play_new";
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
201 my $rootDrive = substr(getcwd(), 0,2);
202 my $templateRoot = getcwd();
204 if(rindex($templateRoot, "tsrc") == -1 && ($suite ne "stdlibs" && $suite ne "pcts" ) )
206 die("Please run the script from the appropriate internal folder in the mobileruntime /omerta project!!");
211 my $srcPrefix = getcwd();
212 $srcPrefix =~ /(.*)tsrc.*/;
214 if(rindex($templateRoot, "stdlibs") != -1)
216 $srcPrefix =~ /(.*)stdlibs.*/;
221 $templateRoot = $srcPrefix."/glib/internal/";
223 elsif($suite eq "ssl")
225 $templateRoot = $srcPrefix."/ssl/tsrc/";
227 elsif($suite eq "ngi" && $session ne "yes")
229 print "ngi atsinput creation not supported from mobileruntime\n";
234 if(rindex($templateRoot, "glib") != -1)
238 elsif(rindex($templateRoot, "ssl") != -1)
242 elsif(rindex($templateRoot, "ngi") != -1)
249 my $optsGroupPath = $templateRoot."/ts/ltp/opts/group/";
250 #$optsGroupPath = getcwd()."/ts/ltp/opts/group/";
251 my $ltpPath =$templateRoot."/ts/ltp/";
252 my $stdcppPath =$templateRoot."/testapps/stlport/";
253 my @stdexeList = ("gnu","tstdcpp","stdcxx/tstapps");
254 #my $gnuPath =getcwd()."/testapps/gnu/";
255 #my $tstdcppPath =getcwd()."/testapps/tstdcpp/";
256 my $ATSRoot = getcwd()."\\ATSINPUT";
258 my @generatedModules;
261 my $TDIR = "\\internal\\testapps\\";
263 my @libcModules = ( "libc_loc_blr", "libc_time_blr", "libc_db_blr","tctype", "tifioctls", "tinet",
264 "tlibcwchar", "tlink", "tmkfifo", "tmmap", "tmsgqueue",
265 "tnetdb", "tpipe","tregex", "tsemaphore", "tshm","tsocket" ,
266 "tstdio", "tstdlib", "tstring", "tsyscalls",
267 "tsyssim", "twctype", "tselect", "tsysunistd", "twideapis", "twopen", "twchar",
271 my @libdlModules = ("tlibdl");
272 my @libmModules = ("libm_double_blr", "libm_float_blr","libm_ldouble_blr");
275 my @pthreadModules = ( "testcondbroadcast", "testconddestroy", "testcondinit", "testcondsignal", "testcondtimedwait", "testcondwait",
276 "tmutex", "tpthread", "testpthreadonce", "testsemclose", "testsemdestroy", "testsemgetvalue", "testseminit", "testsemopen", "testsempost",
277 "testsemtimedwait", "testsemtrywait", "testsemunlink", "testsemwait");
280 my @stdliblist = ( "libc", "libpthread", "libdl", "libm", "libz", "libcrypt");
281 my @dllList = ("backend.dll", "libc.dll", "LibCIpcClient.dll", "LibCIpcServer.exe", "libdl.dll", "libm.dll", "libpthread.dll", "libcrypt.dll", "libz.dll", "liblogger.dll");
285 ["fstream1_input.txt", "stlport_fstream", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
286 ["nextperm1_good.txt", "stlport_nextprm", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
287 ["nextperm2_good.txt", "stlport_nextprm", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
288 ["ostmit_good.txt", "stlport_ostmit", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
289 ["seek.txt", "stlport_seek", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
290 ["istream_extractor_other-1.tst","istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
291 ["istream_extractor_other-1.txt","istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
292 ["istream_extractor_other-2.tst","istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
293 ["istream_unformatted-1.tst","istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
294 ["istream_unformatted-1.txt","istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
295 ["istream_unformatted-2.tst","istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
296 ["ostream_inserter_char-1.tst","ostream_inserter_char", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
297 ["ostream_inserter_other-1.tst","ostream_inserter_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
298 ["ostream_inserter_other-2.tst","ostream_inserter_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
299 ["istream_extractor_other-1.tst","w_istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
300 ["istream_extractor_other-1.txt","w_istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
301 ["istream_extractor_other-2.tst","w_istream_extractor_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
302 ["istream_unformatted-1.tst","w_istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
303 ["istream_unformatted-1.txt","w_istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
304 ["istream_unformatted-2.tst","w_istream_unformatted", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
305 ["ostream_inserter_char-1.tst","w_ostream_inserter_char", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
306 ["ostream_inserter_other-1.tst","w_ostream_inserter_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
307 ["ostream_inserter_other-2.tst","w_ostream_inserter_other", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
308 ["filebuf_members-1.tst","filebuf_members", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
309 ["filebuf_members-1.txt","filebuf_members", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
310 ["filebuf_virtuals-1.tst","filebuf_virtuals", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
311 ["filebuf_virtuals-1.txt","filebuf_virtuals", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
312 ["filebuf_virtuals-2.tst","filebuf_virtuals", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
313 ["filebuf_virtuals-3.tst","filebuf_virtuals", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
314 ["ifstream_members-1.tst","ifstream_members", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
315 ["ifstream_members-1.txt","ifstream_members", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
316 ["ios_base_members_static-1.tst","ios_base_members_static", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
317 ["istream_seeks-1.tst","istream_seeks", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
318 ["istream_seeks-1.txt","istream_seeks", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
319 ["istream_seeks-2.tst","istream_seeks", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
320 ["istream_seeks-3.tst","istream_seeks", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
321 ["ofstream_members-1.tst","ofstream_members", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
322 ["ostream_inserter_char-1.txt","ostream_inserter_char", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
323 ["ostream_seeks-1.tst","ostream_seeks", "/../internal/testapps/gnu/io/doc/", "/General/", "C:\\TestFramework\\gnu"],
324 ["infile_auto.txt","multi_thread_auto", "/../internal/testapps/doc/", "/General/", "C:\\TestFramework\\tstdcpp"],
328 ["1.gmarkup", "markup_test", "/epoc32/winscw/c/", "/General/", "C:"],
329 ["1.gmarkup", "markup-test", "/epoc32/winscw/c/", "/General/", "C:"],
330 ["iochannel-test-infile", "iochannel_test", "/epoc32/winscw/c/", "/General/", "C:"],
331 ["iochannel-test-infile", "iochannel-test", "/epoc32/winscw/c/", "/General/", "C:"],
332 # ["casemap.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
333 # ["casefold.bin", "unicode-caseconv", "/epoc32/winscw/c/", "/General/", "C:"],
334 ["utf8.txt", "unicode-encoding","/epoc32/winscw/c/", "/General/", "C:"],
335 ["casecollate.txt", "unicode-collate","/epoc32/winscw/c/", "/General/", "C:"],
336 ["utf8_hindi.txt", "tutf8","/epoc32/winscw/c/", "/General/", "C:"],
337 ["scanfile.txt", "tscanner","/epoc32/winscw/c/", "/General/", "C:"],
338 ["test.txt", "dir_test","/epoc32/winscw/c/temp/tmp/", "/General/", "C:\\temp\\tmp"],
339 ["NormalizationTest.txt", "unicode-normalize","/epoc32/winscw/c/", "/General/", "C:"],
341 ["helloworld.exe", "spawn_test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
342 ["helloworld.exe", "spawn_test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
344 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
345 ["libmoduletestplugin_a.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
347 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/armv5/urel/", "/armv5_urel/", "C:\\sys\\bin"],
348 ["libmoduletestplugin_b.dll", "module-test","/epoc32/release/winscw/udeb/", "/winscw_udeb/", "Z:\\sys\\bin"],
354 ["Test.txt", "ngi_sa_runtimetester", "/EPOC32/winscw/c/Private/10202be9/", "/General/", ""],
355 ["sa_input_repository.txt", "shared","/EPOC32/armv5/c/TestFramework/", "/armv5_urel/", ""],
356 ["sa_input_repository.txt", "shared","/EPOC32/winscw/c/TestFramework/", "/winscw_udeb/", ""],
357 ["audiomixingfiles.ini", "ngi_sa_audiomixing","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
358 ["sa_camera_supported.ini", "ngi_sa_camera","/EPOC32/armv5/c/TestFramework/", "/general/", ""],
359 ["sa_clip.ini", "ngi_sa_clip","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
360 ["devicecapabilitiesdata.ini", "ngi_sa_devicecapabilities","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
361 ["highlevelaudiofiles.ini", "ngi_sa_highlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
362 ["lowlevelaudiofiles.ini", "ngi_sa_lowlevelaudio","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
363 ["runtimedata.ini", "ngi_sa_runtimetester","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
364 ["sa_stream.ini", "ngi_sa_stream","/EPOC32/winscw/c/TestFramework/", "/general/", ""],
365 #["*", "ngi_sa_videoplayback","/../graphics/video/internal/sa_videoplayback/data/", "/general/", ""],
366 ["test.*", "ngi_sa_images","/Epoc32/winscw/c/Data/", "/general/", ""]
372 my $validexpansions = "all stdlibs combined";
373 my $validLibraries = "ltp opts lsb glib ssl ngi pcts stdcpp gcce libc-locale play_new";
374 if(rindex($validexpansions, $suite)== -1 && rindex($validLibraries, $suite) == -1)
376 die("$suite is not a valid library. Valid options are $validexpansions $validLibraries");
383 @liblist = split " ", $validLibraries;
384 @liblist = (@liblist, @stdliblist);
387 elsif($suite eq "ltp")
389 @liblist = ("ltp", "opts");
391 elsif($suite eq "stdlibs")
393 @liblist = @stdliblist;
395 elsif($suite eq "ssl")
397 @liblist = ("libcrypto", "libssl");
401 @liblist = ("$suite");
404 # foreach my $l(@liblist)
406 # print "$l was there\n";
410 if($combinedSession eq "yes")
412 GenerateSessionFile("combined", $target,"combined");
416 if($session eq "yes")
418 my $file = $templateRoot."/testsession.xml";
419 opendir(DIRHANDLE, $ATSRoot) || die("Please try to create Session files only after ATSINPUT/components has been created!");
422 if($suite eq "ngi" || $suite eq "play_new")
424 @generatedModules = GenGenModules($suite);
425 my @componentFiles = GetXmls($suite);
426 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
429 elsif($suite eq "ssl")
431 my @componentFiles = GetSslXmls();
432 GenerateSessionFile("combined",$target,$suite,\@componentFiles);
435 elsif($suite eq "stdlibs")
437 #my $dst = $ATSRoot."/$suite"."_testsession.xml";
439 GenerateSessionFile("combined",$target,$suite);
442 foreach my $lib(@liblist)
444 @generatedModules = GenGenModules($lib);
445 if(scalar @generatedModules != 0)
447 #print "Generating for $lib\n";
448 GenerateSessionFile($lib, $target,$lib);
452 #@generatedModules = GetAllModules();
453 #if(scalar @generatedModules != 0)
455 # GenerateSessionFile("combined",$target, "combined");
458 }#session generation code
461 if ($suite eq "ltp" || $suite eq "all")
463 my @ltpModules = GetLtpModules();
464 @generatedModules = @ltpModules;
465 DoGen("ltp", ".dll");
469 my @saved = @dllList;
470 @dllList = ("ltplib.dll");
471 CopySharedDlls("ltp", \@dllList);
472 TransformXmls("ltp","shared");
475 @generatedModules = GetCompiledModules($optsGroupPath."/bld.inf");
476 DoGen("opts",".dll");
479 if ($suite eq "glib")
481 my $bldfile = $templateRoot."/testapps/group/bld.inf";
482 my @glibModules = GetCompiledModules($bldfile);
483 @generatedModules = @glibModules;
484 DoGen("glib",".exe");
485 my $gDataRef = \@gliblist;
486 CopyArbitDatFiles("glib",$gDataRef);
488 if($install eq "yes")
490 my @saved = @dllList;
491 my @glib2dllList = ("glibbackend.dll", "Libgobject.dll", "libgmodule.dll", "libgthread.dll",
494 my @glib1List = ( "libgobject.dll", "libgmodule.dll", "libgthread.dll", "libglib.dll", );
495 @dllList = @glib2dllList;
496 CopySharedDlls("glib",\@dllList);
497 TransformXmls("glib", "shared");
506 my $stripStatus = $dontStrip;
509 if($install eq "yes")
511 @dllList = (@dllList, "libcrypto.dll", "libssl.dll");
513 $dontStrip = $stripStatus;
521 CopyArbitDatFiles("",\@ngilist);
525 if($suite eq "play_new")
527 my @play_newModules = ("fonttestmodule", "messagingtestmodule","locationtestmodule", "alertstestmodule",
528 "libxmlstiff","ngisvgtestmodule");
529 @generatedModules = @play_newModules;
530 DoGen("play_new",".dll");
533 ["*.cfg", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/General/", ""],
534 ["*.xml", "fonttestmodule", "/../fonts/internal/testmodules/fonttestmodule/group/","/", ""],
536 ["*.cfg", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/General/", ""],
537 ["*.xml", "messagingtestmodule", "/../ngimessaging/internal/testmodules/messagingtestmodule/group/","/", ""],
538 ["*", "messagingtestmodule", "/EPOC32/winscw/c/messagingtestmodule/","/General/", ""],
540 ["*.cfg", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/General/", ""],
541 ["*.xml", "locationtestmodule", "/../ngilocation/internal/testmodules/locationtestmodule/group/","/", ""],
543 ["*.cfg", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/General/", ""],
544 ["*.xml", "alertstestmodule", "/../ngialerts/internal/testmodules/alertstestmodule/group/","/", ""],
545 ["vertigo.wav", "alertstestmodule", "/Epoc32/winscw/c/alertstestmodule/","/General/", ""],
547 ["*.cfg", "libxmlstiff", "/../libxmlpp/internal/group/","/General/", ""],
548 ["*.xml", "libxmlstiff", "/../libxmlpp/internal/group/","/", ""],
549 ["*.*", "libxmlstiff", "/../libxmlpp/internal/data/","/General/", ""],
551 ["*.cfg", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/General/", ""],
552 ["*.xml", "ngisvgtestmodule", "/../ngisvg/internal/testmodules/ngisvgtestmodule/group/","/", ""],
553 ["*.*", "ngisvgtestmodule", "/epoc32/winscw/c/ngisvgtest/","/General/", ""],
557 my $bDataRef = \@list;
558 CopyArbitDatFiles("play_new",$bDataRef);
559 if($install eq "yes")
561 @generatedModules = GenGenModules("play_new");
562 my @saved = @dllList;
571 "FeedsLibXml2xmlpp.dll");
572 @dllList = @playList;
573 CopySharedDlls("play_new",\@dllList);
574 TransformXmls("play_new", "shared");
582 if($suite eq "stdcpp")
584 @generatedModules = GetstdcppModules();
585 DoGen("stdcpp",".dll");
586 CopyLtpCfg("stdcpp");
587 @generatedModules = GetstdexeModules();
588 DoGen("stdcpp",".exe");
590 my @saved = @dllList;
591 @dllList = ("stdcxxtestengine.dll");
592 CopySharedDlls("stdcpp", \@dllList);
593 TransformXmls("stdcpp","shared");
596 CopyArbitDatFiles("stdcpp",\@stdcpplist);
598 if($install eq "yes")
600 @generatedModules = GenGenModules("stdcpp");
601 my @saved = @dllList;
602 my @cppList = ("libstdcpp.dll");
604 CopySharedDlls("stdcpp",\@dllList);
605 TransformXmls("stdcpp", "shared");
611 if($suite eq "lsb" || $suite eq "all")
613 my @lsbModules = GetLsbModules();
614 @generatedModules = @lsbModules;
620 #copying the common dlls
628 foreach $dll (@depDlls)
630 CopyDeps("lsb",$dll);
632 #now copy the cfg files
634 #now copy the extra dependency dlls
637 @generatedModules = ("dlopen");
644 "dynlibtest.11.1.dll",
645 "dynlibtest.11.2.dll",
646 "dynlibtest.12g.dll",
647 "dynlibtest.12r.dll",
648 "dynlibtest.14.1.dll",
649 "dynlibtest.14.2.dll",
650 "dynlibtest.14.3.dll",
651 "dynlibtest.3.1.dll",
652 "dynlibtest.3.2.dll",
661 foreach $dll (@depDlls)
663 CopyDeps("lsb",$dll);
667 @generatedModules = ("dlclose");
668 @depDlls = ("dynlibclose.1.dll");
669 foreach $dll (@depDlls)
671 CopyDeps("lsb",$dll);
675 @generatedModules = ("dlerror");
676 @depDlls = ("dynlib.dll");
677 foreach $dll (@depDlls)
679 CopyDeps("lsb",$dll);
683 my $srcDir = $templateRoot."/ts/lsbsuites/group/";
687 foreach my $dllib("dlopen", "dlclose", "dlerror")
689 $dst = $ATSRoot."\\components\\lsb_".$dllib."\\";
690 copy($srcDir."/lsb_".$dllib."_module_blr_hw_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
691 copy($srcDir."/lsb_".$dllib."_module_blr_winsspd_component.xml", $dst) || die("DIED: unable to copy from $srcDir!\n");
700 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
702 @generatedModules = ("gcce-validate", "gcce-load");
710 my $libname = "gcce";
715 foreach my $module(@generatedModules)
717 my $relroot = $ATSRoot."\\components\\$libname"."_$module";
718 mkdir $relroot || die("DIED: unable to create dir $module\n");
719 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
721 #GenExeXmls($module,$libname);
723 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\".$module.$suffix;
724 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
725 $dst = $dst."\\armv5_urel\\";
726 copy($src, $dst) || warn("unable to copy $src to $dst");
728 $src = $rootDrive."\\epoc32\\release\\gcce\\urel\\"."gcce-lib.dll";
729 $dst = $ATSRoot."\\components\\gcce_gcce-load";
730 $dst = $dst."\\armv5_urel\\";
731 copy($src, $dst) || warn("unable to copy $src to $dst");
735 ["gcce_gcce-load_module_blr_hw_component.xml", "gcce-load", "./","/", ""],
736 ["gcce_gcce-validate_module_blr_hw_component.xml", "gcce-validate", "./","/", ""],
739 my $bDataRef = \@list;
740 CopyArbitDatFiles("gcce",$bDataRef);
747 if($suite eq "libc-locale")
751 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
753 @generatedModules = ("tstring");
754 DoGen("libc",".dll");
757 ["locales.txt", "string", "../libc/internal/testapps/tstring/data/", "/General/", ""],
758 ["tstring_locale_component.xml", "string", "../libc/internal/testapps/tstring/group/", "/", ""],
762 my $bDataRef = \@localelist;
763 CopyArbitDatFiles("libc",$bDataRef);
764 #delete($ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml") || die("unable to delete");
765 my $my_src = $ATSRoot."/components/libc_string/"."tstring_locale_component.xml";
766 my $my_dst = $ATSRoot."/components/libc_string/"."libc_string_module_blr_hw_component.xml";
768 unlink($my_dst) ||warn("unable to delete $my_dst");
769 rename($my_src,$my_dst) || move($my_src,$my_dst) || die("Unable to rename!");
776 my $bldfile = $templateRoot."/group/bld.inf";
777 my @pctsModules = GetCompiledModules($bldfile);
778 @generatedModules = @pctsModules;
779 DoGen("pcts",".exe");
785 #copying the common dlls
797 if($install eq "yes")
799 my @saved = @dllList;
801 CopySharedDlls("pcts", \@depDlls);
802 TransformXmls("pcts","shared");
805 #now copy the cfg files
807 my $srcDir = "/epoc32/winscw/c/data/tet/";
808 my $file1 = $srcDir."tet_code";
809 my $file2 = $srcDir."tetexec.cfg";
810 foreach my $module(@generatedModules)
812 $dst = $ATSRoot."\\components\\pcts_".$module;
813 $dst = $dst."\\General\\";
814 copy($file1, $dst) or die "copy: $! $file1 $dst";
815 copy($file2,$dst) or die "copy: $! $file2 $dst";
823 foreach my $module(@generatedModules)
825 my $file3 = "/epoc32/winscw/c/logs/tet/m.".$module;
827 $dst = $ATSRoot."\\components\\pcts_".$module;
828 $dst = $dst."\\General\\";
829 copy($file3, $dst) or die "copy: $! $file3 $dst";
837 if($suite eq "stdlibs" || $suite eq "all")
839 @generatedModules = ("tzlib");
840 DoGen("libz", ".dll");
842 @generatedModules = ("tlibcrypt");
843 DoGen("libcrypt",".dll");
845 @generatedModules = @libcModules;
846 DoGen("libc",".dll");
849 @generatedModules = ("twchar");
850 CopyDeps("libc","twchar_helloworld.exe");
852 @generatedModules = ("twopen");
853 CopyDeps("libc","twpopenwritechild.exe");
854 CopyDeps("libc","twpopenreadchild.exe");
857 @generatedModules = @libdlModules;
858 DoGen("libdl",".dll");
859 CopyDeps("libdl","Dll1.dll");
860 CopyDeps("libdl","Dll2.dll");
861 CopyDeps("libdl","DependencyTestDll.dll");
863 @generatedModules = @libmModules;
864 DoGen("libm",".dll");
866 $TDIR = "\\internal\\";
867 @generatedModules = @pthreadModules;
868 DoGen("libpthread",".dll");
869 CopyDeps("libpthread","testharness.dll");
874 if($install eq "yes")
876 foreach my $lib(@liblist)
878 #print "Transforming lib $lib\n";
879 @generatedModules = GenGenModules($lib);
880 my @oldList = @dllList;
883 @dllList = (@dllList, "wsdsoln.dll", "libestw32.dll");
884 CopySharedDlls($lib,\@dllList,"winscw");
885 TransformXmls($lib, "shared","winscw");
890 CopySharedDlls($lib,\@dllList,"armv5");
891 TransformXmls($lib, "shared","armv5");
898 #function to generate ModuleList for a compiled bld.inf
899 sub GetCompiledModules($)
906 open (INFILE, "<".$file ) || die ("DIED: Can not find $file!");
910 if(/(.*)\.mmp/ && $1 !~ /^\/\//)
912 if($_ !~ /\/\/Not for ATS/)
914 push @moduleList, $1;
925 my $prevDir = getcwd();
926 my @rootList = ("kernel", "misc");
928 foreach my $node(@rootList)
930 chdir $ltpPath."/$node";
932 find(\&MakeGroupList, ".");
933 @totalgroupList = (@totalgroupList, @groupList);
936 return @totalgroupList;
939 sub GetstdexeModules()
941 my $prevDir = getcwd();
943 foreach my $group(@stdexeList)
945 my $groupPath = $templateRoot."/testapps/".$group. "/";
948 find(\&grovelAllMmpFiles, ".");
950 @fullList = (@fullList,@groupList);
955 sub grovelAllMmpFiles()
957 if($_ =~ /(.*)\.mmp/ && ! ($_ =~ /manual/))
959 push @groupList, $1;#get name of module
963 sub GetstdcppModules()
965 my $prevDir = getcwd();
966 my @rootList = ("auto");
968 foreach my $node(@rootList)
970 chdir $stdcppPath."/$node";
972 find(\&MakeGroupList, ".");
973 @totalgroupList = (@totalgroupList, @groupList);
976 return @totalgroupList;
979 sub GetTstdcppModules()
981 my $prevDir = getcwd();
984 find(\&grovelAllMmpFiles, ".");
991 my $currentDir = $File::Find::dir;
993 #print "Current dir:$currentDir\n";
994 if( $currentDir =~ /.*\/(.*)\/group/)
996 if($cfglocation{$1} eq "")
998 $cfglocation{$1} = getcwd()."\/$1.cfg";
999 push @groupList, $1;#get name of module
1000 }#first time in group
1005 #function that generates the ATS setup
1008 my $libname = shift @_;
1011 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
1016 foreach my $listed(@generatedModules)
1018 my @filesToProcess =
1020 "LibXXX_ATSTemplateXXX_module_blr_hw_component.xml",
1021 "LibXXX_ATSTemplateXXX_module_blr_winsspd_component.xml",
1022 "testframework.ini",
1024 if(rindex($noXmlsGenList, $libname) != -1 )
1026 @filesToProcess = ("testframework.ini",);
1031 GenExeXmls($listed,$libname);
1035 #just in case no xml file was supplied
1037 my $ref = \@filesToProcess;
1038 GenXmls($libname, $listed,$ref);
1042 CopyDlls($libname,$ext);
1043 #copy the provided cfg, ini and xmls
1044 if($libname eq "opts")
1046 CopyOptsCfg($libname);
1048 elsif($libname eq "ltp" || $libname eq "lsb" || $libname eq "glib")
1050 #copy latter and dont copy respectively for ltp and lsb
1054 CopyCfgIniXmls($libname);
1058 sub CopyCfgIniXmls()
1060 my $libname = pop @_;
1062 my $libRoot = $templateRoot;
1063 $libRoot =~ /(.*)internal.*/;
1071 foreach my $listed(@generatedModules)
1073 my $dirname = $listed;
1074 $dirname =~ s/test/t/;
1075 $module = StripModulePrefix($listed);
1077 $src = $libRoot.$libname.$TDIR.$dirname."\\group\\";
1079 my $xmlCopied = "0";
1080 my @globpattern = ("*.ini", "*.xml","*.cfg");
1081 foreach my $pat(@globpattern)
1083 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1086 $dst = $dst."\\General\\";
1092 my @filesFound = glob($src."\\$pat");
1093 if(scalar @filesFound eq "0")
1095 #print "No files found for module $module $pat!\n";
1100 if($pat eq "*.cfg" && $xmlCopied eq "0")#rename only if xml not copied
1102 if(scalar @filesFound > 1)
1104 print "Multiple cfg files found. Copying all!\n";
1108 $dst = $dst.$listed.".cfg";
1111 elsif($pat eq "*.xml")
1114 foreach my $from (@filesFound)
1116 if($from =~ /winscw_component/)
1118 $dst = $folder.$libname."_".$module."_module_blr_winscw_component.xml";
1119 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1122 elsif($from =~ /winsspd_component/)
1124 $dst = $folder.$libname."_".$module."_module_blr_winsspd_component.xml";
1125 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1128 elsif($from =~ /hw_component/)
1130 $dst = $folder.$libname."_".$module."_module_blr_hw_component.xml";
1131 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1134 }#examine individually
1135 if(scalar @filesFound > 2)
1137 #print "Multiple xml files found!!!\n";
1143 foreach my $from (@filesFound)
1145 copy($from, $dst) or die "DIED: copy: $! $from $dst";
1151 #copy the cfg files for the opts test suite
1154 my $libname = pop @_;
1156 my $libRoot = $optsGroupPath."\\";
1161 foreach $module(@generatedModules)
1163 $src = $libRoot.$module."\.cfg";
1164 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1165 $dst = $dst."\\General\\";
1166 copy($src, $dst) or warn "copy: $! $src $dst";
1170 #copy the lsb cfg files
1173 my $libname = pop @_;
1179 my $srcDir = $templateRoot."/ts/lsbsuites/lsblib/data/";
1181 foreach $module(@generatedModules)
1183 my $file1 = $srcDir."tet_code.cfg";
1184 my $file2 = $srcDir."tetexec.cfg";
1185 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1186 $dst = $dst."\\General\\";
1187 copy($file1, $dst) or die "copy: $! $file1 $dst";
1188 copy($file2, $dst) or die "copy: $! $file2 $dst";
1193 #copy the ltp cfg files
1196 my $libname = pop @_;
1202 foreach $module(@generatedModules)
1204 $src = $cfglocation{$module};
1205 $dst = $ATSRoot."\\components\\".$libname."_".$module;
1206 $dst = $dst."\\General\\";
1207 copy($src, $dst) or warn "copy: $! $src $dst";
1214 my $libname = shift @_;
1215 my $suffix = shift @_;
1222 foreach $module(@generatedModules)
1226 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$module.$suffix;
1227 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1228 $dst = $dst."\\winscw_udeb\\";
1229 copy($src, $dst) || warn("unable to copy $src to $dst");
1233 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$module.$suffix;
1234 $dst = $ATSRoot."\\components\\".$libname."_".StripModulePrefix($module);
1235 $dst = $dst."\\armv5_urel\\";
1236 copy($src, $dst) || warn("unable to copy $src to $dst");
1240 #fn to generate the session file
1241 sub GenerateSessionFile($$$$)
1243 my $libname = shift @_;
1244 my $target = shift @_;
1245 my $name = shift @_;
1246 my $listptr = shift @_;
1247 my $outdir = $ATSRoot;
1248 my $infile = $templateRoot."\\testsession.xml";
1249 chdir $outdir || die("DIED: Unable to chdir!");
1250 #open INFILE, $infile || die ("DIED: Can not open input file $infile");
1251 my $prefix = $name."_".$target;
1252 if($sdkversion ne "")
1254 $prefix = $prefix."_".$sdkversion;
1257 open OUTFILE, ">".$outdir."\\".$prefix."_testsession.xml" || die ("DIED: Can not open output file");
1259 my $snippet = $target;
1260 if($target ne "winscw" && $target ne "winsspd")
1265 print OUTFILE "<?xml version=\"1.0\"?>\n";
1266 print OUTFILE "<testsession>\n";
1267 #print OUTFILE "<symbian-version>$libname"."_".$snippet."_TestDrop_blr_component</symbian-version>\n";
1268 print OUTFILE "<symbian-version>ats_test_session</symbian-version>\n";
1269 print OUTFILE "<testitem>at</testitem>\n";
1270 print OUTFILE "<resultfile>ATSOUTPUT\\".$prefix."_testsession_results.xml</resultfile>\n";
1271 if($sendEmail eq "yes")
1273 print OUTFILE <<EOEmailNote;
1274 <email_notification>
1275 <include_test_cases>true</include_test_cases>
1276 <message_file>C:\\\\lm.txt </message_file>
1277 <send_after_rerun>false</send_after_rerun>
1278 <subject>ATS testreport</subject>
1279 <from>swbuild\@nokia.com</from>
1280 <to>santosh.ks\@nokia.com</to>
1281 <to>Imtiyaj.Kaji\@nokia.com</to>
1282 <to>tp-ap-india-mrt-testdg\@nokia.com</to>
1283 <to>tp-ap-india-mrt-libsdg\@nokia.com</to>
1284 <to>subeesh.sivanandan\@nokia.com</to>
1285 <to>girish.bhat\@nokia.com</to>
1286 </email_notification>
1290 if($libname ne "combined")
1292 AddAssumedIncludes($libname,$snippet);
1298 AddFileList($libname,$listptr);
1302 AddActualIncludes($libname);
1306 print OUTFILE "</testsession>\n";
1313 sub AddAssumedIncludes($$)
1315 my $libname = shift @_;
1316 my $snippet = shift @_;
1319 foreach my $listed(@generatedModules)
1321 $APITest = StripModulePrefix($listed);
1323 print OUTFILE " <!--Inclusion of $target xml for $APITest -->\n";
1324 print OUTFILE " <component>\n";
1325 print OUTFILE " <factory>Symbian</factory>\n";
1326 if($libname eq "all")
1328 print OUTFILE " <testplan>ATSINPUT\\components\\$listed\\$listed"."_module_blr_".$snippet."_component.xml</testplan>\n";
1332 print OUTFILE " <testplan>ATSINPUT\\components\\$libname"."_"."$APITest\\$libname"."_$APITest"."_module_blr_".$snippet."_component.xml</testplan>\n";
1334 if($target eq "winscw")
1336 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1338 elsif($target eq "winsspd")
1340 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1344 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1346 print OUTFILE " </component>\n";
1348 }#foreach @generatedModules
1354 my $libname = shift @_;
1355 my $listptr = shift @_;
1356 my @componentfiles = @$listptr;
1358 foreach my $listed(@componentfiles)
1361 print OUTFILE " <!--Inclusion of $target xml -->\n";
1362 print OUTFILE " <component>\n";
1363 print OUTFILE " <factory>Symbian</factory>\n";
1364 print OUTFILE " <testplan>ATSINPUT\\components\\$listed</testplan>\n";
1365 if($target eq "winscw")
1367 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1369 elsif($target eq "winsspd")
1371 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1375 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1377 print OUTFILE " </component>\n";
1379 }#foreach @componentfiles
1391 "libssl_ssltest\\libssl_blr_winsspd_component.xml",
1392 "libcrypto_crypto_test\\libcrypto_blr_winsspd_component.xml",
1393 "libcrypto_openssl\\libcrypto_topenssltestss_blr_winsspd_component.xml",
1394 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_winsspd_component.xml",
1395 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_winsspd_component.xml",
1396 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_winsspd_component.xml",
1397 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_winsspd_component.xml",
1398 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_winsspd_component.xml",
1399 "libcrypto_openssl\\libcrypto_topenssltreq_blr_winsspd_component.xml",
1400 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_winsspd_component.xml",
1401 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_winsspd_component.xml",
1402 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_winsspd_component.xml",
1403 "libcrypto_openssl\\libcrypto_topenssltsid_blr_winsspd_component.xml",
1404 "libcrypto_openssl\\libcrypto_topenssltx509_blr_winsspd_component.xml",
1405 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_winsspd_component.xml",
1406 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_winsspd_component.xml",
1411 "libcrypto_openssl\\libcrypto_topenssltestss_blr_hw_component.xml",
1412 "libcrypto_openssl\\libcrypto_topenssltestverify_blr_hw_component.xml",
1413 "libcrypto_openssl\\libcrypto_topenssltestenc_blr_hw_component.xml",
1414 "libcrypto_openssl\\libcrypto_topenssltestgen_blr_hw_component.xml",
1415 "libcrypto_openssl\\libcrypto_topenssltpkcs7_blr_hw_component.xml",
1416 "libcrypto_openssl\\libcrypto_topenssltpkcs7d_blr_hw_component.xml",
1417 "libcrypto_openssl\\libcrypto_topenssltreq_blr_hw_component.xml",
1418 "libcrypto_openssl\\libcrypto_topenssltreq2_blr_hw_component.xml",
1419 "libcrypto_openssl\\libcrypto_topenssltrsa_blr_hw_component.xml",
1420 "libcrypto_openssl\\libcrypto_topenssltcrl_blr_hw_component.xml",
1421 "libcrypto_openssl\\libcrypto_topenssltsid_blr_hw_component.xml",
1422 "libcrypto_openssl\\libcrypto_topenssltx509_blr_hw_component.xml",
1423 "libcrypto_openssl\\libcrypto_topenssltx5091_blr_hw_component.xml",
1424 "libcrypto_openssl\\libcrypto_topenssltx5092_blr_hw_component.xml",
1425 "libssl_ssltest\\libssl_blr_hw_component.xml",
1426 "libcrypto_crypto_test\\libcrypto_blr_hw_component.xml",
1428 if($target eq "winsspd" || $target eq "winscw")
1430 @componentfiles = @emulatorfiles;
1434 @componentfiles = @hwfiles;
1436 return @componentfiles;
1441 sub AddActualIncludes($)
1443 my $libname = shift @_;
1444 find(\&XmlComponentFiles, ".");
1447 while(($key, $value) = each(%DirHash))
1449 $value =~ s/\//\\/g;
1451 print OUTFILE " <!--Inclusion of dynamically found $target xml -->\n";
1452 print OUTFILE " <component>\n";
1453 print OUTFILE " <factory>Symbian</factory>\n";
1454 print OUTFILE " <testplan>$value</testplan>\n";
1455 if($target eq "winscw")
1457 print OUTFILE " <target hardware=\"winscw\" build=\"udeb\" />\n";
1459 elsif($target eq "winsspd")
1461 print OUTFILE " <target hardware=\"winsspd\" platform=\"winscw\" build=\"udeb\" />\n";
1465 print OUTFILE " <target hardware=\"$target\" build=\"urel\" />\n";
1467 print OUTFILE " </component>\n";
1473 sub XmlComponentFiles()
1475 if($_ !~ /\.xml/ || $_ =~ /manual/)
1479 #print "Processing $_\n";
1481 if($dir =~ /.*(ATSINPUT.*)/)
1484 if($dir !~ /.*components.*/)
1488 #print "The dir is $dir\n";
1495 if($target eq "winsspd" )
1499 #print "Adding $target file $_ for $dir\n";
1500 $DirHash{$dir} = $dir."/".$_;
1503 elsif($target eq "winscw")
1507 #print "Adding $target file $_ for $dir\n";
1508 $DirHash{$dir} = $dir."/".$_;
1511 elsif($_ =~ /$target/)
1513 #print "$_ matched $target \n";
1514 #print "Adding $target file $_ for $dir\n";
1515 $DirHash{$dir} = $dir."/".$_;
1519 #print "$_ matched hw";
1520 if(scalar $DirHash{$dir} == 0)
1522 #print "Adding hw file $_ for $dir\n";
1523 $DirHash{$dir} = $dir."/".$_;
1524 #print " and added\n"
1528 #print " and not added\n";
1537 @generatedModules = ();
1542 my $libname = shift @_;
1544 foreach my $module(@generatedModules)
1546 $dirname = StripModulePrefix($module);
1547 my $relroot = $ATSRoot."\\components\\$libname"."_$dirname";
1548 mkdir $relroot || die("DIED: unable to create dir $dirname\n");
1549 mkdir $relroot."\\General" || die("DIED: unable to create dir $relroot\\General\n");
1552 mkdir $relroot."\\armv5_urel" || die("DIED: unable to create dir $relroot\\armv5_urel\n");
1556 mkdir $relroot."\\winscw_udeb" || die("DIED: unable to create dir $relroot\\winscw_udeb\n");
1563 my $libname = shift @_;
1564 my $listedName = shift @_;
1565 my $bref = shift @_;
1566 my @filesToProcess = @$bref;
1568 #strip leading test and t names from module
1569 my $moduleName = StripModulePrefix($listedName);
1571 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1576 foreach $src(@filesToProcess)
1579 $dst =~ s/ATSTemplateXXX/$moduleName/;
1580 $dst =~ s/LibXXX/$libname/;
1583 if($src eq "testframework.ini")
1585 $dst = $toPath."General\\".$dst;
1589 $dst = $toPath.$dst;
1591 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy $src to $dst\n");
1592 ExpandModuleMacros($dst, $libname, $listedName);
1599 my $moduleName = shift @_;
1600 my $libname = shift @_;
1602 my $toPath = $ATSRoot."\\components\\$libname"."_$moduleName\\";
1603 my @filesToProcess =
1605 "LibXXX_ATSTemplateXXX_exemodule_blr_hw_component.xml",
1606 "LibXXX_ATSTemplateXXX_exemodule_blr_winsspd_component.xml",
1611 foreach $src(@filesToProcess)
1614 $dst =~ s/ATSTemplateXXX/$moduleName/;
1615 $dst =~ s/LibXXX/$libname/;
1616 $dst =~ s/_exemodule_/_module_/;
1617 $dst = $toPath.$dst;
1618 copy($templateRoot."\\".$src, $dst) || die("DIED: Unable to copy to $dst\n");
1619 ExpandModuleMacros($dst, $libname, $moduleName);
1623 #function to expand the macros existing in a file
1624 #file is replaced by new version
1625 #args are relativePath. filename and $moduleName
1626 sub ExpandModuleMacros()
1629 my $moduleName = pop @_;
1630 my $libname = pop @_;
1631 my $filename = pop @_;
1633 my $MODULENAME = $moduleName;
1634 $MODULENAME =~ tr/[a-z]/[A-Z]/;
1637 open (INFILE, $filename ) || die ("DIED: Can not find $filename");
1640 my $newOutput = $filename."new";
1641 open (OUTFILE, ">".$newOutput ) || die ("DIED: Can not open $newOutput");
1643 # Replace text in files
1646 s/ATSTemplateXXX/$moduleName/g;
1647 s/LibXXX/$libname/g;
1655 # Rename result file
1657 rename $newOutput,$filename;
1664 my $libname = shift @_;
1665 my $copyDll = shift @_;
1668 foreach my $listed(@generatedModules)
1670 my $module = StripModulePrefix($listed);
1673 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
1674 $dst = $ATSRoot."\\components\\$libname"."_$module";
1675 $dst = $dst."\\winscw_udeb\\";
1676 copy($src, $dst) || warn("unable to copy $src to $dst");
1680 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
1681 $dst = $ATSRoot."\\components\\$libname"."_$module";
1682 $dst = $dst."\\armv5_urel\\";
1683 copy($src, $dst) || warn("unable to copy $src to $dst");
1691 my $libRoot = $templateRoot;
1692 $libRoot =~ /(.*)internal.*/;
1696 ["libcrypt", "tlibcrypt", "group/Test_Data.dat"],
1697 ["libc", "tnetdb", "data/services.txt"],
1698 ["libc", "tstring", "data/locales.txt"],
1699 ["libc", "libc_loc_blr", "data/locales.txt"],
1700 ["libz", "tzlib", "data/*.*"],
1701 ["libc", "tlink", "data/*.*"],
1702 ["libc", "tmmap", "data/*.*"],
1708 foreach my $ref(@list)
1711 ($libname, $dirname, $glob) = @inarr;
1712 my $modulename = StripModulePrefix($dirname);
1713 my $src = "$libRoot/$libname/internal/testapps/$dirname/$glob";
1714 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
1715 if($dirname eq "libc_loc_blr")
1717 $src = "$libRoot/libc/src/locales.txt";
1719 my @filesFound = glob($src);
1720 if(scalar @filesFound == 0)
1722 die("DIED: no Dat file found to copy!");
1724 foreach my $file(@filesFound)
1726 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1733 sub CopyArbitDatFiles($$)
1736 my $libname = shift @_;
1737 my $refArr = shift @_;
1738 my @list = @$refArr;
1747 #now copy the files appropriately
1748 foreach my $ref(@list)
1751 ($fname, $modulename, $location, $atsDst, $targetDst) = @inarr;
1752 #print "[$fname, $modulename, $location, $atsDst, $targetDst]\n";
1753 if($location =~ /(.*)\.\.(.*)/)
1755 $location = GetPathPrefix().$2;
1759 $location = $rootDrive.$location;
1761 my $src = $location.$fname;
1762 my $dst = $ATSRoot."\\components\\$libname"."_".$modulename.$atsDst;
1765 $dst = $ATSRoot."\\components\\".$modulename.$atsDst;
1766 #print "$dst CHANGED!\n"
1769 my @filesFound = glob($src);
1770 if(scalar @filesFound == 0)
1772 die("DIED: no Dat file $src found to copy!");
1774 foreach my $file(@filesFound)
1776 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
1779 if($targetDst ne "")
1781 my @filesToChange = ();
1782 if($atsDst =~ "armv5")
1784 #armv5 component file
1785 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1788 elsif($atsDst =~ "winscw")
1790 #winscw component file
1791 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1795 #add entry to both xmls
1796 unshift @filesToChange, $libname."_".$modulename."_module_blr_hw_component.xml";
1797 unshift @filesToChange, $libname."_".$modulename."_module_blr_winsspd_component.xml";
1799 foreach my $file(@filesToChange)
1801 $src = $ATSRoot."/components/".$libname."_"."$modulename/".$file;
1802 ModifyXml($src,$libname,$fname,$atsDst,$targetDst);
1811 sub ModifyXml($$$$$)
1813 my $filename = shift @_;
1815 my $fname = shift @_;
1816 my $atsDst = shift @_;
1817 my $targetDst = shift @_;
1820 #printf("Modifying $filename with lib= $lib fname= $fname atsDst = $atsDst targetDst = $targetDst\n");
1823 open (INFILE, $filename ) || die ("Can not find $filename");
1826 my $newOutput = $filename."new";
1827 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
1830 # Replace text in files
1833 if(/\<stif\>/ || /\<execute\>/)
1837 print OUTFILE "\<stif\>\n";
1841 print OUTFILE "\<execute\>\n";
1844 if($atsDst !~ "General")
1848 print OUTFILE <<EObinary;
1850 <install type=\"$type\">
1852 <dst>$targetDst\\$fname</dst>
1855 }#stif or execute tag found
1865 # Rename result file
1867 rename $newOutput,$filename;
1870 sub GenGenModules($)
1872 my $libname = shift @_;
1875 my $src = $ATSRoot."/components/";
1877 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1878 foreach my $name (readdir(DIRHANDLE))
1880 if($name =~ /^$libname/)
1882 if($libname ne "libc" || $name !~ /^libcrypt/)
1884 $name =~ s/^$libname//;
1886 unshift @fileList, $name;
1887 }#excluded libcrypt from libc list
1890 closedir(DIRHANDLE);
1898 my $src = $ATSRoot."/components/";
1900 opendir(DIRHANDLE, "$src") || die "Cannot opendir $src";
1901 foreach my $name (readdir(DIRHANDLE))
1903 if($name ne "." && $name ne ".." && $name ne "shared")
1905 unshift @fileList, $name;
1909 closedir(DIRHANDLE);
1915 sub TransformXmls($$)
1917 my $libname = shift @_;
1918 my $shared = shift @_;
1919 my $target = shift @_;
1926 if($target eq "armv5")
1930 elsif($target eq "winscw")
1937 $winscw = $do_winscw;
1941 foreach $module(@generatedModules)
1943 if($armv5 == 1 && $winscw == 1)
1945 $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
1949 $src = $ATSRoot."/components/".$libname."_"."$module/*_hw_component.xml";
1953 $src = $ATSRoot."/components/".$libname."_"."$module/*_winsspd_component.xml";
1955 my @fileList = glob($src);
1956 foreach my $file(@fileList)
1958 #print"$file to be transformed!\n";
1959 AddLibsInXml($libname,$file,$shared);
1964 sub AddLibsInXml($$$)
1966 my $libname = shift @_;
1967 my $filename = shift @_;
1968 my $shared = shift @_;
1971 open (INFILE, $filename ) || die ("Can not find $filename");
1974 my $newOutput = $filename."new";
1975 open (OUTFILE, ">".$newOutput ) || die ("Can not open $newOutput");
1979 # Replace text in files
1982 if(/\<stif\>/ || /\<execute\>/)
1986 print OUTFILE "\<stif\>\n";
1990 print OUTFILE "\<execute\>\n";
1991 if($filename =~ /winsspd/)
1996 foreach my $installable(@dllList)
1998 print OUTFILE <<EOLine;
2000 <install type=\"$shared binary\">
2001 <src>$installable</src>
2002 <dst>$drive\\sys\\bin\\$installable</dst>
2017 # Rename result file
2019 rename $newOutput,$filename;
2022 sub CopySharedDlls()
2024 my $libname = shift @_;
2026 my @ListOfDlls = @$ref;
2027 my $target = shift @_;
2034 if($target eq "armv5")
2038 elsif($target eq "winscw")
2049 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2052 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2056 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2059 foreach my $copyDll(@ListOfDlls)
2063 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2064 $dst = $ATSRoot."\\components\\shared";
2065 $dst = $dst."\\winscw_udeb\\";
2066 copy($src, $dst) || warn("unable to copy $src to $dst");
2070 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2071 $dst = $ATSRoot."\\components\\shared";
2072 $dst = $dst."\\armv5_urel\\";
2073 copy($src, $dst) || warn("unable to copy $src to $dst");
2079 sub CopyMultiDlls($)
2081 my $libname = shift @_;
2085 foreach my $listed(@generatedModules)
2087 foreach my $copyDll(@dllList)
2091 $src = $rootDrive."\\epoc32\\release\\winscw\\udeb\\".$copyDll;
2092 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2093 $dst = $dst."\\winscw_udeb\\";
2094 copy($src, $dst) || warn("unable to copy $src to $dst");
2098 $src = $rootDrive."\\epoc32\\release\\armv5\\urel\\".$copyDll;
2099 $dst = $ATSRoot."\\components\\$libname"."_$listed";
2100 $dst = $dst."\\armv5_urel\\";
2101 copy($src, $dst) || warn("unable to copy $src to $dst");
2107 sub StripModulePrefix($)
2109 my $listed = pop @_;
2110 my $module = $listed;
2113 $module =~ s/^test//;
2115 $module =~ s/^libc_//;
2116 $module =~ s/^libm_//;
2282 sub GenBackendTest()
2287 ["libc", "tlibcbackend"],
2291 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2296 foreach my $ref(@datList)
2299 ($lib, $module,$ext) = @inarr;
2300 @generatedModules = ($module);
2302 CopyDlls($lib,".dll");
2307 @generatedModules = ("tlibcbackend");
2308 CopyDeps("libc","TPopenReadChild.exe");
2309 CopyDeps("libc","TPopenWriteChild.exe");
2315 my $libname = "libc";
2317 ["*.xml", "libcbackend", "/../backend/internal/tlibcbackend/group/","/", ""],
2318 ["*.cfg", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2319 ["*.ini", "libcbackend", "/../backend/internal/tlibcbackend/group/","/General/", ""],
2322 my $bDataRef = \@list;
2323 CopyArbitDatFiles("libc",$bDataRef);
2328 my $srcPrefix = $templateRoot;
2329 $srcPrefix =~ /(.*)tsrc.*/;
2338 my $libRoot = $templateRoot;
2339 $libRoot =~ /(.*)internal.*/;
2343 ["libssl", "ssltest", "/tsrc/ssl_test/data/*"],
2344 ["libcrypto", "topenssl", "/tsrc/topenssl/data/*"],
2350 foreach my $ref(@list)
2353 ($libname, $dirname, $glob) = @inarr;
2354 my $modulename = StripModulePrefix($dirname);
2355 my $srcPrefix = GetPathPrefix();
2357 my $src = "$srcPrefix"."$glob";
2359 my $dst = $ATSRoot."\\components\\$libname"."_"."$modulename\\General\\";
2360 my @filesFound = glob($src);
2361 if(scalar @filesFound == 0)
2363 die("DIED: no Dat file found to copy!");
2365 foreach my $file(@filesFound)
2367 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2373 sub CopyCryptoXmls()
2376 ["*.xml", "libssl_ssltest/", "/tsrc/ssl_test/group/"],
2377 ["*.xml", "libcrypto_crypto_test/", "/tsrc/crypto_test/group/"],
2378 ["*.xml", "libcrypto_openssl/", "/tsrc/topenssl/group/"],
2386 #now copy the files appropriately
2387 foreach my $ref(@list)
2390 ($fname, $moduleDst, $location) = @inarr;
2391 my $src = GetPathPrefix().$location.$fname;
2392 my $dst = $ATSRoot."\\components\\$moduleDst";
2394 my @filesFound = glob($src);
2395 if(scalar @filesFound == 0)
2397 die("DIED: no xml file found to copy!");
2399 foreach my $file(@filesFound)
2401 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2405 my @crypto_copyList = ("*.txt", "*cfg", "*.ini");
2407 foreach my $item(@crypto_copyList)
2409 $location = "/libcrypto/internal/testapps/crypto_test/group/";
2410 $fname = GetPathPrefix().$location.$item;
2411 my @filesFound = glob($fname);
2412 foreach my $file(@filesFound)
2414 $moduleDst = "libcrypto_crypto_test/";
2415 my $dst = $ATSRoot."\\components\\".$moduleDst."/General/";
2426 ["libssl", "ssltest", ".exe"],
2427 ["libcrypto", "crypto_test",".dll"],
2428 ["libcrypto", "openssl",".exe"],
2432 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2437 foreach my $ref(@datList)
2440 ($lib, $module,$ext) = @inarr;
2441 @generatedModules = ($module);
2443 CopyDlls($lib,$ext);
2456 ["*.xml", "ngi_sa_amrrecording", "/audio/lowlevelaudio/internal/sa_amrrecording/group/"],
2457 ["*.xml", "ngi_sa_highlevelaudio", "/audio/highlevelaudio/internal/sa_highlevelaudio/group/"],
2458 ["*.xml", "ngi_sa_audiomixing", "/audio/lowlevelaudio/internal/sa_audiomixing/group/"],
2459 ["*.xml", "ngi_sa_audiorecording", "/audio/lowlevelaudio/internal/sa_audiorecording/group/"],
2460 ["*.xml", "ngi_sa_clip", "/audio/lowlevelaudio/internal/sa_clip/group/"],
2461 ["*.xml", "ngi_sa_lowlevelaudio", "/audio/lowlevelaudio/internal/sa_lowlevelaudio/group/"],
2462 ["*.xml", "ngi_sa_stream", "/audio/lowlevelaudio/internal/sa_stream/group/"],
2464 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_antitearing/group/"],
2465 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_colortranslation/group/"],
2466 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb565/group/"],
2467 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_createfb888/group/"],
2468 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_heapusage/group/"],
2469 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_multibb/group/"],
2470 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_performance/group/"],
2471 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_plswitching/group/"],
2472 ["*.xml", "ngi_sa_backbuffer", "/graphics/backbuffer/internal/sa_bb_misc/group/"],
2473 ["*.xml", "ngi_sa_bitmap", "/graphics/bitmap/internal/sa_bitmap/group/"],
2474 ["*.xml", "ngi_sa_camera", "/graphics/camera/internal/sa_camera/group/"],
2475 ["*.xml", "ngi_sa_images", "/graphics/images/internal/sa_images/group/"],
2476 ["*.xml", "ngi_sa_display", "/graphics/display/internal/sa_display/group/"],
2477 ["*.xml", "ngi_sa_lights", "/graphics/lights/internal/sa_lights/group/"],
2478 ["*.xml", "ngi_sa_videoplayback", "/graphics/video/internal/sa_videoplayback/group/"],
2480 ["*.xml", "ngi_sa_input", "/input/input/internal/sa_input/group/"],
2481 ["*.xml", "ngi_sa_textinput", "/input/textinput/internal/sa_textinput/group/"],
2482 ["*.xml", "ngi_sa_devicecapabilities", "/system/devicecapabilities/internal/sa_devicecapabilities/group/"],
2483 ["*.xml", "ngi_sa_devicestatus", "/system/devicestatus/internal/sa_phone/group/"],
2484 ["*.xml", "ngi_sa_runtimetester", "/system/runtime/internal/sa_runtimetester/group/"],
2485 ["*.xml", "ngi_sa_timing", "/timing/internal/sa_timing/group/"],
2493 #now copy the files appropriately
2494 foreach my $ref(@list)
2497 ($fname, $moduleDst, $location) = @inarr;
2498 my $src = GetPathPrefix().$location.$fname;
2499 my $dst = $ATSRoot."\\components\\$moduleDst";
2501 #print "My src is $src\n";
2502 #print "My dst is $dst\n";
2504 my @filesFound = glob($src);
2505 if(scalar @filesFound == 0)
2507 warn("warning: no xml file found to copy from $src!");
2509 foreach my $file(@filesFound)
2511 copy($file, $dst) || die("DIED: unable to copy $file to $dst");
2523 ["ngi", "sa_amrrecording", ".dll"],
2524 ["ngi", "sa_highlevelaudio", ".dll"],
2525 ["ngi", "sa_audiomixing", ".dll"],
2526 ["ngi", "sa_audiorecording", ".dll"],
2527 ["ngi", "sa_clip", ".dll"],
2528 ["ngi", "sa_lowlevelaudio", ".dll"],
2529 ["ngi", "sa_stream", ".dll"],
2530 ["ngi", "sa_bitmap", ".dll"],
2531 ["ngi", "sa_camera", ".dll"],
2532 ["ngi", "sa_images", ".dll"],
2533 ["ngi", "sa_display", ".dll"],
2534 ["ngi", "sa_lights", ".dll"],
2535 ["ngi", "sa_videoplayback", ".dll"],
2536 ["ngi", "sa_input", ".dll"],
2537 ["ngi", "sa_textinput", ".dll"],
2538 ["ngi", "sa_devicecapabilities", ".dll"],
2539 ["ngi", "sa_devicestatus", ".dll"],
2540 ["ngi", "sa_runtimetester", ".dll"],
2541 ["ngi", "sa_timing", ".dll"],
2546 mkdir $ATSRoot."\\components" || die ("DIED: unable to create component dir");
2552 foreach my $ref(@datList)
2555 ($lib, $module,$ext) = @inarr;
2556 @generatedModules = ($module);
2558 CopyDlls($lib,$ext);
2561 @generatedModules =("sa_backbuffer");
2565 "sa_bb_antitearing.dll",
2566 "sa_bb_colortranslation.dll",
2567 "sa_bb_createfb444.dll",
2568 "sa_bb_createfb565.dll",
2569 "sa_bb_createfb888.dll",
2571 "sa_bb_heapusage.dll",
2572 "sa_bb_multibb.dll",
2573 "sa_bb_performance.dll",
2574 "sa_bb_plswitch.dll",
2577 CopyMultiDlls("ngi");
2580 mkdir $ATSRoot."\\components\\shared" || die("Wouldn't make shared folder in $ATSRoot\\components");
2581 mkdir $ATSRoot."\\components\\shared\\winscw_udeb" || die("Wouldn't make shared folder in $ATSRoot\\components\winscw_udeb");
2582 mkdir $ATSRoot."\\components\\shared\\armv5_urel" || die("Wouldn't make shared folder in $ATSRoot\\components\armv5_urel");
2590 my $libname = shift @_;
2592 if($target eq "winsspd" && $sdkversion ne "")
2594 @globlist = ("winsspd_".$sdkversion);
2595 #print "winsspd ".$sdkversion." selected\n";
2597 elsif($target eq "winsspd")
2599 @globlist = ("winsspd");
2600 #print "winsspd selected\n";
2602 elsif($sdkversion ne "")
2604 @globlist = ($target,"hw_".$sdkversion);
2605 #print "$target $sdkversion selected\n";
2609 @globlist = ($target,"hw");
2610 #print "$target $sdkversion selected\n";
2613 foreach my $module(@generatedModules)
2615 my $glob_to_use = "";
2617 foreach my $glob(@globlist)
2619 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2620 #print "Analysing $module and $glob\n";
2621 @fileList = glob($src);
2622 foreach my $file(@fileList)
2624 my $pat = $glob."\_component\.xml";
2625 #print "[$file - $glob"."_component.xml"."]\n";
2628 $glob_to_use = $pat;
2629 #print "[$file - $glob"."_component.xml"."]\n";
2633 if($glob_to_use ne "")
2638 if($glob_to_use ne "")
2640 #print "Using the glob $glob_to_use\n";
2641 my $src = $ATSRoot."/components/".$libname."_"."$module/*.xml";
2642 @fileList = glob($src);
2643 foreach my $file(@fileList)
2645 #print "[$file - $glob_to_use]\n";
2646 if($file =~ /$glob_to_use/)
2648 $file =~ /.*components[\\\/](.*)/;
2650 $value =~ s/\//\\/g;
2651 #print "adding $value for $module with $glob_to_use\n";
2652 unshift @foundList,$value;
2658 warn("Unable to figure out glob to use for $module. Skipping...\n");