authenticationservices/authenticationserver/test/tAuthSvr/group/tAuthSvr.mmp
branchRCL_3
changeset 53 030c4fbc13d7
parent 50 d07aa956024a
child 57 e0a1505373c1
child 58 b54b58ee9d58
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
     1 /*
       
     2 * Copyright (c) 2005-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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			tauthsvr.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10204F0D
       
    22 VENDORID		0x70000001
       
    23 
       
    24 CAPABILITY		AllFiles ReadUserData WriteUserData ReadDeviceData WriteDeviceData TrustedUI
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE
       
    27 SYSTEMINCLUDE OS_LAYER_PLATFORM_EXPORT_PATH(test)
       
    28 
       
    29 USERINCLUDE		../../../source/server
       
    30 USERINCLUDE		../../../source/common
       
    31 USERINCLUDE		../../../source/client
       
    32 USERINCLUDE		../../../inc_private
       
    33 USERINCLUDE		../../../../../cryptomgmtlibs/securitytestfw/test/testutil/client
       
    34 USERINCLUDE             ../../../inc/authserver
       
    35 
       
    36 SOURCEPATH  	../../tauthdb
       
    37 USERINCLUDE  	../../tauthdb
       
    38 SOURCE			step_createtestdb.cpp
       
    39 
       
    40 SOURCEPATH  		../src
       
    41 USERINCLUDE   	../src
       
    42 USERINCLUDE		../../../inc_private
       
    43 SOURCE			tAuthSvrServer.cpp
       
    44 SOURCE			step_FirstStart.cpp
       
    45 SOURCE			step_base.cpp
       
    46 SOURCE			step_AuthSvrCheck.cpp
       
    47 SOURCE			step_RegIdentity.cpp
       
    48 SOURCE			step_IdentifyMultiple.cpp
       
    49 SOURCE			step_retrainplugin.cpp
       
    50 SOURCE			step_removedbs.cpp
       
    51 SOURCE			step_removeauthmethod.cpp
       
    52 SOURCE			step_removeidentity.cpp
       
    53 SOURCE			step_authenticate.cpp
       
    54 SOURCE			step_setauthprefs.cpp
       
    55 SOURCE			step_resultavailability.cpp  ../../../source/server/authdb.cpp ../../../source/server/transientkeyinfo.cpp ../../../source/server/transientkey.cpp ../../../source/server/encryptedprotectionkey.cpp step_resetidentity.cpp
       
    56 SOURCE			step_postmarketplugin.cpp
       
    57 SOURCE			step_clientsidsupport.cpp
       
    58 SOURCE			step_oom.cpp
       
    59 SOURCE			step_multithreaded.cpp
       
    60 
       
    61 
       
    62 LIBRARY			testexecutelogclient.lib testexecuteutils.lib
       
    63 LIBRARY			ecom.lib c32.lib bafl.lib
       
    64 LIBRARY			edbms.lib estor.lib efsrv.lib euser.lib
       
    65 LIBRARY         authclient.lib authcommon.lib scsclient.lib
       
    66 LIBRARY         random.lib pbe.lib cryptography.lib
       
    67 LIBRARY			sectcbutil.lib
       
    68 LIBRARY 		cinidata.lib	// add text INI file parsing ability
       
    69 LIBRARY			centralrepository.lib
       
    70 LIBRARY			testutilclient.lib
       
    71 #ifdef	__SWI_LOGGING__
       
    72 LIBRARY			flogger.lib
       
    73 #endif	/* __SWI_LOGGING__ */
       
    74 
       
    75 SMPSAFE