ssl/tsrc/BC/libcrypto/crypto_test/group/libcrypto_blr_hw_component.xml
changeset 31 ce057bb09d0b
parent 0 e4d67989cc36
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 <!--
       
     2 * ==============================================================================
       
     3 *  Name        : libcrypto_blr_hw_component.xml
       
     4 *  Part of     : crypto test
       
     5 *
       
     6 *  Description : Component xml for hw
       
     7 *  Version:   0.5
       
     8 *
       
     9 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    10 
       
    11 * Redistribution and use in source and binary forms, with or without 
       
    12 * modification, are permitted provided that the following conditions are met:
       
    13 
       
    14 * Redistributions of source code must retain the above copyright notice, this 
       
    15 * list of conditions and the following disclaimer.
       
    16 * Redistributions in binary form must reproduce the above copyright notice, 
       
    17 * this list of conditions and the following disclaimer in the documentation 
       
    18 * and/or other materials provided with the distribution.
       
    19 * Neither the name of Nokia Corporation nor the names of its contributors 
       
    20 * may be used to endorse or promote products derived from this software 
       
    21 * without specific prior written permission.
       
    22 
       
    23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       
    24 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
    25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
       
    26 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
       
    27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
    28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    29 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
       
    30 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
       
    31 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
       
    32 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    33 *
       
    34 * Description:  
       
    35 *
       
    36 * ============================================================================
       
    37 -->
       
    38 
       
    39 <component>
       
    40 	<name>libcrypto_blr_hw_component</name>
       
    41 	<testset>
       
    42 		<id>libcrypto_blr_hw</id>
       
    43 		<priority>High</priority>
       
    44 		
       
    45 		<stif>
       
    46 			<install type="binary">
       
    47 				<src>crypto_test.dll</src>
       
    48 				<dst>c:\sys\bin\crypto_test.dll</dst>
       
    49 			</install>
       
    50 
       
    51 			<install type="data">
       
    52 				<src>crypto_test.cfg</src>
       
    53 				<dst>c:\testFramework\crypto_test.cfg</dst>
       
    54 			</install>
       
    55 	
       
    56 			<install type="data">
       
    57 				<src>evptests.txt</src>
       
    58 				<dst>c:\evptests.txt</dst>
       
    59 			</install>
       
    60 			
       
    61 			<install type="data">
       
    62                 		<src>Testframework.ini</src>
       
    63                 		<dst>c:\testframework\Testframework.ini</dst>
       
    64             		</install>
       
    65      			
       
    66      			<engineini>c:\testframework\Testframework.ini</engineini>
       
    67      		        <run-cases filter="*" timeout="600">
       
    68      		        </run-cases>
       
    69 
       
    70 		</stif>		
       
    71 	</testset>
       
    72 
       
    73 </component>