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: |
|
15 * Widget manager project definition file |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET widgetmanager.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 // ECom Dll recognition UID followed by the unique UID for this dll |
|
26 UID 0x10009D8D 0x20026F53 |
|
27 |
|
28 VENDORID VID_DEFAULT |
|
29 SECUREID 0x20026F53 |
|
30 |
|
31 // SIS installation + IAD support |
|
32 VERSION 1.1 |
|
33 paged |
|
34 |
|
35 CAPABILITY CAP_ECOM_PLUGIN |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE wmpluginproxy.cpp |
|
39 SOURCE wmplugin.cpp |
|
40 SOURCE wmresourceloader.cpp |
|
41 SOURCE wmmaincontainer.cpp |
|
42 SOURCE wmmaincontainerview.cpp |
|
43 SOURCE wmwidgetdata.cpp |
|
44 SOURCE wmlistbox.cpp |
|
45 SOURCE wmimageconverter.cpp |
|
46 SOURCE wmpersistentwidgetorder.cpp |
|
47 SOURCE wmeffectmanager.cpp |
|
48 SOURCE wmiconfileprovider.cpp |
|
49 SOURCE wmdetailsdlg.cpp |
|
50 SOURCE wmwidgetloaderao.cpp |
|
51 |
|
52 SOURCEPATH ../data |
|
53 START RESOURCE 20026F53.rss |
|
54 TARGETPATH ECOM_RESOURCE_DIR |
|
55 TARGET widgetmanager.rsc |
|
56 END //RESOURCE |
|
57 |
|
58 SOURCEPATH ../data |
|
59 START RESOURCE widgetmanagerview.rss |
|
60 HEADER |
|
61 TARGETPATH RESOURCE_FILES_DIR |
|
62 LANGUAGE_IDS |
|
63 END //RESOURCE |
|
64 |
|
65 USERINCLUDE . |
|
66 USERINCLUDE ../inc |
|
67 USERINCLUDE ../data |
|
68 |
|
69 APP_LAYER_SYSTEMINCLUDE |
|
70 SYSTEMINCLUDE /epoc32/include/ecom |
|
71 |
|
72 |
|
73 LIBRARY euser.lib |
|
74 LIBRARY cone.lib |
|
75 LIBRARY avkon.lib |
|
76 LIBRARY eikcore.lib |
|
77 LIBRARY estor.lib |
|
78 LIBRARY eikcoctl.lib |
|
79 LIBRARY eikctl.lib |
|
80 LIBRARY eikdlg.lib |
|
81 |
|
82 LIBRARY efsrv.lib // RFs |
|
83 LIBRARY bafl.lib // BaflUtils |
|
84 LIBRARY apgrfx.lib // RApaLsSession |
|
85 LIBRARY commonengine.lib // StringLoader |
|
86 |
|
87 LIBRARY aknicon.lib // AknIconUtility |
|
88 LIBRARY imageconversion.lib // CImageDecoder |
|
89 LIBRARY bitmaptransforms.lib // CBitmapScaler |
|
90 LIBRARY fbscli.lib // CFbsBitmap |
|
91 LIBRARY bitgdi.lib // CFbsBitmapDevice |
|
92 LIBRARY gdi.lib // CFont |
|
93 LIBRARY egul.lib // TextUtils |
|
94 LIBRARY ecom.lib // ECom fw |
|
95 LIBRARY aknskins.lib // AknsDrawUtils |
|
96 LIBRARY aknskinsrv.lib // AknsDrawUtils |
|
97 LIBRARY aknswallpaperutils.lib // AknsDrawUtils |
|
98 LIBRARY hscontentcontrol.lib // CHsContentControlUi |
|
99 LIBRARY apparc.lib // CApaCommandLine |
|
100 LIBRARY aknlayout.lib // avkon layout |
|
101 LIBRARY aknlayout2scalable.lib // scalable avkon layout |
|
102 LIBRARY swinstcli.lib // widget uninstall |
|
103 LIBRARY hscontentinfo.lib // CHsContentInfo |
|
104 LIBRARY platformenv.lib // DriveInfo::GetDefaultDrive |
|
105 LIBRARY svgengine.lib // CSvgEngineInterfaceImpl |
|
106 LIBRARY gfxtrans.lib // effect manager |
|
107 LIBRARY ws32.lib //WindowSession |
|
108 LIBRARY widgetregistryclient.lib // WidgetRegistryClient |
|
109 LIBRARY hlplch.lib // HlpLauncher |
|
110 LIBRARY sysutil.lib // diskspace |
|
111 LIBRARY featmgr.lib // FeatureManager |
|
112 LIBRARY etext.lib |
|
113 |
|
114 |
|
115 // End of file |
|