equal
deleted
inserted
replaced
|
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 |
|
31 VERSION 1.0 |
|
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 |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY messagingservice.lib |
|
56 LIBRARY LiwServiceHandler.lib |
|
57 LIBRARY msgs.lib |
|
58 |
|
59 paged |
|
60 |
|
61 // End of File |
|
62 |