|
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 Cache Server |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "presencedlluids.hrh" |
|
21 |
|
22 |
|
23 TARGET presencecacheserver.exe |
|
24 TARGETTYPE exe |
|
25 UID XIMP_PRESENCE_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_PRESENCE_CACHE_SERVER |
|
26 |
|
27 CAPABILITY CAP_SERVER |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../srcpresencecache/presencecacheserver |
|
32 SOURCE presencecacheserver.cpp |
|
33 SOURCE presencecachesession.cpp |
|
34 SOURCE presencecachebuddystore.cpp |
|
35 SOURCE presencecacheservicestore.cpp |
|
36 |
|
37 |
|
38 USERINCLUDE ../srcpresencecache/presencecacheserver |
|
39 USERINCLUDE ../srcpresencecache/presencecacheclient |
|
40 USERINCLUDE ../srcpresencedatamodel/presencepublishing |
|
41 USERINCLUDE ../srcpresencedatamodel/presenceinfo |
|
42 USERINCLUDE ../srcpresencedatamodel |
|
43 USERINCLUDE ../srcpresencedatamodel/presencecache |
|
44 USERINCLUDE ../../core/srcdatamodel |
|
45 USERINCLUDE ../../core/srcutils |
|
46 |
|
47 SYSTEMINCLUDE /epoc32/include/ecom |
|
48 |
|
49 MW_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY flogger.lib |
|
54 LIBRARY ximputils.lib |
|
55 LIBRARY estor.lib // streams |
|
56 LIBRARY presencedatamodel.lib |
|
57 LIBRARY ximpdatamodel.lib |
|
58 LIBRARY ecom.lib |
|
59 |
|
60 // End of file |
|
61 |