1 /* |
|
2 * Copyright (c) 2005-2010 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: PC Connectivity Server |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 VENDORID VID_DEFAULT |
|
24 |
|
25 CAPABILITY CAP_SERVER TrustedUI |
|
26 |
|
27 TARGET sconpcconnserver.exe |
|
28 TARGETTYPE exe |
|
29 |
|
30 EPOCSTACKSIZE 0x10000 |
|
31 EPOCHEAPSIZE 0x10000 0x1000000 // heap memory 16MB |
|
32 |
|
33 UID 0 0x101F99F6 |
|
34 |
|
35 // Server |
|
36 SOURCEPATH ../src |
|
37 SOURCE sconpcconnserver.cpp |
|
38 SOURCE sconimsireader.cpp |
|
39 SOURCE sconfolderlister.cpp |
|
40 SOURCE sconbtengine.cpp |
|
41 |
|
42 // ConML |
|
43 SOURCEPATH ../../../wbxml/conmlhandler/src |
|
44 SOURCE sconconmldtd.cpp |
|
45 SOURCE sconxmlelement.cpp |
|
46 |
|
47 SOURCEPATH ../../../common/conmltask/src |
|
48 SOURCE sconconmltask.cpp |
|
49 |
|
50 USERINCLUDE ../inc |
|
51 USERINCLUDE ../../../inc |
|
52 USERINCLUDE ../../../common/conmltask/inc |
|
53 USERINCLUDE ../../../services/pcd/inc |
|
54 USERINCLUDE ../../../services/csc/inc |
|
55 USERINCLUDE ../../../services/oviaccounthandler/inc |
|
56 USERINCLUDE ../../../wbxml/conmlhandler/inc |
|
57 |
|
58 // Default system include paths for middleware layer modules. |
|
59 MW_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY estor.lib // RMemWriteStream, RMemReadStream |
|
63 LIBRARY efsrv.lib // Rfs, RFile |
|
64 LIBRARY charconv.lib // For Unicode conversion |
|
65 LIBRARY etel3rdparty.lib |
|
66 LIBRARY platformenv.lib // For pathinfo |
|
67 LIBRARY directorylocalizer.lib // For localizing directories |
|
68 LIBRARY centralrepository.lib |
|
69 LIBRARY commonengine.lib // For resource reader |
|
70 LIBRARY bafl.lib // Basic Application Framework Library |
|
71 LIBRARY btengdevman.lib |
|
72 LIBRARY btmanclient.lib |
|
73 LIBRARY btdevice.lib |
|
74 LIBRARY bluetooth.lib |
|
75 LIBRARY btengsettings.lib |
|
76 DEBUGLIBRARY flogger.lib |
|
77 |
|