os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* File store token common section for servers
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
VENDORID 0x70000001
sl@0
    21
sl@0
    22
DEFFILE fstokenserver.def
sl@0
    23
sl@0
    24
#if defined(WINS)
sl@0
    25
targettype EXE
sl@0
    26
#else
sl@0
    27
targettype EXEXP
sl@0
    28
#endif
sl@0
    29
sl@0
    30
USERINCLUDE ../Inc
sl@0
    31
USERINCLUDE ../source/generic/common
sl@0
    32
USERINCLUDE ../source/generic/server
sl@0
    33
USERINCLUDE ../source/keystore/Server
sl@0
    34
USERINCLUDE ../source/certstore/server
sl@0
    35
USERINCLUDE ../source/certapps/server
sl@0
    36
USERINCLUDE .
sl@0
    37
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    38
USERINCLUDE ../../../crypto/weakcrypto/inc
sl@0
    39
userinclude  ../../certificateandkeymgmt/inc
sl@0
    40
sl@0
    41
UID 0x101F72A6 0x101F72A6 
sl@0
    42
sl@0
    43
//	generic server code
sl@0
    44
sourcepath ../source/generic/server
sl@0
    45
source fsserver.cpp
sl@0
    46
source fstokenutil.cpp
sl@0
    47
source FSResources.cpp
sl@0
    48
source FSDialog.cpp
sl@0
    49
source tokenserverdebug.cpp
sl@0
    50
source FSRunPackage.cpp
sl@0
    51
source certstorepatchdata.cpp
sl@0
    52
sl@0
    53
//	generic common client/server code
sl@0
    54
sourcepath ../source/generic/common
sl@0
    55
source dllentry.cpp
sl@0
    56
sl@0
    57
//	keystore specific server code
sl@0
    58
sourcepath ../source/keystore/Server
sl@0
    59
source 	Ckeystoreconduit.cpp
sl@0
    60
source 	CKeyStoreSession.cpp
sl@0
    61
source 	Cfskeystoreserver.cpp
sl@0
    62
source 	CKeyDataManager.cpp
sl@0
    63
source 	CCreateKey.cpp
sl@0
    64
source 	OpenedKeys.cpp
sl@0
    65
source 	keystorepassphrase.cpp
sl@0
    66
source 	keystreamutils.cpp
sl@0
    67
sl@0
    68
//	certstore specific server code
sl@0
    69
sourcepath ../source/certstore/server
sl@0
    70
source CCertStoreEntry.cpp 
sl@0
    71
source CCertStoreEntryList.cpp 
sl@0
    72
source CCertStoreSession.cpp
sl@0
    73
source CCertStoreConduit.cpp
sl@0
    74
source filecertstore.cpp
sl@0
    75
sl@0
    76
// certapps server code
sl@0
    77
sourcepath ../source/certapps/server
sl@0
    78
source CCertAppsConduit.cpp
sl@0
    79
source CCertAppsSession.cpp
sl@0
    80
source CFSCertAppsServer.cpp
sl@0
    81
sl@0
    82
sl@0
    83
LIBRARY euser.lib
sl@0
    84
LIBRARY ctframework.lib cryptography.lib
sl@0
    85
LIBRARY	efsrv.lib estor.lib bafl.lib 
sl@0
    86
LIBRARY asnpkcs.lib x509.lib asn1.lib
sl@0
    87
LIBRARY pbe.lib fstokenshared.lib
sl@0
    88
LIBRARY charconv.lib
sl@0
    89
LIBRARY sectcbutil.lib
sl@0
    90