author | Shabe Razvi <shaber@symbian.org> |
Wed, 21 Oct 2009 13:56:00 +0100 | |
changeset 15 | a0f5c5f1fb2f |
parent 12 | f4292e0e20df |
child 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 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 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
33 |
VERSION 1.1 |
5 | 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 |
||
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
50 |
START RESOURCE calendarprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
51 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
52 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
53 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
54 |
END |
5 | 55 |
|
56 |
LIBRARY euser.lib |
|
57 |
LIBRARY efsrv.lib |
|
58 |
LIBRARY bafl.lib |
|
59 |
LIBRARY calendarservice.lib |
|
60 |
LIBRARY liwservicehandler.lib |
|
61 |
LIBRARY calinterimapi.lib |
|
62 |
||
63 |
||
64 |
paged |
|
65 |
||
66 |
// End of File |
|
67 |