sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2002-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 |
* client dll for fstokenserver
|
sl@0
|
16 |
* fstokencli.dll Client dll for fstokenserver
|
sl@0
|
17 |
*
|
sl@0
|
18 |
*/
|
sl@0
|
19 |
|
sl@0
|
20 |
|
sl@0
|
21 |
/**
|
sl@0
|
22 |
@file
|
sl@0
|
23 |
*/
|
sl@0
|
24 |
|
sl@0
|
25 |
target fstokencli.dll
|
sl@0
|
26 |
CAPABILITY All -TCB
|
sl@0
|
27 |
|
sl@0
|
28 |
VENDORID 0x70000001
|
sl@0
|
29 |
|
sl@0
|
30 |
// On beech, this is an ECom plugin for the keystore - on cedar there are
|
sl@0
|
31 |
// spearate plugins for the keystore and certstore
|
sl@0
|
32 |
|
sl@0
|
33 |
|
sl@0
|
34 |
TARGETTYPE DLL
|
sl@0
|
35 |
|
sl@0
|
36 |
// KSharedLibraryUidValue 0x1000008d
|
sl@0
|
37 |
// KUidFSTokenCli 0x101F6EC7
|
sl@0
|
38 |
UID 0x1000008d 0x101F6EC7
|
sl@0
|
39 |
|
sl@0
|
40 |
DEFFILE fstokencli_v2.def
|
sl@0
|
41 |
|
sl@0
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
43 |
|
sl@0
|
44 |
userinclude ../Inc
|
sl@0
|
45 |
userinclude ../../../crypto/weakcrypto/inc
|
sl@0
|
46 |
userinclude ../../../cryptomgmtlibs/cryptotokenfw/inc_interfaces
|
sl@0
|
47 |
userinclude ../../../cryptomgmtlibs/cryptotokenfw/inc
|
sl@0
|
48 |
userinclude ../source/generic/common
|
sl@0
|
49 |
userinclude ../source/generic/client
|
sl@0
|
50 |
userinclude ../source/keystore/Client
|
sl@0
|
51 |
userinclude ../source/certstore/client
|
sl@0
|
52 |
userinclude ../source/certapps/client
|
sl@0
|
53 |
userinclude ../source/shared
|
sl@0
|
54 |
userinclude .
|
sl@0
|
55 |
|
sl@0
|
56 |
// generic filetokens client code
|
sl@0
|
57 |
sourcepath ../source/generic/client
|
sl@0
|
58 |
source CFStokenclient.cpp
|
sl@0
|
59 |
source CFSTokenTypeClient.cpp
|
sl@0
|
60 |
source CFStokenTypeSession.cpp
|
sl@0
|
61 |
source clientsession.cpp
|
sl@0
|
62 |
source clientutils.cpp
|
sl@0
|
63 |
source clientfactories.cpp
|
sl@0
|
64 |
source CFSClient.cpp
|
sl@0
|
65 |
|
sl@0
|
66 |
// generic common client/server code
|
sl@0
|
67 |
sourcepath ../source/generic/common
|
sl@0
|
68 |
source fstokencliserv.cpp
|
sl@0
|
69 |
source dllentry.cpp
|
sl@0
|
70 |
|
sl@0
|
71 |
// keystore specific client code
|
sl@0
|
72 |
sourcepath ../source/keystore/Client
|
sl@0
|
73 |
source cfskeystoreclient.cpp
|
sl@0
|
74 |
source ClientOpenedKeys.cpp
|
sl@0
|
75 |
source CKeyStoreAuthObject.cpp
|
sl@0
|
76 |
|
sl@0
|
77 |
// filecertstore specific client code
|
sl@0
|
78 |
sourcepath ../source/certstore/client
|
sl@0
|
79 |
source CFSCertStoreClient.cpp
|
sl@0
|
80 |
|
sl@0
|
81 |
// certapps specific client code
|
sl@0
|
82 |
sourcepath ../source/certapps/client
|
sl@0
|
83 |
source CFSCertAppsClient.cpp
|
sl@0
|
84 |
|
sl@0
|
85 |
|
sl@0
|
86 |
library euser.lib ctframework.lib cryptography.lib
|
sl@0
|
87 |
library hash.lib fstokenshared.lib
|
sl@0
|
88 |
|
sl@0
|
89 |
SMPSAFE
|