|
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 Converged Connection |
|
15 * Client API |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET cch.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x20011117 |
|
25 |
|
26 CAPABILITY CAP_CLIENT_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE cch.cpp |
|
31 SOURCE cchimpl.cpp |
|
32 SOURCE cchserviceimpl.cpp |
|
33 SOURCE cchtypes.cpp |
|
34 SOURCE cchclientobserver.cpp |
|
35 SOURCE cchuiprivateapi.cpp |
|
36 SOURCE cchuiapiimpl.cpp |
|
37 SOURCE cchuispshandler.cpp |
|
38 SOURCE cchuicchhandler.cpp |
|
39 SOURCE cchuinotehandler.cpp |
|
40 SOURCE cchuiconnectionhandler.cpp |
|
41 SOURCE cchuiglobalqueryhandler.cpp |
|
42 SOURCE cchuiclientobserver.cpp |
|
43 SOURCE cchuitimer.cpp |
|
44 |
|
45 USERINCLUDE ../inc |
|
46 USERINCLUDE ../../inc // CCH's internal headers |
|
47 |
|
48 APP_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY flogger.lib // for logging purposes |
|
52 LIBRARY cchclient.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY cone.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY estor.lib |
|
58 LIBRARY connmon.lib |
|
59 LIBRARY featmgr.lib |
|
60 LIBRARY commsdat.lib |
|
61 LIBRARY aknnotify.lib |
|
62 LIBRARY cmmanager.lib |
|
63 LIBRARY platformenv.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY wepsecuritysettingsui.lib |
|
66 LIBRARY wpasecuritysettingsui.lib |
|
67 LIBRARY connectionuiutilities.lib |
|
68 LIBRARY serviceprovidersettings.lib |
|
69 |
|
70 |