author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 15 Sep 2010 13:07:27 +0300 | |
branch | RCL_3 |
changeset 48 | debf68073f2f |
parent 43 | 4a793f564d72 |
permissions | -rw-r--r-- |
43 | 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 |
|
48
debf68073f2f
Revision: 201035
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
43
diff
changeset
|
24 |
CAPABILITY ReadDeviceData WriteDeviceData SwEvent NetworkServices ReadUserData WriteUserData LocalServices TrustedUI |
43 | 25 |
|
26 |
TARGET sconpcconnserver.exe |
|
27 |
TARGETTYPE exe |
|
28 |
||
29 |
EPOCSTACKSIZE 0x10000 |
|
30 |
EPOCHEAPSIZE 0x10000 0x1000000 // heap memory 16MB |
|
31 |
||
32 |
UID 0 0x101F99F6 |
|
33 |
||
34 |
// Server |
|
35 |
SOURCEPATH ../src |
|
36 |
SOURCE sconpcconnserver.cpp |
|
37 |
SOURCE sconimsireader.cpp |
|
38 |
SOURCE sconfolderlister.cpp |
|
39 |
SOURCE sconbtengine.cpp |
|
40 |
||
41 |
// ConML |
|
42 |
SOURCEPATH ../../../wbxml/conmlhandler/src |
|
43 |
SOURCE sconconmldtd.cpp |
|
44 |
SOURCE sconxmlelement.cpp |
|
45 |
||
46 |
SOURCEPATH ../../../common/conmltask/src |
|
47 |
SOURCE sconconmltask.cpp |
|
48 |
||
49 |
USERINCLUDE ../inc |
|
50 |
USERINCLUDE ../../../inc |
|
51 |
USERINCLUDE ../../../common/conmltask/inc |
|
52 |
USERINCLUDE ../../../services/pcd/inc |
|
53 |
USERINCLUDE ../../../services/csc/inc |
|
54 |
USERINCLUDE ../../../services/oviaccounthandler/inc |
|
55 |
USERINCLUDE ../../../wbxml/conmlhandler/inc |
|
56 |
||
57 |
// Default system include paths for middleware layer modules. |
|
58 |
MW_LAYER_SYSTEMINCLUDE |
|
59 |
||
60 |
LIBRARY euser.lib |
|
61 |
LIBRARY estor.lib // RMemWriteStream, RMemReadStream |
|
62 |
LIBRARY efsrv.lib // Rfs, RFile |
|
63 |
LIBRARY charconv.lib // For Unicode conversion |
|
64 |
LIBRARY etel3rdparty.lib |
|
65 |
LIBRARY platformenv.lib // For pathinfo |
|
66 |
LIBRARY directorylocalizer.lib // For localizing directories |
|
67 |
LIBRARY centralrepository.lib |
|
68 |
LIBRARY commonengine.lib // For resource reader |
|
69 |
LIBRARY bafl.lib // Basic Application Framework Library |
|
70 |
LIBRARY btengdevman.lib |
|
71 |
LIBRARY btmanclient.lib |
|
72 |
LIBRARY btdevice.lib |
|
73 |
LIBRARY bluetooth.lib |
|
74 |
LIBRARY btengsettings.lib |
|
75 |
DEBUGLIBRARY flogger.lib |
|
76 |