|
1 /* |
|
2 * Copyright (c) 2002 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: Presence management for IM |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../inc/ChatNGCommonUIDs.h" |
|
21 |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 TARGET capresenceng.dll |
|
24 TARGETTYPE dll |
|
25 UID KWVUIPRESENCEUIDS1 KWVUIPRESENCEUIDS2 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 START RESOURCE ../resource/WVUIPresenceVariationNG.rss |
|
29 HEADER |
|
30 TARGETPATH RESOURCE_FILES_DIR |
|
31 LANGUAGE_IDS |
|
32 END |
|
33 |
|
34 SOURCEPATH ../../Utils |
|
35 SOURCE CAUtils.cpp |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE CAPresenceDll.cpp |
|
39 SOURCE CAPresenceManager.cpp |
|
40 SOURCE CCAPEngPresenceManager.cpp |
|
41 SOURCE CCAPEngListManager.cpp |
|
42 SOURCE CCAPEngListObserver.cpp |
|
43 SOURCE CAPresenceUtils.cpp |
|
44 SOURCE TCARequestQueue.cpp |
|
45 SOURCE CCAPresenceErrors.cpp |
|
46 SOURCE CCAPresenceError.cpp |
|
47 SOURCE TCAWrappers.cpp |
|
48 |
|
49 //RESOURCE resource_file |
|
50 //RESOURCE resource_file2 |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 USERINCLUDE ../src |
|
54 USERINCLUDE ../resource |
|
55 USERINCLUDE ../../wvuistorage/inc |
|
56 USERINCLUDE ../../wvuieng/enginc |
|
57 USERINCLUDE ../../Inc |
|
58 USERINCLUDE ../../Group |
|
59 USERINCLUDE ../../Utils |
|
60 |
|
61 SYSTEMINCLUDE ../../../inc //ADO-specific include directory |
|
62 |
|
63 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
64 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
65 SYSTEMINCLUDE ../../../im_plat/wv_sap_settings_api/inc |
|
66 |
|
67 APP_LAYER_SYSTEMINCLUDE |
|
68 |
|
69 #include "../../Inc/impsbuilddefinitions.h" |
|
70 |
|
71 #ifdef _ENABLE_DEBUG_PRINT |
|
72 MACRO CHAT_ENABLE_DEBUG_PRINT |
|
73 #ifdef _ENABLE_FILE_DEBUG |
|
74 MACRO CHAT_DEBUG_OUTPUT_TO_FILE |
|
75 LIBRARY flogger.lib |
|
76 #endif |
|
77 #endif |
|
78 |
|
79 LIBRARY euser.lib |
|
80 LIBRARY bafl.lib |
|
81 LIBRARY PEngManager2.lib |
|
82 LIBRARY castorageng.lib |
|
83 LIBRARY wvsapsettingsstore.lib |
|
84 LIBRARY ESTOR.LIB //filestream - this can be removed when CAUtils is created as module |
|
85 LIBRARY inetprotutil.lib // for escapeutils used in CAUtils.cpp |
|
86 LIBRARY cone.lib // Coe env, needed for resource access |
|
87 |
|
88 |
|
89 // DOCUMENT ../group/bld.inf |
|
90 |
|
91 //EXPORTUNFROZEN |