|
1 /* |
|
2 * Copyright (c) 2003-2009 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 project vpnmanager |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET vpnmanager.exe |
|
21 TARGETTYPE exe |
|
22 UID 0x1000008d 0x101F7993 |
|
23 |
|
24 CAPABILITY NetworkControl NetworkServices ProtServ WriteDeviceData |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE fileutil.cpp |
|
29 SOURCE pinparser.cpp |
|
30 SOURCE pkiutil.cpp |
|
31 SOURCE pwdchanger.cpp |
|
32 SOURCE policyimporter.cpp |
|
33 SOURCE policypatcher.cpp |
|
34 SOURCE policystore.cpp |
|
35 SOURCE vpnapiservant.cpp |
|
36 SOURCE vpnmanagersession.cpp |
|
37 SOURCE vpnmanagerstarter.cpp |
|
38 SOURCE uuid.cpp |
|
39 SOURCE requestdispatcher.cpp |
|
40 SOURCE eventlogger.cpp |
|
41 SOURCE vpnmanagerserver.cpp |
|
42 SOURCE cmmanagerutils.cpp |
|
43 |
|
44 SOURCEPATH ../../vpncommon/src |
|
45 SOURCE srvstatic.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../../vpnapiimpl/inc |
|
49 USERINCLUDE ../../pkiserviceapi/inc |
|
50 USERINCLUDE ../../ikepolparser/inc |
|
51 USERINCLUDE ../../vpncommon/inc |
|
52 USERINCLUDE ../../utlxml/inc |
|
53 USERINCLUDE ../../utlbase64/inc |
|
54 USERINCLUDE ../../utlpkcs10/inc |
|
55 USERINCLUDE ../../../vpnui/vpnecomnotifier/inc |
|
56 USERINCLUDE ../../eventmediatorapi/inc |
|
57 USERINCLUDE ../../eventviewer/inc |
|
58 |
|
59 MW_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY esock.lib |
|
64 LIBRARY x509.lib |
|
65 LIBRARY x500.lib |
|
66 LIBRARY pkiserviceapi.lib |
|
67 LIBRARY ikepolparser.lib |
|
68 LIBRARY crypto.lib |
|
69 LIBRARY utlxml.lib |
|
70 LIBRARY bafl.lib |
|
71 LIBRARY utlbase64.lib |
|
72 LIBRARY utlpkcs10.lib |
|
73 LIBRARY eventmedapi.lib |
|
74 LIBRARY eventviewer.lib |
|
75 LIBRARY random.lib |
|
76 LIBRARY charconv.lib |
|
77 LIBRARY cmmanager.lib |
|
78 LIBRARY cryptography.lib |
|
79 |
|
80 DEBUGLIBRARY flogger.lib |
|
81 |
|
82 EPOCSTACKSIZE 0x4000 |