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 calendarprovider.dll
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
UID 0x10009D8D 0x2000CFB4
|
|
24 |
|
|
25 |
#if defined(EKA2)
|
|
26 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
27 |
VENDORID 0x101FB657
|
|
28 |
#endif
|
|
29 |
|
|
30 |
|
|
31 |
LANG SC
|
|
32 |
|
|
33 |
VERSION 1.0
|
|
34 |
|
|
35 |
USERINCLUDE ../../inc
|
|
36 |
USERINCLUDE ../inc
|
|
37 |
USERINCLUDE ../calendarservice/inc
|
|
38 |
|
|
39 |
SOURCEPATH ../src
|
|
40 |
SOURCE calendarinterface.cpp
|
|
41 |
SOURCE calendarservicehandler.cpp
|
|
42 |
SOURCE calendarcallback.cpp
|
|
43 |
SOURCE calendariterableimpl.cpp
|
|
44 |
|
|
45 |
SOURCEPATH ../data
|
|
46 |
START RESOURCE 2000CFB4.rss
|
|
47 |
TARGET calendarprovider.rsc
|
|
48 |
END
|
|
49 |
|
|
50 |
|
|
51 |
LIBRARY euser.lib
|
|
52 |
LIBRARY efsrv.lib
|
|
53 |
LIBRARY bafl.lib
|
|
54 |
LIBRARY calendarservice.lib
|
|
55 |
LIBRARY liwservicehandler.lib
|
|
56 |
LIBRARY calinterimapi.lib
|
|
57 |
|
|
58 |
|
|
59 |
paged
|
|
60 |
|
|
61 |
// End of File
|
|
62 |
|