os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 * client dll for fstokenserver
    16 * fstokencli.dll Client dll for fstokenserver
    17 *
    18 */
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 target fstokencli.dll
    26 CAPABILITY All -TCB
    27 
    28 VENDORID 0x70000001
    29 
    30 // On beech, this is an ECom plugin for the keystore - on cedar there are
    31 // spearate plugins for the keystore and certstore
    32 
    33 
    34 TARGETTYPE DLL
    35 
    36 //	KSharedLibraryUidValue 0x1000008d
    37 //	KUidFSTokenCli 0x101F6EC7
    38 UID		0x1000008d 0x101F6EC7
    39 
    40 DEFFILE fstokencli_v2.def
    41 
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 userinclude  ../Inc 
    45 userinclude  ../../../crypto/weakcrypto/inc
    46 userinclude  ../../../cryptomgmtlibs/cryptotokenfw/inc_interfaces
    47 userinclude  ../../../cryptomgmtlibs/cryptotokenfw/inc
    48 userinclude  ../source/generic/common
    49 userinclude  ../source/generic/client
    50 userinclude  ../source/keystore/Client
    51 userinclude  ../source/certstore/client
    52 userinclude  ../source/certapps/client
    53 userinclude  ../source/shared
    54 userinclude	 .
    55 
    56 //	generic filetokens client code
    57 sourcepath ../source/generic/client
    58 source CFStokenclient.cpp
    59 source CFSTokenTypeClient.cpp 
    60 source CFStokenTypeSession.cpp
    61 source clientsession.cpp 
    62 source clientutils.cpp
    63 source clientfactories.cpp
    64 source CFSClient.cpp
    65 
    66 // generic common client/server code	
    67 sourcepath ../source/generic/common
    68 source fstokencliserv.cpp
    69 source dllentry.cpp
    70 
    71 //	keystore specific client code
    72 sourcepath ../source/keystore/Client
    73 source cfskeystoreclient.cpp
    74 source ClientOpenedKeys.cpp
    75 source CKeyStoreAuthObject.cpp
    76 
    77 //	filecertstore specific client code
    78 sourcepath ../source/certstore/client
    79 source CFSCertStoreClient.cpp
    80 
    81 //	certapps specific client code
    82 sourcepath ../source/certapps/client
    83 source CFSCertAppsClient.cpp
    84 
    85 
    86 library euser.lib ctframework.lib cryptography.lib
    87 library hash.lib fstokenshared.lib
    88 
    89 SMPSAFE