cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmh
changeset 8 35751d3474b7
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 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 * File store token common section for servers
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 VENDORID 0x70000001
       
    21 
       
    22 DEFFILE fstokenserver.def
       
    23 
       
    24 #if defined(WINS)
       
    25 targettype EXE
       
    26 #else
       
    27 targettype EXEXP
       
    28 #endif
       
    29 
       
    30 USERINCLUDE ../Inc
       
    31 USERINCLUDE ../source/generic/common
       
    32 USERINCLUDE ../source/generic/server
       
    33 USERINCLUDE ../source/keystore/Server
       
    34 USERINCLUDE ../source/certstore/server
       
    35 USERINCLUDE ../source/certapps/server
       
    36 USERINCLUDE .
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 USERINCLUDE ../../../crypto/weakcrypto/inc
       
    39 userinclude  ../../certificateandkeymgmt/inc
       
    40 
       
    41 UID 0x101F72A6 0x101F72A6 
       
    42 
       
    43 //	generic server code
       
    44 sourcepath ../source/generic/server
       
    45 source fsserver.cpp
       
    46 source fstokenutil.cpp
       
    47 source FSResources.cpp
       
    48 source FSDialog.cpp
       
    49 source tokenserverdebug.cpp
       
    50 source FSRunPackage.cpp
       
    51 source certstorepatchdata.cpp
       
    52 
       
    53 //	generic common client/server code
       
    54 sourcepath ../source/generic/common
       
    55 source dllentry.cpp
       
    56 
       
    57 //	keystore specific server code
       
    58 sourcepath ../source/keystore/Server
       
    59 source 	Ckeystoreconduit.cpp
       
    60 source 	CKeyStoreSession.cpp
       
    61 source 	Cfskeystoreserver.cpp
       
    62 source 	CKeyDataManager.cpp
       
    63 source 	CCreateKey.cpp
       
    64 source 	OpenedKeys.cpp
       
    65 source 	keystorepassphrase.cpp
       
    66 source 	keystreamutils.cpp
       
    67 
       
    68 //	certstore specific server code
       
    69 sourcepath ../source/certstore/server
       
    70 source CCertStoreEntry.cpp 
       
    71 source CCertStoreEntryList.cpp 
       
    72 source CCertStoreSession.cpp
       
    73 source CCertStoreConduit.cpp
       
    74 source filecertstore.cpp
       
    75 
       
    76 // certapps server code
       
    77 sourcepath ../source/certapps/server
       
    78 source CCertAppsConduit.cpp
       
    79 source CCertAppsSession.cpp
       
    80 source CFSCertAppsServer.cpp
       
    81 
       
    82 
       
    83 LIBRARY euser.lib
       
    84 LIBRARY ctframework.lib cryptography.lib
       
    85 LIBRARY	efsrv.lib estor.lib bafl.lib 
       
    86 LIBRARY asnpkcs.lib x509.lib asn1.lib
       
    87 LIBRARY pbe.lib fstokenshared.lib
       
    88 LIBRARY charconv.lib
       
    89 LIBRARY sectcbutil.lib
       
    90