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 |
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 |
||
19 |
#include "../../group/sapiincludes.mmpi" |
|
20 |
||
21 |
TARGET messagingprovider.dll |
|
22 |
TARGETTYPE PLUGIN |
|
23 |
||
24 |
UID 0x10009D8D 0x102833AF |
|
25 |
||
26 |
#if defined(EKA2) |
|
27 |
CAPABILITY CAP_ECOM_PLUGIN |
|
28 |
VENDORID 0x101FB657 |
|
29 |
#endif |
|
30 |
||
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
31 |
VERSION 1.2 |
5 | 32 |
|
33 |
LANG SC |
|
34 |
||
35 |
||
36 |
||
37 |
||
38 |
USERINCLUDE ../../inc |
|
39 |
USERINCLUDE ../inc |
|
40 |
USERINCLUDE ../messagingservice/inc |
|
41 |
||
42 |
SOURCEPATH ../src |
|
43 |
SOURCE messaginginterface.cpp |
|
44 |
SOURCE messagingservicehandler.cpp |
|
45 |
||
46 |
SOURCEPATH ../data |
|
47 |
START RESOURCE 102833AF.rss |
|
48 |
TARGET messagingprovider.rsc |
|
49 |
END |
|
50 |
||
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
51 |
START RESOURCE messagingprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
52 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
53 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
54 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
55 |
END |
5 | 56 |
|
57 |
LIBRARY euser.lib |
|
58 |
LIBRARY efsrv.lib |
|
59 |
LIBRARY bafl.lib |
|
60 |
LIBRARY messagingservice.lib |
|
61 |
LIBRARY LiwServiceHandler.lib |
|
62 |
LIBRARY msgs.lib |
|
63 |
||
64 |
paged |
|
65 |
||
66 |
// End of File |
|
67 |