1 /* |
|
2 * Copyright (c) 2006 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: Project definition file for project rsfw notifier plugins |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET rsfwnotplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x101F9770 |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE rsfwnotplugindlg.cpp |
|
31 SOURCE rsfwnotpluginnamedialog.cpp |
|
32 SOURCEPATH ../../MDebug/src |
|
33 SOURCE mdebug.cpp |
|
34 |
|
35 // ECom resource file |
|
36 SOURCEPATH ../data |
|
37 START RESOURCE 101f9770.rss |
|
38 TARGET rsfwnotplugin.rsc |
|
39 END // ECom resource file |
|
40 |
|
41 // Notifier resource file |
|
42 START RESOURCE rsfwnotplugindialog.rss |
|
43 HEADER |
|
44 TARGET rsfwnotplugindlg.rsc |
|
45 TARGETPATH RESOURCE_FILES_DIR |
|
46 LANGUAGE_IDS |
|
47 END // RESOURCE |
|
48 |
|
49 MW_LAYER_SYSTEMINCLUDE |
|
50 SYSTEMINCLUDE ../../../inc |
|
51 SYSTEMINCLUDE ../../inc |
|
52 SYSTEMINCLUDE /epoc32/include/ecom |
|
53 USERINCLUDE ../inc |
|
54 |
|
55 LIBRARY avkon.lib |
|
56 LIBRARY commonengine.lib |
|
57 LIBRARY commondialogs.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY eikcoctl.lib |
|
60 LIBRARY eikcore.lib |
|
61 LIBRARY eikdlg.lib |
|
62 LIBRARY eiksrv.lib |
|
63 LIBRARY euser.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY bafl.lib |
|
66 LIBRARY sysutil.lib |
|
67 LIBRARY aknnotify.lib |
|
68 LIBRARY flogger.lib |
|
69 LIBRARY eiksrvui.lib // CEikServAppUi |
|
70 |
|
71 DEFFILE rsfwnotplugin.def |
|
72 |
|