|
1 /* |
|
2 * Copyright (c) 2009 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 "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 : Aiw provider class provides menu based service to launch |
|
15 clalendar list dialog. |
|
16 * |
|
17 */ |
|
18 |
|
19 // system includes. |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET calenaiwprovider.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x2002A506 |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN WriteDeviceData |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../data |
|
31 USERINCLUDE ../../inc |
|
32 USERINCLUDE ../../multicaluidialog/inc |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 SYSTEMINCLUDE /epoc32/include/ecom |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE calenaiwprovider.cpp |
|
39 SOURCE calenaiwproviderDllMain.cpp |
|
40 |
|
41 SOURCEPATH ../data |
|
42 START RESOURCE 2002A506.rss |
|
43 LANGUAGE_IDS |
|
44 TARGET calenaiwprovider.rsc |
|
45 END |
|
46 |
|
47 START RESOURCE calenaiwprovidermenu.rss |
|
48 TARGETPATH APP_RESOURCE_DIR |
|
49 HEADER |
|
50 LANGUAGE_IDS |
|
51 END |
|
52 |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY servicehandler.lib |
|
57 LIBRARY calenImp.lib |
|
58 LIBRARY calinterimapi.lib |
|
59 LIBRARY multicaluidialog.lib |
|
60 LIBRARY estor.lib |
|
61 LIBRARY caleninterimutils2.lib |
|
62 LIBRARY commonengine.lib |
|
63 LIBRARY sysutil.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY eikcdlg.lib |
|
66 LIBRARY eikctl.lib |
|
67 LIBRARY cone.lib |
|
68 LIBRARY bafl.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY eikcore.lib |
|
71 |
|
72 // End of file. |
|
73 |