authenticationservices/authenticationserver/test/tAuthSvr/group/tAuthSvr.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/authenticationservices/authenticationserver/test/tAuthSvr/group/tAuthSvr.mmp	Tue Nov 24 09:06:03 2009 +0200
@@ -0,0 +1,75 @@
+/*
+* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+
+TARGET			tauthsvr.exe
+TARGETTYPE		exe
+UID				0x1000007A 0x10204F0D
+VENDORID		0x70000001
+
+CAPABILITY		AllFiles ReadUserData WriteUserData ReadDeviceData WriteDeviceData TrustedUI
+
+SYSTEMINCLUDE 	/epoc32/include
+SYSTEMINCLUDE 	/epoc32/include/test
+
+USERINCLUDE		../../../source/server
+USERINCLUDE		../../../source/common
+USERINCLUDE		../../../source/client
+USERINCLUDE		../../../inc_private
+USERINCLUDE		../../../../../cryptomgmtlibs/securitytestfw/test/testutil/client
+USERINCLUDE             ../../../inc/authserver
+
+SOURCEPATH  	../../tauthdb
+USERINCLUDE  	../../tauthdb
+SOURCE			step_createtestdb.cpp
+
+SOURCEPATH  		../src
+USERINCLUDE   	../src
+USERINCLUDE		../../../inc_private
+SOURCE			tAuthSvrServer.cpp
+SOURCE			step_FirstStart.cpp
+SOURCE			step_base.cpp
+SOURCE			step_AuthSvrCheck.cpp
+SOURCE			step_RegIdentity.cpp
+SOURCE			step_IdentifyMultiple.cpp
+SOURCE			step_retrainplugin.cpp
+SOURCE			step_removedbs.cpp
+SOURCE			step_removeauthmethod.cpp
+SOURCE			step_removeidentity.cpp
+SOURCE			step_authenticate.cpp
+SOURCE			step_setauthprefs.cpp
+SOURCE			step_resultavailability.cpp  ../../../source/server/authdb.cpp ../../../source/server/transientkeyinfo.cpp ../../../source/server/transientkey.cpp ../../../source/server/encryptedprotectionkey.cpp step_resetidentity.cpp
+SOURCE			step_postmarketplugin.cpp
+SOURCE			step_clientsidsupport.cpp
+SOURCE			step_oom.cpp
+SOURCE			step_multithreaded.cpp
+
+
+LIBRARY			testexecutelogclient.lib testexecuteutils.lib
+LIBRARY			ecom.lib c32.lib bafl.lib
+LIBRARY			edbms.lib estor.lib efsrv.lib euser.lib
+LIBRARY         authclient.lib authcommon.lib scsclient.lib
+LIBRARY         random.lib pbe.lib cryptography.lib
+LIBRARY			sectcbutil.lib
+LIBRARY 		cinidata.lib	// add text INI file parsing ability
+LIBRARY			centralrepository.lib
+LIBRARY			testutilclient.lib
+#ifdef	__SWI_LOGGING__
+LIBRARY			flogger.lib
+#endif	/* __SWI_LOGGING__ */
+
+SMPSAFE