os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmh
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokenserver.mmh Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,90 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* File store token common section for servers
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +VENDORID 0x70000001
1.24 +
1.25 +DEFFILE fstokenserver.def
1.26 +
1.27 +#if defined(WINS)
1.28 +targettype EXE
1.29 +#else
1.30 +targettype EXEXP
1.31 +#endif
1.32 +
1.33 +USERINCLUDE ../Inc
1.34 +USERINCLUDE ../source/generic/common
1.35 +USERINCLUDE ../source/generic/server
1.36 +USERINCLUDE ../source/keystore/Server
1.37 +USERINCLUDE ../source/certstore/server
1.38 +USERINCLUDE ../source/certapps/server
1.39 +USERINCLUDE .
1.40 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.41 +USERINCLUDE ../../../crypto/weakcrypto/inc
1.42 +userinclude ../../certificateandkeymgmt/inc
1.43 +
1.44 +UID 0x101F72A6 0x101F72A6
1.45 +
1.46 +// generic server code
1.47 +sourcepath ../source/generic/server
1.48 +source fsserver.cpp
1.49 +source fstokenutil.cpp
1.50 +source FSResources.cpp
1.51 +source FSDialog.cpp
1.52 +source tokenserverdebug.cpp
1.53 +source FSRunPackage.cpp
1.54 +source certstorepatchdata.cpp
1.55 +
1.56 +// generic common client/server code
1.57 +sourcepath ../source/generic/common
1.58 +source dllentry.cpp
1.59 +
1.60 +// keystore specific server code
1.61 +sourcepath ../source/keystore/Server
1.62 +source Ckeystoreconduit.cpp
1.63 +source CKeyStoreSession.cpp
1.64 +source Cfskeystoreserver.cpp
1.65 +source CKeyDataManager.cpp
1.66 +source CCreateKey.cpp
1.67 +source OpenedKeys.cpp
1.68 +source keystorepassphrase.cpp
1.69 +source keystreamutils.cpp
1.70 +
1.71 +// certstore specific server code
1.72 +sourcepath ../source/certstore/server
1.73 +source CCertStoreEntry.cpp
1.74 +source CCertStoreEntryList.cpp
1.75 +source CCertStoreSession.cpp
1.76 +source CCertStoreConduit.cpp
1.77 +source filecertstore.cpp
1.78 +
1.79 +// certapps server code
1.80 +sourcepath ../source/certapps/server
1.81 +source CCertAppsConduit.cpp
1.82 +source CCertAppsSession.cpp
1.83 +source CFSCertAppsServer.cpp
1.84 +
1.85 +
1.86 +LIBRARY euser.lib
1.87 +LIBRARY ctframework.lib cryptography.lib
1.88 +LIBRARY efsrv.lib estor.lib bafl.lib
1.89 +LIBRARY asnpkcs.lib x509.lib asn1.lib
1.90 +LIBRARY pbe.lib fstokenshared.lib
1.91 +LIBRARY charconv.lib
1.92 +LIBRARY sectcbutil.lib
1.93 +