author | Shabe Razvi <shaber@symbian.org> |
Wed, 14 Oct 2009 16:24:16 +0100 | |
changeset 28 | 99266c6df7d1 |
parent 24 | f4292e0e20df |
child 37 | 5d0ec8b709be |
permissions | -rw-r--r-- |
19 | 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 calendarservice.dll |
|
21 |
TARGETTYPE DLL |
|
22 |
UID 0x1000008D 0x2000CFB3 |
|
23 |
||
24 |
#if defined(EKA2) |
|
25 |
CAPABILITY All -Tcb |
|
26 |
VENDORID 0x101FB657 |
|
27 |
#endif |
|
28 |
||
29 |
LANG SC |
|
30 |
||
24
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
22
diff
changeset
|
31 |
VERSION 1.1 |
19 | 32 |
|
33 |
USERINCLUDE ../inc |
|
34 |
||
35 |
SOURCEPATH ../src |
|
36 |
SOURCE calendarheader.cpp |
|
37 |
SOURCE calendarservice.cpp |
|
38 |
SOURCE calendarnotify.cpp |
|
39 |
SOURCE calendardeleteentry.cpp |
|
40 |
SOURCE calendarimport.cpp |
|
41 |
SOURCE calendarexport.cpp |
|
42 |
SOURCE addentry.cpp |
|
43 |
SOURCE entryattributes.cpp |
|
22
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
44 |
SOURCE calendargetlist.cpp |
19 | 45 |
|
46 |
||
47 |
LIBRARY euser.lib |
|
48 |
LIBRARY efsrv.lib |
|
49 |
LIBRARY estor.lib |
|
50 |
LIBRARY calenimp.lib |
|
51 |
LIBRARY bafl.lib |
|
52 |
LIBRARY calinterimapi.lib |
|
53 |
LIBRARY CalenInterimUtils2.lib |
|
54 |
||
55 |
paged |
|
56 |
||
57 |
// End of File |
|
58 |