|
1 /* |
|
2 * Copyright (c) 2002 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: Contains information for building project & dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 TARGET WIMCLIENT.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x101f79d5 |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 //MACRO __WIM_ENABLE_TRACES |
|
28 //#define __WIM_ENABLE_TRACES |
|
29 |
|
30 SOURCE ../src/WimClient.cpp |
|
31 SOURCE ../src/WimMgmt.cpp |
|
32 SOURCE ../src/WimCertMgmt.cpp |
|
33 SOURCE ../src/WimPin.cpp |
|
34 SOURCE ../src/WimSecModuleMgr.cpp |
|
35 SOURCE ../src/WimSecModule.cpp |
|
36 SOURCE ../src/WimCertConverter.cpp |
|
37 SOURCE ../src/WimKeyDetails.cpp |
|
38 SOURCE ../src/WimCert.cpp |
|
39 SOURCE ../src/ProvSC.cpp |
|
40 SOURCE ../src/WimTrustSettingsAPI.cpp |
|
41 SOURCE ../src/WimTrustSettingsMgmt.cpp |
|
42 SOURCE ../src/JavaUtils.cpp |
|
43 |
|
44 |
|
45 USERINCLUDE ../inc |
|
46 USERINCLUDE ../../inc |
|
47 |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 LIBRARY c32.lib efsrv.lib ctframework.lib |
|
51 LIBRARY Wimutil.lib |
|
52 LIBRARY euser.lib |
|
53 |
|
54 SMPSAFE |
|
55 |