1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,89 @@
1.4 +/*
1.5 +* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* client dll for fstokenserver
1.19 +* fstokencli.dll Client dll for fstokenserver
1.20 +*
1.21 +*/
1.22 +
1.23 +
1.24 +/**
1.25 + @file
1.26 +*/
1.27 +
1.28 +target fstokencli.dll
1.29 +CAPABILITY All -TCB
1.30 +
1.31 +VENDORID 0x70000001
1.32 +
1.33 +// On beech, this is an ECom plugin for the keystore - on cedar there are
1.34 +// spearate plugins for the keystore and certstore
1.35 +
1.36 +
1.37 +TARGETTYPE DLL
1.38 +
1.39 +// KSharedLibraryUidValue 0x1000008d
1.40 +// KUidFSTokenCli 0x101F6EC7
1.41 +UID 0x1000008d 0x101F6EC7
1.42 +
1.43 +DEFFILE fstokencli_v2.def
1.44 +
1.45 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.46 +
1.47 +userinclude ../Inc
1.48 +userinclude ../../../crypto/weakcrypto/inc
1.49 +userinclude ../../../cryptomgmtlibs/cryptotokenfw/inc_interfaces
1.50 +userinclude ../../../cryptomgmtlibs/cryptotokenfw/inc
1.51 +userinclude ../source/generic/common
1.52 +userinclude ../source/generic/client
1.53 +userinclude ../source/keystore/Client
1.54 +userinclude ../source/certstore/client
1.55 +userinclude ../source/certapps/client
1.56 +userinclude ../source/shared
1.57 +userinclude .
1.58 +
1.59 +// generic filetokens client code
1.60 +sourcepath ../source/generic/client
1.61 +source CFStokenclient.cpp
1.62 +source CFSTokenTypeClient.cpp
1.63 +source CFStokenTypeSession.cpp
1.64 +source clientsession.cpp
1.65 +source clientutils.cpp
1.66 +source clientfactories.cpp
1.67 +source CFSClient.cpp
1.68 +
1.69 +// generic common client/server code
1.70 +sourcepath ../source/generic/common
1.71 +source fstokencliserv.cpp
1.72 +source dllentry.cpp
1.73 +
1.74 +// keystore specific client code
1.75 +sourcepath ../source/keystore/Client
1.76 +source cfskeystoreclient.cpp
1.77 +source ClientOpenedKeys.cpp
1.78 +source CKeyStoreAuthObject.cpp
1.79 +
1.80 +// filecertstore specific client code
1.81 +sourcepath ../source/certstore/client
1.82 +source CFSCertStoreClient.cpp
1.83 +
1.84 +// certapps specific client code
1.85 +sourcepath ../source/certapps/client
1.86 +source CFSCertAppsClient.cpp
1.87 +
1.88 +
1.89 +library euser.lib ctframework.lib cryptography.lib
1.90 +library hash.lib fstokenshared.lib
1.91 +
1.92 +SMPSAFE