|
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: Project definition file for project psmserver |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET psmserver.exe |
|
22 TARGETTYPE exe |
|
23 |
|
24 TARGETPATH sys/bin |
|
25 |
|
26 // Since this is an exe with no alternate implementations, |
|
27 // just use same UID for both UID2 and UID3 |
|
28 UID 0x2000B187 0x2000B187 |
|
29 |
|
30 SECUREID 0x2000B187 |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 CAPABILITY CAP_SERVER NetworkControl |
|
35 |
|
36 SOURCEPATH ../src/server |
|
37 SOURCE psmsrvserver.cpp |
|
38 SOURCE psmsrvstartup.cpp |
|
39 SOURCE psmsrvsession.cpp |
|
40 SOURCE psmsrvmessage.cpp |
|
41 SOURCE psmsrvshutdown.cpp |
|
42 |
|
43 // Engine classes |
|
44 SOURCEPATH ../src/engine |
|
45 SOURCE psmmanager.cpp |
|
46 SOURCE psmpluginloader.cpp |
|
47 SOURCE psmsettingshandler.cpp |
|
48 SOURCE psmstorage.cpp |
|
49 SOURCE psmconfigstorage.cpp |
|
50 SOURCE psmbackupstorage.cpp |
|
51 SOURCE psmcenrepstorage.cpp |
|
52 |
|
53 SOURCE psmsrvplugin.cpp |
|
54 |
|
55 USERINCLUDE ../inc/server |
|
56 USERINCLUDE ../inc/engine |
|
57 USERINCLUDE ../inc/util |
|
58 |
|
59 OS_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY ecom.lib |
|
63 |
|
64 // Engine libs |
|
65 LIBRARY centralrepository.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY xmlenginedom.lib |
|
68 |
|
69 #include "psmtrace.cfg" |
|
70 |
|
71 |
|
72 SMPSAFE |