common/tools/ats/bctest/graphics/graphicssvs.pl
author Brendan Donegan brendand@symbian.org
Wed, 23 Sep 2009 14:58:40 +0100
changeset 498 f2ae537e6340
parent 487 80174516a610
child 631 4762134f02d0
permissions -rw-r--r--
submit the various fixes that were made to make multimedia and graphics svs submit to ats properly
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
293
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     1
#!/usr/bin/perl
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     2
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     3
use strict;
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     4
use File::Copy;
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     5
use File::Path;
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     6
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     7
unlink "graphicssvs.zip";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     8
rmtree "temp";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     9
mkpath "temp/graphicssvs/graphics/general";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    10
mkpath "temp/graphicssvs/winscw_udeb";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    11
mkpath "temp/graphicssvs/graphics/bitgdi/general";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    12
mkpath "temp/graphicssvs/graphics/fntstore/general";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    13
mkpath "temp/graphicssvs/graphics/t_fbservapi/general";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    14
mkpath "temp/graphicssvs/graphics/wserv/general";
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    15
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    16
my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents: 401
diff changeset
    17
copy("graphicssvs.xml",                                                          "temp/test.xml");
293
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    18
487
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    19
copy $epoc . "release/winscw/udeb/twsgraphicshare.exe",                                                     "temp/graphicssvs/winscw_udeb/twsgraphicshare.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    20
copy $epoc . "release/winscw/udeb/twsgraphicunshare.exe",                                                   "temp/graphicssvs/winscw_udeb/twsgraphicunshare.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    21
copy $epoc . "release/winscw/udeb/t_animplugin.dll",                                                        "temp/graphicssvs/winscw_udeb/t_animplugin.dll" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    22
copy $epoc . "release/winscw/udeb/t_fbservapi.exe",                                                         "temp/graphicssvs/winscw_udeb/t_fbservapi.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    23
copy $epoc . "release/winscw/udeb/t_graphicsbitgdiapi.exe",                                                 "temp/graphicssvs/winscw_udeb/t_graphicsbitgdiapi.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    24
copy $epoc . "release/winscw/udeb/t_graphicsfntstoreapi.exe",                                               "temp/graphicssvs/winscw_udeb/t_graphicsfntstoreapi.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    25
copy $epoc . "release/winscw/udeb/t_graphicswservapi.exe",                                                  "temp/graphicssvs/winscw_udeb/t_graphicswservapi.exe" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    26
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    27
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgc-publicapi-2.ini",                     "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgc-publicapi-2.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    28
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgc-publicapi-3.ini",                     "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgc-publicapi-3.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    29
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgc-publicapi.ini",                       "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgc-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    30
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgc-publicapi.script",                    "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgc-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    31
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgcfont-publicapi.ini",                   "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgcfont-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    32
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitgcfont-publicapi.script",                "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitgcfont-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    33
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitmapdevice-publicapi.ini",                "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitmapdevice-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    34
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsbitmapdevice-publicapi.script",             "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsbitmapdevice-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    35
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsdevice-publicapi.ini",                      "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsdevice-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    36
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsdevice-publicapi.script",                   "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsdevice-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    37
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsscreendevice-publicapi.ini",                "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsscreendevice-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    38
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-fbsscreendevice-publicapi.script",             "temp/graphicssvs/graphics/general/graphics-bitgdi-fbsscreendevice-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    39
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-polygonfiller-publicapi.ini",                  "temp/graphicssvs/graphics/general/graphics-bitgdi-polygonfiller-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    40
copy $epoc . "release/winscw/udeb/z/graphics/graphics-bitgdi-polygonfiller-publicapi.script",               "temp/graphicssvs/graphics/general/graphics-bitgdi-polygonfiller-publicapi.script" or die "failed : $!";
293
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    41
487
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    42
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-bitmaputil-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-fbserv-bitmaputil-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    43
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-bitmaputil-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-fbserv-bitmaputil-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    44
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbsbitmap-publicapi.ini",                      "temp/graphicssvs/graphics/general/graphics-fbserv-fbsbitmap-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    45
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbsbitmap-publicapi.script",                   "temp/graphicssvs/graphics/general/graphics-fbserv-fbsbitmap-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    46
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbscolor256bitmaputil-publicapi.ini",          "temp/graphicssvs/graphics/general/graphics-fbserv-fbscolor256bitmaputil-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    47
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbscolor256bitmaputil-publicapi.script",       "temp/graphicssvs/graphics/general/graphics-fbserv-fbscolor256bitmaputil-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    48
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbsfont-publicapi.ini",                        "temp/graphicssvs/graphics/general/graphics-fbserv-fbsfont-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    49
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbsfont-publicapi.script",                     "temp/graphicssvs/graphics/general/graphics-fbserv-fbsfont-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    50
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbssession-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-fbserv-fbssession-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    51
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbssession-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-fbserv-fbssession-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    52
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbstypefacestore-publicapi.ini",               "temp/graphicssvs/graphics/general/graphics-fbserv-fbstypefacestore-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    53
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fbserv-fbstypefacestore-publicapi.script",            "temp/graphicssvs/graphics/general/graphics-fbserv-fbstypefacestore-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    54
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-bitmapfont-publicapi.ini",                   "temp/graphicssvs/graphics/general/graphics-fntstore-bitmapfont-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    55
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-bitmapfont-publicapi.script",                "temp/graphicssvs/graphics/general/graphics-fntstore-bitmapfont-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    56
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-fntstore-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-fntstore-fntstore-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    57
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-fntstore-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-fntstore-fntstore-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    58
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-openfontrasterizercontext-publicapi.ini",    "temp/graphicssvs/graphics/general/graphics-fntstore-openfontrasterizercontext-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    59
copy $epoc . "release/winscw/udeb/z/graphics/graphics-fntstore-openfontrasterizercontext-publicapi.script", "temp/graphicssvs/graphics/general/graphics-fntstore-openfontrasterizercontext-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    60
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-anim-publicapi.ini",                            "temp/graphicssvs/graphics/general/graphics-wserv-anim-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    61
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-anim-publicapi.script",                         "temp/graphicssvs/graphics/general/graphics-wserv-anim-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    62
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animdll-publicapi.ini",                         "temp/graphicssvs/graphics/general/graphics-wserv-animdll-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    63
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animdll-publicapi.script",                      "temp/graphicssvs/graphics/general/graphics-wserv-animdll-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    64
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animgeneralfunctions-publicapi.ini",            "temp/graphicssvs/graphics/general/graphics-wserv-animgeneralfunctions-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    65
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animgeneralfunctions-publicapi.script",         "temp/graphicssvs/graphics/general/graphics-wserv-animgeneralfunctions-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    66
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animgfwe-publicapi.ini",                        "temp/graphicssvs/graphics/general/graphics-wserv-animgfwe-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    67
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animgfwe-publicapi.script",                     "temp/graphicssvs/graphics/general/graphics-wserv-animgfwe-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    68
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animspritefunctions-publicapi.ini",             "temp/graphicssvs/graphics/general/graphics-wserv-animspritefunctions-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    69
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animspritefunctions-publicapi.script",          "temp/graphicssvs/graphics/general/graphics-wserv-animspritefunctions-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    70
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animwindowfunctions-publicapi.ini",             "temp/graphicssvs/graphics/general/graphics-wserv-animwindowfunctions-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    71
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-animwindowfunctions-publicapi.script",          "temp/graphicssvs/graphics/general/graphics-wserv-animwindowfunctions-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    72
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-backedupwindow-publicapi.ini",                  "temp/graphicssvs/graphics/general/graphics-wserv-backedupwindow-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    73
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-backedupwindow-publicapi.script",               "temp/graphicssvs/graphics/general/graphics-wserv-backedupwindow-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    74
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-blankwindow-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-wserv-blankwindow-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    75
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-blankwindow-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-wserv-blankwindow-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    76
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-directscreenaccess-publicapi.ini",              "temp/graphicssvs/graphics/general/graphics-wserv-directscreenaccess-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    77
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-directscreenaccess-publicapi.script",           "temp/graphicssvs/graphics/general/graphics-wserv-directscreenaccess-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    78
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-dsasession-publicapi.ini",                      "temp/graphicssvs/graphics/general/graphics-wserv-dsasession-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    79
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-dsasession-publicapi.script",                   "temp/graphicssvs/graphics/general/graphics-wserv-dsasession-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    80
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-events-publicapi.ini",                          "temp/graphicssvs/graphics/general/graphics-wserv-events-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    81
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-events-publicapi.script",                       "temp/graphicssvs/graphics/general/graphics-wserv-events-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    82
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-frame-publicapi.ini",                           "temp/graphicssvs/graphics/general/graphics-wserv-frame-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    83
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-frame-publicapi.script",                        "temp/graphicssvs/graphics/general/graphics-wserv-frame-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    84
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-session-publicapi.ini",                         "temp/graphicssvs/graphics/general/graphics-wserv-session-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    85
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-session-publicapi.script",                      "temp/graphicssvs/graphics/general/graphics-wserv-session-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    86
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-soundplugin-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-wserv-soundplugin-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    87
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-soundplugin-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-wserv-soundplugin-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    88
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-window-publicapi.ini",                          "temp/graphicssvs/graphics/general/graphics-wserv-window-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    89
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-window-publicapi.script",                       "temp/graphicssvs/graphics/general/graphics-wserv-window-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    90
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-windowgc-publicapi.ini",                        "temp/graphicssvs/graphics/general/graphics-wserv-windowgc-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    91
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-windowgc-publicapi.script",                     "temp/graphicssvs/graphics/general/graphics-wserv-windowgc-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    92
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-windowgroup-publicapi.ini",                     "temp/graphicssvs/graphics/general/graphics-wserv-windowgroup-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    93
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-windowgroup-publicapi.script",                  "temp/graphicssvs/graphics/general/graphics-wserv-windowgroup-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    94
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsbitmap-publicapi.ini",                        "temp/graphicssvs/graphics/general/graphics-wserv-wsbitmap-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    95
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsbitmap-publicapi.script",                     "temp/graphicssvs/graphics/general/graphics-wserv-wsbitmap-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    96
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicbitmap-publicapi.ini",                 "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicbitmap-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    97
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicbitmap-publicapi.script",              "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicbitmap-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    98
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicbitmapanimation-publicapi.ini",        "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicbitmapanimation-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
    99
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicbitmapanimation-publicapi.script",     "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicbitmapanimation-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   100
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicmsgbuf-publicapi.ini",                 "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicmsgbuf-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   101
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsgraphicmsgbuf-publicapi.script",              "temp/graphicssvs/graphics/general/graphics-wserv-wsgraphicmsgbuf-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   102
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wspointercursor-publicapi.ini",                 "temp/graphicssvs/graphics/general/graphics-wserv-wspointercursor-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   103
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wspointercursor-publicapi.script",              "temp/graphicssvs/graphics/general/graphics-wserv-wspointercursor-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   104
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsscreendevice-publicapi.ini",                  "temp/graphicssvs/graphics/general/graphics-wserv-wsscreendevice-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   105
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wsscreendevice-publicapi.script",               "temp/graphicssvs/graphics/general/graphics-wserv-wsscreendevice-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   106
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wssprite-publicapi.ini",                        "temp/graphicssvs/graphics/general/graphics-wserv-wssprite-publicapi.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   107
copy $epoc . "release/winscw/udeb/z/graphics/graphics-wserv-wssprite-publicapi.script",                     "temp/graphicssvs/graphics/general/graphics-wserv-wssprite-publicapi.script" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   108
copy $epoc . "release/winscw/udeb/z/graphics/t_graphics.ini",                                               "temp/graphicssvs/graphics/general/t_graphics.ini" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   109
copy $epoc . "release/winscw/udeb/z/graphics/t_graphics.tcs",                                               "temp/graphicssvs/graphics/general/t_graphics.tcs" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   110
copy $epoc . "release/winscw/udeb/z/graphics/t_graphics_panic.tcs",                                         "temp/graphicssvs/graphics/general/t_graphics_panic.tcs" or die "failed : $!";
293
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   111
487
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   112
copy $epoc . "release/winscw/udeb/z/graphics/bitgdi/test_rwssprite_bitmap.mbm",                             "temp/graphicssvs/graphics/bitgdi/general/test_rwssprite_bitmap.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   113
copy $epoc . "release/winscw/udeb/z/graphics/bitgdi/testfontws.gdr",                                        "temp/graphicssvs/graphics/bitgdi/general/testfontws.gdr" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   114
copy $epoc . "release/winscw/udeb/z/graphics/fntstore/bad_entrysel",                                        "temp/graphicssvs/graphics/fntstore/general/bad_entrysel" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   115
copy $epoc . "release/winscw/udeb/z/graphics/fntstore/dummy",                                               "temp/graphicssvs/graphics/fntstore/general/dummy" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   116
copy $epoc . "release/winscw/udeb/z/graphics/fntstore/dummy",                                               "temp/graphicssvs/graphics/fntstore/general/dummy_2" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   117
copy $epoc . "release/winscw/udeb/z/graphics/fntstore/testfontws.gdr",                                      "temp/graphicssvs/graphics/fntstore/general/testfontws.gdr" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   118
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/empty_file.txt",                                   "temp/graphicssvs/graphics/t_fbservapi/general/empty_file.txt" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   119
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/scaniline_10bytes.txt",                            "temp/graphicssvs/graphics/t_fbservapi/general/scaniline_10bytes.txt" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   120
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/testfontfb.gdr",                                   "temp/graphicssvs/graphics/t_fbservapi/general/testfontfb.gdr" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   121
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/test_bitmap.mbm",                                  "temp/graphicssvs/graphics/t_fbservapi/general/test_bitmap.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   122
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/test_bitmap_24bit_400x300.mbm",                    "temp/graphicssvs/graphics/t_fbservapi/general/test_bitmap_24bit_400x300.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   123
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/test_bitmap_32x8.mbm",                             "temp/graphicssvs/graphics/t_fbservapi/general/test_bitmap_32x8.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   124
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/test_bitmap_offset8.mbm",                          "temp/graphicssvs/graphics/t_fbservapi/general/test_bitmap_offset8.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   125
copy $epoc . "release/winscw/udeb/z/graphics/t_fbservapi/test_bitmap_rom.rbm",                              "temp/graphicssvs/graphics/t_fbservapi/general/test_bitmap_rom.rbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   126
copy $epoc . "release/winscw/udeb/z/graphics/wserv/testfontws.gdr",                                         "temp/graphicssvs/graphics/wserv/general/testfontws.gdr" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   127
copy $epoc . "release/winscw/udeb/z/graphics/wserv/test_alpha.mbm",                                         "temp/graphicssvs/graphics/wserv/general/test_alpha.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   128
copy $epoc . "release/winscw/udeb/z/graphics/wserv/test_board.mbm",                                         "temp/graphicssvs/graphics/wserv/general/test_board.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   129
copy $epoc . "release/winscw/udeb/z/graphics/wserv/test_mask.mbm",                                          "temp/graphicssvs/graphics/wserv/general/test_mask.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   130
copy $epoc . "release/winscw/udeb/z/graphics/wserv/test_rwssprite_bitmap.mbm",                              "temp/graphicssvs/graphics/wserv/general/test_rwssprite_bitmap.mbm" or die "failed : $!";
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
   131
copy $epoc . "release/winscw/udeb/z/graphics/wserv/wsgraphicbitmapanimation.mbm",                           "temp/graphicssvs/graphics/wserv/general/wsgraphicbitmapanimation.mbm" or die "failed : $!";
293
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   132
737aeceb580d Created Graphics Perl script to create package and finished adding to test XML
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   133
system("7z a -tzip graphicssvs.zip ./temp/*");