cryptomgmtlibs/securitytestfw/group/captestframeworkutil.mmp
changeset 8 35751d3474b7
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * captestframeworkutil.lib Provides convenient default implementations of security tests
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 CAPABILITY All
       
    27 
       
    28 TARGET			captestframeworkutil.dll
       
    29 TARGETTYPE		dll
       
    30 UID			0x1000007A 0x101F79FF
       
    31 VENDORID		0x70000001
       
    32 
       
    33 SOURCEPATH		../test/captestframework
       
    34 SOURCE			captestutility.cpp
       
    35 
       
    36 USERINCLUDE		.
       
    37 USERINCLUDE		../inc_private
       
    38 SYSTEMINCLUDE	/epoc32/include
       
    39 SYSTEMINCLUDE	/epoc32/include/test
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY			efsrv.lib
       
    43 LIBRARY			testexecutelogclient.lib
       
    44 LIBRARY			flogger.lib
       
    45 LIBRARY			estor.lib
       
    46 SMPSAFE
       
    47