authenticationservices/authenticationserver/test/securitytests/group/authsecuritytests.mmp
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 /*
       
     2 * Copyright (c) 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 * authsecuritytests.dll Test harness for AuthServer security testing without the TCB capability
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 // Capabilities are set by captestframework
       
    25 CAPABILITY All -TCB
       
    26 
       
    27 TARGET			authsecuritytests.dll
       
    28 TARGETTYPE		dll
       
    29 UID				0x101F7295 0x1082D53E
       
    30 VENDORID		0x70000001
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 SOURCEPATH		../source
       
    35 SOURCE			authsecuritytests.cpp
       
    36 SOURCE			authreaddevicedata.cpp
       
    37 SOURCE			authreaduserdata.cpp
       
    38 SOURCE			authwriteuserdata.cpp
       
    39 SOURCE			authwritedevicedata.cpp
       
    40 SOURCE			authtrustedui.cpp
       
    41 SOURCE			authreaduseranddevicedata.cpp
       
    42 
       
    43 USERINCLUDE		.
       
    44 USERINCLUDE		../inc
       
    45 USERINCLUDE		../../../../../cryptomgmtlibs/securitytestfw/test/captestframework
       
    46 
       
    47 
       
    48 LIBRARY			euser.lib efsrv.lib
       
    49 LIBRARY			captestframeworkutil.lib
       
    50 LIBRARY			authclient.lib authcommon.lib
       
    51 SMPSAFE