|
1 /* |
|
2 * Copyright (c) 2005 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: This is a project specification file for Logs plugin for General Settings |
|
15 * Applications view |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> // for APP_LAYER_SYSTEMINCLUDE macro |
|
22 |
|
23 //Activate these macros to get traces |
|
24 //MACRO TRACE_ENTRY_EXIT_POINT |
|
25 //MACRO TRACE_MODULE_LOGSPLUGIN |
|
26 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 TARGET LogsPlugin.dll |
|
30 TARGETTYPE PLUGIN |
|
31 UID 0x10009D8D 0x102750EB //ECom Dll recognition and Logs Plugin dll UID |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 SOURCEPATH ../LogsPlugin |
|
35 SOURCE CLogsSettingsView.cpp |
|
36 SOURCE CLogsSettingsControlContainer.cpp |
|
37 SOURCE LogsPluginImplementationTable.cpp |
|
38 |
|
39 //From Logs Appsrc |
|
40 SOURCEPATH ../AppSrc |
|
41 SOURCE CLogsBaseControlContainer.cpp |
|
42 |
|
43 // ECOM resource definition. TARGET name must be same as DLL name |
|
44 SOURCEPATH ../LogsPlugin |
|
45 START RESOURCE LogsPlugin.RSS //Plugin registration data |
|
46 TARGET LogsPlugin.rsc |
|
47 END |
|
48 |
|
49 // Include paths |
|
50 USERINCLUDE ../LogsPlugin |
|
51 USERINCLUDE ../AppSrc |
|
52 USERINCLUDE ../AocCtViewInc |
|
53 USERINCLUDE ../EngineInc |
|
54 USERINCLUDE ../group |
|
55 USERINCLUDE ../LogsExt |
|
56 |
|
57 APP_LAYER_SYSTEMINCLUDE |
|
58 |
|
59 // Dependencies to Logs components |
|
60 LIBRARY LogsEng.lib |
|
61 LIBRARY AocCtView.lib |
|
62 |
|
63 // Dependencies to system components |
|
64 LIBRARY logcli.lib // CLogClient |
|
65 LIBRARY apparc.lib |
|
66 LIBRARY avkon.lib |
|
67 LIBRARY commonengine.lib // StringLoader |
|
68 LIBRARY cone.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 LIBRARY eikctl.lib |
|
71 LIBRARY eikcore.lib |
|
72 LIBRARY euser.lib |
|
73 LIBRARY fbscli.lib // Listbox graphic |
|
74 LIBRARY egul.lib |
|
75 LIBRARY bafl.lib // MDesCArray, CCLipBoard |
|
76 |
|
77 LIBRARY etext.lib // CPlainText |
|
78 |
|
79 LIBRARY AknSkins.lib |
|
80 LIBRARY hlplch.lib // Help application |
|
81 LIBRARY FeatMgr.lib // Feature Manager API |
|
82 LIBRARY ws32.lib |
|
83 LIBRARY apgrfx.lib |
|
84 LIBRARY CdlEngine.lib //Dynamic ui stuff |
|
85 LIBRARY eikdlg.lib |
|
86 |
|
87 LIBRARY gdi.lib //This is needed for 3.1 builds (because of API change in CFont Class (gdi.h) |
|
88 |
|
89 LIBRARY ecom.lib |
|
90 LIBRARY GSEcomPlugin.lib |
|
91 LIBRARY GSFramework.lib |
|
92 LIBRARY efsrv.lib |
|
93 |
|
94 // End of File |
|
95 |