bldsystemtools/commonbldutils/SFPostProcessResults.pl
branchRCL_3
changeset 2 99082257a271
parent 1 d4b442d23379
equal deleted inserted replaced
1:d4b442d23379 2:99082257a271
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 # This material, including documentation and any related 
     3 # All rights reserved.
     4 # computer programs, is protected by copyright controlled by 
     4 # This component and the accompanying materials are made available
     5 # Nokia. All rights are reserved. Copying, including 
     5 # under the terms of "Eclipse Public License v1.0"
     6 # reproducing, storing, adapting or translating, any 
     6 # which accompanies this distribution, and is available
     7 # or all of this material requires the prior written consent of 
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # Nokia. This material also contains confidential 
     8 #
     9 # information which may not be disclosed to others without the 
     9 # Initial Contributors:
    10 # prior written consent of Nokia.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #     matti.parnanen@nokia.com
    13 #     matti.parnanen@nokia.com
    14 #
    14 #
    15 # Description: Post processes result  CSV file generated by the SFCheckSource.pl
    15 # Description:  Post processes result  CSV file generated by the SFCheckSource.pl
    16 # Version: 0.5 $optNoIgnore added
       
    17 # Version: 0.52 filenameOf added and applied to normalized file names
       
    18 #
    16 #
    19 
    17 
    20 use strict;
    18 use strict;
    21 use Getopt::Long;
    19 use Getopt::Long;
    22 use File::Basename;
    20 use File::Basename;