cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp
author MattD <mattd@symbian.org>
Mon, 14 Sep 2009 13:51:57 +0100
changeset 5 d938dcc0238a
parent 0 2c201484c85f
child 8 35751d3474b7
permissions -rw-r--r--
Added tag PDK_2.0.e for changeset 8e4b1aa36db9

/*
* 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