|
1 /* |
|
2 * Copyright (c) 2003 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 build file |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 // Uncomment MACRO and define below to enable trace logging |
|
20 //MACRO __WIM_ENABLE_TRACES |
|
21 //#define __WIM_ENABLE_TRACES |
|
22 |
|
23 TARGET Scard.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x101F79DE |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 // API SOURCE FILES |
|
33 SOURCE Scard.cpp |
|
34 SOURCE ScardComm.cpp |
|
35 SOURCE ScardConnectionRequirement.cpp |
|
36 SOURCE ScardListener.cpp |
|
37 SOURCE ScardReaderQuery.cpp |
|
38 |
|
39 // SERVER SOURCE FILES |
|
40 SOURCE ScardAccessControl.cpp |
|
41 SOURCE ScardAccessControlRegistry.cpp |
|
42 SOURCE ScardChannelManager.cpp |
|
43 SOURCE ScardCommandTimer.cpp |
|
44 SOURCE ScardConnector.cpp |
|
45 SOURCE ScardConnectionRegistry.cpp |
|
46 SOURCE ScardConnectionTimer.cpp |
|
47 SOURCE ScardEventStack.cpp |
|
48 SOURCE ScardMessageStack.cpp |
|
49 SOURCE ScardNotifier.cpp |
|
50 SOURCE ScardNotifyRegistry.cpp |
|
51 SOURCE ScardReaderRegistry.cpp |
|
52 SOURCE ScardResourceRegistry.cpp |
|
53 SOURCE ScardServer.cpp |
|
54 SOURCE ScardSession.cpp |
|
55 |
|
56 // INCLUDE DIRECTORIES |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../inc |
|
59 |
|
60 MW_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 // LIBRARIES |
|
63 LIBRARY euser.lib c32.lib |
|
64 LIBRARY efsrv.lib //Needed for loading SwimReader.dll |
|
65 |
|
66 DEBUGLIBRARY flogger.lib |
|
67 |
|
68 SMPSAFE |
|
69 |