|
1 /* |
|
2 * Copyright (c) 2006 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 "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: Project definition file for DevTokenClient |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 TARGET DevTokenClient.dll |
|
21 TARGETTYPE DLL |
|
22 UID 0x1000008d 0x101FB66B |
|
23 |
|
24 CAPABILITY All -TCB |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 USERINCLUDE ../Inc |
|
28 |
|
29 MW_LAYER_SYSTEMINCLUDE |
|
30 |
|
31 // generic device tokens client code |
|
32 SOURCEPATH ../Src/Generic/Client |
|
33 SOURCE DevToken.cpp |
|
34 SOURCE DevTokenType.cpp |
|
35 SOURCE DevTokenTypeSession.cpp |
|
36 SOURCE DevTokenClientSession.cpp |
|
37 SOURCE DevTokenUtils.cpp |
|
38 SOURCE DevTokenInterfaceFactory.cpp |
|
39 SOURCE DTClient.cpp |
|
40 |
|
41 // generic common client/server code |
|
42 SOURCEPATH ../Src/Generic/Common |
|
43 SOURCE DevTokenCliServ.cpp |
|
44 |
|
45 // keystore specific client code |
|
46 SOURCEPATH ../Src/KeyStore/Client |
|
47 SOURCE DevCertKeyStore.cpp |
|
48 SOURCE DevCertOpenedKeys.cpp |
|
49 |
|
50 // certstore specific client code |
|
51 SOURCEPATH ../Src/Certstore/client |
|
52 SOURCE DevandTruSrvCertStore.cpp |
|
53 |
|
54 // trusted sites store client code |
|
55 SOURCEPATH ../Src/TruSitesStore/Client |
|
56 SOURCE TrustedSitesStore.cpp |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY ctframework.lib |
|
60 LIBRARY cryptography.lib |
|
61 LIBRARY hash.lib |
|
62 LIBRARY DevTokenShared.lib |
|
63 LIBRARY x509.lib // CX509Certificate |
|
64 LIBRARY crypto.lib |
|
65 |
|
66 SMPSAFE |
|
67 |