diff -r 000000000000 -r 2c201484c85f cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp Wed Jul 08 11:25:26 2009 +0100 @@ -0,0 +1,87 @@ +/* +* 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: +* client dll for fstokenserver +* fstokencli.dll Client dll for fstokenserver +* +*/ + + + + +/** + @file +*/ + +target fstokencli.dll +CAPABILITY All -TCB + +VENDORID 0x70000001 + +// On beech, this is an ECom plugin for the keystore - on cedar there are +// spearate plugins for the keystore and certstore + + +TARGETTYPE DLL + +// KSharedLibraryUidValue 0x1000008d +// KUidFSTokenCli 0x101F6EC7 +UID 0x1000008d 0x101F6EC7 + +DEFFILE fstokencli_v2.def + +systeminclude ../source/generic/common +systeminclude ../source/generic/client +systeminclude ../source/keystore/Client +systeminclude ../source/certstore/client +systeminclude ../source/certapps/client +systeminclude . +systeminclude /epoc32/include +systeminclude /epoc32/include/ct +systeminclude /epoc32/include/ecom +systeminclude ../Inc +systeminclude ../../../crypto/weakcrypto/inc + +// generic filetokens client code +sourcepath ../source/generic/client +source CFStokenclient.cpp +source CFSTokenTypeClient.cpp +source CFStokenTypeSession.cpp +source clientsession.cpp +source clientutils.cpp +source clientfactories.cpp +source CFSClient.cpp + +// generic common client/server code +sourcepath ../source/generic/common +source fstokencliserv.cpp +source dllentry.cpp + +// keystore specific client code +sourcepath ../source/keystore/Client +source cfskeystoreclient.cpp +source ClientOpenedKeys.cpp +source CKeyStoreAuthObject.cpp + +// filecertstore specific client code +sourcepath ../source/certstore/client +source CFSCertStoreClient.cpp + +// certapps specific client code +sourcepath ../source/certapps/client +source CFSCertAppsClient.cpp + + +library euser.lib ctframework.lib cryptography.lib +library hash.lib fstokenshared.lib