|
1 /* |
|
2 * Copyright (c) 2008-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 UI Notifier plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET cchuinotif.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x101fdfae 0x200195A8 |
|
25 TARGETPATH SHARED_LIB_DIR |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE cchuinotifier.cpp |
|
32 SOURCE cchuinotifiermain.cpp |
|
33 SOURCE cchuinotifierimpl.cpp |
|
34 SOURCE cchuiiconfileprovider.cpp |
|
35 SOURCE cchuipluginbrandinghandler.cpp |
|
36 SOURCE cchuinotifconnectionhandler.cpp |
|
37 SOURCE cchuicallstatelistener.cpp |
|
38 |
|
39 START RESOURCE ../data/cchuinotif.rss |
|
40 HEADER |
|
41 TARGETPATH APP_RESOURCE_DIR |
|
42 // LANG SC |
|
43 END // RESOURCE |
|
44 |
|
45 USERINCLUDE ../inc |
|
46 USERINCLUDE ../loc |
|
47 USERINCLUDE ../../inc |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 LIBRARY cone.lib |
|
52 LIBRARY bafl.lib |
|
53 LIBRARY egul.lib |
|
54 LIBRARY avkon.lib |
|
55 LIBRARY efsrv.lib |
|
56 LIBRARY euser.lib |
|
57 LIBRARY esock.lib |
|
58 LIBRARY estor.lib |
|
59 LIBRARY eikdlg.lib |
|
60 LIBRARY eiksrv.lib |
|
61 LIBRARY aknicon.lib |
|
62 LIBRARY eikcore.lib |
|
63 LIBRARY featmgr.lib |
|
64 LIBRARY aknskins.lib |
|
65 LIBRARY charconv.lib |
|
66 LIBRARY eikcoctl.lib |
|
67 LIBRARY eiksrvui.lib |
|
68 LIBRARY bsclient.lib |
|
69 LIBRARY cmmanager.lib |
|
70 LIBRARY commonengine.lib |
|
71 LIBRARY centralrepository.lib |
|
72 LIBRARY aknnotifierwrapper.lib |
|
73 LIBRARY serviceprovidersettings.lib |
|
74 LIBRARY RCSE.lib |
|
75 |