authenticationservices/authenticationserver/test/tAuthSvr/group/tauthsvrnc.mmp
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     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			tauthsvrnc.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10204F12
       
    22 VENDORID		0x70000001
       
    23 
       
    24 
       
    25 OS_LAYER_SYSTEMINCLUDE
       
    26 SYSTEMINCLUDE OS_LAYER_PLATFORM_EXPORT_PATH(test)
       
    27 
       
    28 USERINCLUDE		../../../source/server
       
    29 USERINCLUDE		../../../source/common
       
    30 USERINCLUDE		../../../source/client
       
    31 USERINCLUDE		../../../inc_private
       
    32 USERINCLUDE		../../../../../cryptomgmtlibs/securitytestfw/test/testutil/client
       
    33 USERINCLUDE             ../../../inc/authserver
       
    34 
       
    35 SOURCEPATH  	../../tauthdb
       
    36 USERINCLUDE  	../../tauthdb
       
    37 SOURCE			step_createtestdb.cpp
       
    38 
       
    39 SOURCEPATH  		../src
       
    40 USERINCLUDE   	../src
       
    41 USERINCLUDE   	../../../inc_private
       
    42 SOURCE			tauthsvrservernc.cpp
       
    43 SOURCE			step_FirstStart.cpp
       
    44 SOURCE			step_base.cpp
       
    45 SOURCE			step_AuthSvrCheck.cpp
       
    46 SOURCE			step_RegIdentity.cpp
       
    47 SOURCE			step_IdentifyMultiple.cpp
       
    48 SOURCE			step_retrainplugin.cpp
       
    49 SOURCE			step_removedbs.cpp
       
    50 SOURCE			step_removeauthmethod.cpp
       
    51 SOURCE			step_removeidentity.cpp
       
    52 SOURCE			step_authenticate.cpp
       
    53 SOURCE			step_setauthprefs.cpp
       
    54 
       
    55 
       
    56 SOURCE          ../../../source/server/authdb.cpp
       
    57 SOURCE          ../../../source/server/transientkeyinfo.cpp
       
    58 SOURCE          ../../../source/server/transientkey.cpp
       
    59 SOURCE          ../../../source/server/encryptedprotectionkey.cpp
       
    60 
       
    61 LIBRARY			testexecutelogclient.lib testexecuteutils.lib
       
    62 LIBRARY			ecom.lib c32.lib bafl.lib
       
    63 LIBRARY			edbms.lib estor.lib efsrv.lib euser.lib
       
    64 LIBRARY         authclient.lib authcommon.lib scsclient.lib
       
    65 LIBRARY         random.lib pbe.lib cryptography.lib
       
    66 LIBRARY			sectcbutil.lib
       
    67 LIBRARY 		cinidata.lib	// add text INI file parsing ability
       
    68 LIBRARY			testutilclient.lib
       
    69 LIBRARY			centralrepository.lib
       
    70 #ifdef	__SWI_LOGGING__
       
    71 LIBRARY			flogger.lib
       
    72 #endif	/* __SWI_LOGGING__ */
       
    73 
       
    74 SMPSAFE