common/tools/ats/ats3_testdrop.pl
changeset 113 7f0174848f99
parent 105 3aef06ac7a6a
child 134 039d0b7e56f3
equal deleted inserted replaced
112:3fc223926c4a 113:7f0174848f99
     1 #!/usr/bin/perl
     1 #!/usr/bin/perl
       
     2 
       
     3 # Copyright (c) 2009 Symbian Foundation Ltd
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Symbian Foundation Ltd - initial contribution.
       
    11 #   Mike Kinghan, mikek@symbian.org
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description:
       
    16 #   This is a tool for sending an ATS3 testdrop to an ATS3 server.
     2 
    17 
     3 use strict;
    18 use strict;
     4 use Getopt::Long;
    19 use Getopt::Long;
     5 use File::Copy;
    20 use File::Copy;
     6 use File::Spec;
    21 use File::Spec;