|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // CalInterimAPI.dll Interim API for Agenda client |
|
15 // |
|
16 // |
|
17 |
|
18 // Include Calendar logging, if enabled |
|
19 #include "callogging.mmh" |
|
20 |
|
21 TARGET calinterimapi.dll |
|
22 TARGETTYPE DLL |
|
23 CAPABILITY All -TCB |
|
24 |
|
25 UID 0X1000008D 0x102075e4 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 sourcepath ../client/src |
|
29 |
|
30 userinclude ../inc ../client/inc ../shared/inc ../server/inc |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 source calsession.cpp calsessionimpl.cpp |
|
35 source calinstance.cpp calinstanceimpl.cpp |
|
36 source calinstanceview.cpp calinstanceviewimpl.cpp |
|
37 source calentry.cpp calentryimpl.cpp |
|
38 source calentryview.cpp calentryviewimpl.cpp |
|
39 source calcategory.cpp calcategoryimpl.cpp |
|
40 source calcategorymanager.cpp calcategorymanagerimpl.cpp |
|
41 source caluser.cpp caluserimpl.cpp |
|
42 source caliterator.cpp caliteratorimpl.cpp calrrule.cpp caltime.cpp |
|
43 source caldataexchange.cpp caldataexchangeimpl.cpp calalarm.cpp |
|
44 source calcommonimpl.cpp calchangecallback.cpp |
|
45 source calcontent.cpp calattachment.cpp calattachmentmanager.cpp |
|
46 source calasynctask.cpp calattachmentmanagerimpl.cpp |
|
47 source calclient.cpp |
|
48 source calinstanceiteratorall.cpp calinstanceiteratoruid.cpp calinstanceiterator.cpp |
|
49 #ifdef SYMBIAN_CALENDAR_ENHANCEDSEARCHANDSORT |
|
50 source calsortedinstanceiterator.cpp |
|
51 #endif |
|
52 source calcalendarinfo.cpp calcalendarinfoimpl.cpp |
|
53 source calcalendariterator.cpp calcalendariteratorimpl.cpp calfilechangenotification.cpp |
|
54 |
|
55 library agnmodel.lib bafl.lib efsrv.lib estor.lib euser.lib |
|
56 |
|
57 library ecom.lib |
|
58 #ifdef SYMBIAN_CALENDAR_ENHANCEDSEARCHANDSORT |
|
59 deffile calinterimapi.def |
|
60 #else |
|
61 deffile calinterimapiv3.def |
|
62 #endif |
|
63 START WINS |
|
64 BASEADDRESS 0x7d340000 |
|
65 END |
|
66 |
|
67 SMPSAFE |
|
68 |