equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2008 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: Wrapper class for dynamic, terminal-dependent device lock access |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET vpntcwrapper.dll |
|
23 TARGETTYPE dll |
|
24 |
|
25 |
|
26 UID 0x1000008d 0x101F6D3F |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE vpntcwrapper.cpp |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../vpncommon/inc |
|
35 USERINCLUDE ../../../vpnui/vpnpolins/inc |
|
36 |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib utlbase64.lib |
|
40 LIBRARY utlcrypto.lib asn1.lib |
|
41 LIBRARY crpkcs12.lib |
|
42 LIBRARY pkiserviceapi.lib |
|
43 LIBRARY crypto.lib |
|
44 LIBRARY efsrv.lib |
|
45 LIBRARY sysutil.lib |
|
46 LIBRARY terminalcontrol.lib |
|
47 |
|
48 DEBUGLIBRARY flogger.lib |
|
49 |
|
50 CAPABILITY ALL -Tcb |