|
1 /* |
|
2 * Copyright (c) 2006-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 CCH server |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 MACRO TRACE_ENTRY_EXIT_POINT |
|
22 MACRO TRACE_ENTRY_CCHSERVER |
|
23 |
|
24 TARGET cchserver.exe |
|
25 TARGETTYPE EXE |
|
26 // Since this is an exe with no GUI implementations, |
|
27 // just use zero UID for UID2 |
|
28 UID 0x00000000 0x10275456 |
|
29 EPOCSTACKSIZE 0x5000 |
|
30 CAPABILITY CAP_SERVER NetworkControl |
|
31 VENDORID VID_DEFAULT |
|
32 SOURCEPATH ../src |
|
33 SOURCE cchconnmonhandler.cpp |
|
34 SOURCE cchcommdbwatcher.cpp |
|
35 SOURCE cchrequeststorage.cpp |
|
36 SOURCE cchspshandler.cpp |
|
37 SOURCE cchserverbase.cpp |
|
38 SOURCE cchserviceinfo.cpp |
|
39 SOURCE cchsubserviceinfo.cpp |
|
40 SOURCE cchservicehandler.cpp |
|
41 SOURCE cchsession.cpp |
|
42 SOURCE cchpluginhandler.cpp |
|
43 SOURCE cchplugin.cpp |
|
44 SOURCE cchsubsession.cpp |
|
45 SOURCE cchetelnetworkstatusnotifier.cpp |
|
46 SOURCE cchfeaturemanager.cpp |
|
47 SOURCE cchnotehandler.cpp |
|
48 SOURCE cchuihandler.cpp |
|
49 SOURCE cchwlanextension.cpp |
|
50 SOURCE cchwakeupeventnotifier.cpp |
|
51 SOURCE cchstartupcounter.cpp |
|
52 SOURCE cchactivescheduler.cpp |
|
53 SOURCE cchphonestartupmonitor.cpp |
|
54 |
|
55 START RESOURCE ../data/cch.rss |
|
56 HEADER |
|
57 TARGETPATH APP_RESOURCE_DIR |
|
58 LANGUAGE_IDS |
|
59 END // RESOURCE |
|
60 |
|
61 USERINCLUDE ../inc |
|
62 USERINCLUDE ../cenrep |
|
63 USERINCLUDE ../../inc // CCH's internal headers |
|
64 |
|
65 APP_LAYER_SYSTEMINCLUDE |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY flogger.lib // for logging purposes |
|
69 LIBRARY connmon.lib |
|
70 LIBRARY cmmanager.lib |
|
71 LIBRARY ecom.lib // for plug-ins |
|
72 LIBRARY serviceprovidersettings.lib |
|
73 LIBRARY aknnotify.lib |
|
74 LIBRARY centralrepository.lib |
|
75 LIBRARY etel.lib |
|
76 LIBRARY featmgr.lib |
|
77 LIBRARY etelmm.lib |
|
78 LIBRARY efsrv.lib |
|
79 LIBRARY bafl.lib |
|
80 LIBRARY commdb.lib |
|
81 LIBRARY apengine.lib |
|
82 LIBRARY avkon.lib |
|
83 LIBRARY commonengine.lib |