cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.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 * File store token server executable
       
    16 * fstokenserver.exe File store token server executable
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 /**
       
    24  @file
       
    25 */
       
    26 
       
    27 target fstokenserver.exe
       
    28 CAPABILITY TrustedUI ProtServ
       
    29 
       
    30 VENDORID 0x70000001
       
    31 
       
    32 #if defined(WINS)
       
    33 targettype EXE
       
    34 #elif defined(MARM)
       
    35 targettype EXEXP
       
    36 #endif
       
    37 
       
    38 systeminclude  ../Inc 
       
    39 systeminclude  ../source/generic/common
       
    40 systeminclude  ../source/generic/server
       
    41 systeminclude  ../source/keystore/Server
       
    42 systeminclude  ../source/certstore/server
       
    43 systeminclude  ../source/certapps/server
       
    44 systeminclude .
       
    45 systeminclude /epoc32/include
       
    46 systeminclude /epoc32/include/ct
       
    47 systeminclude  ../../../crypto/weakcrypto/inc
       
    48 
       
    49 UID 0x101F72A6 0x101F72A6 
       
    50 
       
    51 //	generic server code
       
    52 sourcepath ../source/generic/server
       
    53 source fsserver.cpp
       
    54 source fstokenutil.cpp
       
    55 source FSResources.cpp
       
    56 source FSDialog.cpp
       
    57 source tokenserverdebug.cpp
       
    58 source FSRunPackage.cpp
       
    59 source certstorepatchdata.cpp
       
    60 
       
    61 //	generic common client/server code
       
    62 sourcepath ../source/generic/common
       
    63 source dllentry.cpp
       
    64 
       
    65 //	keystore specific server code
       
    66 sourcepath ../source/keystore/Server
       
    67 source Ckeystoreconduit.cpp
       
    68 source CKeyStoreSession.cpp
       
    69 source Cfskeystoreserver.cpp
       
    70 source CKeyDataManager.cpp
       
    71 source CCreateKey.cpp
       
    72 source OpenedKeys.cpp
       
    73 source keystorepassphrase.cpp
       
    74 source keystreamutils.cpp
       
    75 
       
    76 //	certstore specific server code
       
    77 sourcepath ../source/certstore/server
       
    78 source CCertStoreEntry.cpp 
       
    79 source CCertStoreEntryList.cpp 
       
    80 source CCertStoreSession.cpp
       
    81 source CCertStoreConduit.cpp
       
    82 source filecertstore.cpp
       
    83 
       
    84 // certapps server code
       
    85 sourcepath ../source/certapps/server
       
    86 source CCertAppsConduit.cpp
       
    87 source CCertAppsSession.cpp
       
    88 source CFSCertAppsServer.cpp
       
    89 
       
    90 
       
    91 library euser.lib efsrv.lib estor.lib bafl.lib 
       
    92 library ctframework.lib cryptography.lib
       
    93 library asnpkcs.lib x509.lib asn1.lib
       
    94 library pbe.lib fstokenshared.lib
       
    95 library charconv.lib
       
    96 library sectcbutil.lib