51
|
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 |
|
|
23 |
TARGET imoperation.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID XIMP_IM_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_IM_OPERATION
|
|
26 |
|
|
27 |
CAPABILITY CAP_GENERAL_DLL
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
VERSION 10.0
|
|
31 |
|
|
32 |
// ---------------------------------------------------------------------------
|
|
33 |
SOURCEPATH ../../srcimoperations
|
|
34 |
// ---------------------------------------------------------------------------
|
|
35 |
SOURCE operationlaunchcleaner.cpp
|
|
36 |
|
|
37 |
SOURCE imoperationfactoryimp.cpp
|
|
38 |
|
|
39 |
// ---------------------------------------------------------------------------
|
|
40 |
SOURCEPATH ../imconversation
|
|
41 |
// ---------------------------------------------------------------------------
|
|
42 |
// Client -
|
|
43 |
SOURCE operationsendmessage.cpp
|
|
44 |
SOURCE operationreceivemessage.cpp
|
|
45 |
// Adaptation -
|
|
46 |
|
|
47 |
|
|
48 |
// ---------------------------------------------------------------------------
|
|
49 |
SOURCEPATH ../../srcutils
|
|
50 |
// ---------------------------------------------------------------------------
|
|
51 |
SOURCE imlogutils.cpp
|
|
52 |
|
|
53 |
|
|
54 |
USERINCLUDE ../../srcutils
|
|
55 |
USERINCLUDE ../../srcimdatamodel
|
|
56 |
USERINCLUDE ../../srcimdatamodel/imconversation
|
|
57 |
USERINCLUDE ../../srcimprocessor
|
|
58 |
USERINCLUDE ../../srcimoperations
|
|
59 |
USERINCLUDE ../imconversation
|
|
60 |
|
|
61 |
|
|
62 |
MW_LAYER_SYSTEMINCLUDE
|
|
63 |
|
|
64 |
LIBRARY euser.lib
|
|
65 |
LIBRARY ecom.lib
|
|
66 |
LIBRARY estor.lib
|
|
67 |
LIBRARY ximputils.lib
|
|
68 |
LIBRARY imdatamodel.lib
|
|
69 |
LIBRARY ximpprocessor.lib
|
|
70 |
LIBRARY improcessor.lib
|
|
71 |
LIBRARY flogger.lib
|
|
72 |
|
|
73 |
//EXPORTUNFROZEN
|
|
74 |
|
|
75 |
|
|
76 |
#if defined( ARMCC )
|
|
77 |
DEFFILE ../../eabi/
|
|
78 |
#elif defined ( WINSCW )
|
|
79 |
deffile ../../bwins/
|
|
80 |
#endif
|
|
81 |
|
|
82 |
// End of file
|
|
83 |
|