cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmp
changeset 8 35751d3474b7
parent 0 2c201484c85f
--- a/cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmp	Tue Jul 21 01:04:32 2009 +0100
+++ b/cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmp	Thu Sep 10 14:01:51 2009 +0300
@@ -1,96 +1,31 @@
-/*
-* Copyright (c) 2002-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: 
-* File store token server executable
-* fstokenserver.exe File store token server executable
-*
-*/
-
-
-
-
-/**
- @file
-*/
-
-target fstokenserver.exe
-CAPABILITY TrustedUI ProtServ
-
-VENDORID 0x70000001
-
-#if defined(WINS)
-targettype EXE
-#elif defined(MARM)
-targettype EXEXP
-#endif
-
-systeminclude  ../Inc 
-systeminclude  ../source/generic/common
-systeminclude  ../source/generic/server
-systeminclude  ../source/keystore/Server
-systeminclude  ../source/certstore/server
-systeminclude  ../source/certapps/server
-systeminclude .
-systeminclude /epoc32/include
-systeminclude /epoc32/include/ct
-systeminclude  ../../../crypto/weakcrypto/inc
-
-UID 0x101F72A6 0x101F72A6 
-
-//	generic server code
-sourcepath ../source/generic/server
-source fsserver.cpp
-source fstokenutil.cpp
-source FSResources.cpp
-source FSDialog.cpp
-source tokenserverdebug.cpp
-source FSRunPackage.cpp
-source certstorepatchdata.cpp
-
-//	generic common client/server code
-sourcepath ../source/generic/common
-source dllentry.cpp
-
-//	keystore specific server code
-sourcepath ../source/keystore/Server
-source Ckeystoreconduit.cpp
-source CKeyStoreSession.cpp
-source Cfskeystoreserver.cpp
-source CKeyDataManager.cpp
-source CCreateKey.cpp
-source OpenedKeys.cpp
-source keystorepassphrase.cpp
-source keystreamutils.cpp
-
-//	certstore specific server code
-sourcepath ../source/certstore/server
-source CCertStoreEntry.cpp 
-source CCertStoreEntryList.cpp 
-source CCertStoreSession.cpp
-source CCertStoreConduit.cpp
-source filecertstore.cpp
-
-// certapps server code
-sourcepath ../source/certapps/server
-source CCertAppsConduit.cpp
-source CCertAppsSession.cpp
-source CFSCertAppsServer.cpp
-
-
-library euser.lib efsrv.lib estor.lib bafl.lib 
-library ctframework.lib cryptography.lib
-library asnpkcs.lib x509.lib asn1.lib
-library pbe.lib fstokenshared.lib
-library charconv.lib
-library sectcbutil.lib
+/*
+* Copyright (c) 2002-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: 
+* File store token server executable
+* fstokenserver.exe File store token server executable
+*
+*/
+
+
+/**
+ @file
+*/
+
+target fstokenserver.exe
+
+CAPABILITY TrustedUI ProtServ
+
+#include "fstokenserver.mmh"
+
+SMPSAFE
\ No newline at end of file