author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:02:57 +0200 | |
changeset 27 | 02682e02e51f |
parent 26 | 5d0ec8b709be |
child 39 | 1aa6688bfd6b |
permissions | -rw-r--r-- |
5 | 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 the License "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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include "../../../group/sapiincludes.mmpi" |
|
19 |
||
20 |
TARGET messagingservice.dll |
|
21 |
TARGETTYPE DLL |
|
22 |
UID 0x1000008D 0x102833AE |
|
23 |
||
24 |
#if defined(EKA2) |
|
25 |
CAPABILITY CAP_ECOM_PLUGIN |
|
26 |
VENDORID 0x101FB657 |
|
27 |
#endif |
|
28 |
||
29 |
||
30 |
LANG SC |
|
31 |
||
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
32 |
VERSION 1.2 |
5 | 33 |
|
34 |
||
35 |
||
36 |
USERINCLUDE ../inc |
|
37 |
||
38 |
SOURCEPATH ../src |
|
39 |
SOURCE accessfolder.cpp |
|
40 |
SOURCE messagedetail.cpp |
|
41 |
SOURCE changestatus.cpp |
|
42 |
SOURCE messageheader.cpp |
|
43 |
SOURCE messagenotify.cpp |
|
44 |
SOURCE messagingservice.cpp |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
45 |
SOURCE sendmessage.cpp |
5 | 46 |
|
47 |
||
48 |
LIBRARY euser.lib |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
LIBRARY avkon.lib |
5 | 50 |
LIBRARY efsrv.lib |
51 |
LIBRARY bafl.lib |
|
52 |
LIBRARY eikcore.lib |
|
53 |
LIBRARY cone.lib |
|
54 |
LIBRARY sendas2.lib |
|
55 |
LIBRARY msgs.lib |
|
56 |
LIBRARY etext.lib |
|
57 |
LIBRARY apgrfx.lib |
|
58 |
LIBRARY apmime.lib |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
59 |
LIBRARY smcm.lib |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
60 |
LIBRARY charconv.lib |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
61 |
LIBRARY mtur.lib |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
62 |
|
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
63 |
|
5 | 64 |
|
65 |
paged |
|
66 |
||
67 |
// End of File |
|
68 |