|
1 /* |
|
2 * Copyright (c) 2007 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 Presence Manager |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../group/ximpdlluids.hrh" |
|
21 |
|
22 |
|
23 |
|
24 TARGET ximpmanager.dll |
|
25 TARGETTYPE dll |
|
26 UID XIMP_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_COMMON |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 |
|
32 SOURCEPATH ../srcfrontend/srcmanager |
|
33 SOURCE ximpclientifsingleton.cpp |
|
34 SOURCE ximpcontextclientproxy.cpp |
|
35 SOURCE ximpcontexteventpump.cpp |
|
36 SOURCE ximpcntxteventobsarray.cpp |
|
37 SOURCE ximpclientimp.cpp |
|
38 SOURCE ximpcontextimp.cpp |
|
39 |
|
40 USERINCLUDE ../srcfrontend/srcmanager |
|
41 USERINCLUDE ../srcclient |
|
42 USERINCLUDE ../srcutils |
|
43 USERINCLUDE ../srcdatamodel |
|
44 USERINCLUDE ../srcoperations |
|
45 USERINCLUDE ../../presence/srcpresencedatamodel |
|
46 USERINCLUDE ../../presence/srcpresencedatamodel/presencepublishing |
|
47 |
|
48 // TODO remove unnecessary |
|
49 SYSTEMINCLUDE ../../inc/core/base |
|
50 SYSTEMINCLUDE ../../inc/core/datamodel |
|
51 SYSTEMINCLUDE ../../inc/core/protocolplugin |
|
52 SYSTEMINCLUDE ../../inc/core/protocolpluginhost |
|
53 SYSTEMINCLUDE ../../inc/presence/presencedatamodel |
|
54 SYSTEMINCLUDE ../../inc/presence/presenceprotocolplugin |
|
55 SYSTEMINCLUDE ../../inc/presence/presenceprotocolpluginhost |
|
56 MW_LAYER_SYSTEMINCLUDE |
|
57 |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY ecom.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY estor.lib |
|
63 LIBRARY ximputils.lib |
|
64 LIBRARY ximpdatamodel.lib |
|
65 LIBRARY ximpsrvclient.lib |
|
66 |
|
67 // End of file |