|
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 IM Feature Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../group/imdlluids.hrh" |
|
21 |
|
22 TARGET imdatamodel.dll |
|
23 TARGETTYPE dll |
|
24 UID XIMP_IM_DLL_UID_STATIC_INTERFACE XIMP_IM_DLL_UID_COMMON |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 VERSION 10.0 |
|
30 |
|
31 // --------------------------------------------------------------------------- |
|
32 SOURCEPATH ../imconversation |
|
33 // --------------------------------------------------------------------------- |
|
34 // Subscription items |
|
35 SOURCE conversationsubscriptionitem.cpp |
|
36 |
|
37 // API data objects |
|
38 SOURCE imconversationinfoimp.cpp |
|
39 |
|
40 // API data events |
|
41 SOURCE imconversationeventimp.cpp |
|
42 |
|
43 |
|
44 |
|
45 // --------------------------------------------------------------------------- |
|
46 SOURCEPATH ../../srcimdatamodel |
|
47 // --------------------------------------------------------------------------- |
|
48 SOURCE imdatacacheimp.cpp |
|
49 SOURCE imobjectfactoryimp.cpp |
|
50 //SOURCE ximpimsubscriptionitembase.cpp |
|
51 SOURCE imapidataobjfactory.cpp |
|
52 SOURCE imeventcodec.cpp |
|
53 SOURCE imapidataobjfactoryaccessor.cpp |
|
54 |
|
55 |
|
56 USERINCLUDE ../../srcimdatamodel |
|
57 USERINCLUDE ../../srcimdatamodel/imconversation |
|
58 USERINCLUDE ../../group |
|
59 |
|
60 |
|
61 MW_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY estor.lib |
|
67 LIBRARY ximputils.lib |
|
68 LIBRARY ximpdatamodel.lib |
|
69 LIBRARY ecom.lib |
|
70 LIBRARY flogger.lib |
|
71 |
|
72 //EXPORTUNFROZEN |
|
73 |
|
74 #if defined( ARMCC ) |
|
75 DEFFILE ../../eabi/ |
|
76 #elif defined ( WINSCW ) |
|
77 deffile ../../bwins/ |
|
78 #endif |
|
79 |
|
80 // End of file |