cryptomgmtlibs/securitytestfw/test/autotesting/check_for_cpr_lic_issues.bat
changeset 10 afc583cfa176
parent 8 35751d3474b7
child 11 9d767430696e
child 15 da2ae96f639b
equal deleted inserted replaced
8:35751d3474b7 10:afc583cfa176
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of the License "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description:  Check for the issues not considering the
       
    15 @rem  --- Top level bld.inf ( Not in MCL )
       
    16 @rem  --- openssllib ( Maintained by OE )
       
    17 @rem  --- opencryptolibs ( Maintained by OE )
       
    18 @rem  --- testframework ( Not in MCL )
       
    19 @rem  --- openssl ( Maintained by OE )
       
    20 @rem  --- SFUpdateLicenceHeader.pl ( Don't complain about the script itself!! )
       
    21 @rem  --- nokia_security_metadata/distribution.policy.s60 ( Not a part of Symbian Foundation )
       
    22 @rem
       
    23 
       
    24 @rem   Remove the issues( lines ) related to the above from the generated verif_issues.txt LOG file
       
    25 perl -ni.bak -e "print unless /\/common\/generic\/security\/distribution.policy.s60/;"  \epoc32\winscw\c\verify_issues.txt
       
    26 perl -ni.bak -e "print unless /openssllib/;"  \epoc32\winscw\c\verify_issues.txt
       
    27 perl -ni.bak -e "print unless /opencryptolibs/;"  \epoc32\winscw\c\verify_issues.txt
       
    28 perl -ni.bak -e "print unless /testframework/;"  \epoc32\winscw\c\verify_issues.txt
       
    29 perl -ni.bak -e "print unless /openssl/;"  \epoc32\winscw\c\verify_issues.txt
       
    30 perl -ni.bak -e "print unless /SFUpdateLicenceHeader.pl/;"  \epoc32\winscw\c\verify_issues.txt
       
    31 perl -ni.bak -e "print unless /\/common\/generic\/security\/os\/security\/security_info\/nokia_security_metadata\/distribution.policy.s60/;"  \epoc32\winscw\c\verify_issues.txt
       
    32 
       
    33 @rem   Append the result - Pass or fail to the same verify_issues.txt file.
       
    34 perl \epoc32\winscw\c\check_for_cpr_lic_issues.pl