cryptoservices/filebasedcertificateandkeystores/group/fstokencli.mmp
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 
       
    23 /**
       
    24  @file
       
    25 */
       
    26 
       
    27 target fstokencli.dll
       
    28 CAPABILITY All -TCB
       
    29 
       
    30 VENDORID 0x70000001
       
    31 
       
    32 // On beech, this is an ECom plugin for the keystore - on cedar there are
       
    33 // spearate plugins for the keystore and certstore
       
    34 
       
    35 
       
    36 TARGETTYPE DLL
       
    37 
       
    38 //	KSharedLibraryUidValue 0x1000008d
       
    39 //	KUidFSTokenCli 0x101F6EC7
       
    40 UID		0x1000008d 0x101F6EC7
       
    41 
       
    42 DEFFILE fstokencli_v2.def
       
    43 
       
    44 systeminclude  ../source/generic/common
       
    45 systeminclude  ../source/generic/client
       
    46 systeminclude  ../source/keystore/Client
       
    47 systeminclude  ../source/certstore/client
       
    48 systeminclude  ../source/certapps/client
       
    49 systeminclude .
       
    50 systeminclude /epoc32/include
       
    51 systeminclude /epoc32/include/ct
       
    52 systeminclude /epoc32/include/ecom
       
    53 systeminclude  ../Inc 
       
    54 systeminclude  ../../../crypto/weakcrypto/inc
       
    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