|
1 /* |
|
2 * Copyright (c) 2006-2008 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 the License "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: bld.inf file for WidgetUI component |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 #include <bldvariant.hrh> |
|
21 #include <platform/mw/Browser_platform_variant.hrh> |
|
22 |
|
23 // TARGET INFO |
|
24 |
|
25 TARGET WidgetUi.exe |
|
26 TARGETTYPE exe |
|
27 UID 0x100039CE 0x10282822 |
|
28 |
|
29 epocstacksize 0x14000 |
|
30 EPOCHEAPSIZE 0x5000 0x1000000 |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 CAPABILITY CAP_APPLICATION NetworkControl |
|
34 |
|
35 EpocAllowDllData |
|
36 |
|
37 // RESOURCE INFO |
|
38 |
|
39 START RESOURCE ../Data/WidgetUi.rss |
|
40 HEADER |
|
41 TARGETPATH APP_RESOURCE_DIR |
|
42 LANGUAGE_IDS |
|
43 END |
|
44 |
|
45 // SRC INFO |
|
46 |
|
47 SOURCEPATH ../src |
|
48 |
|
49 SOURCE WidgetUiApp.cpp |
|
50 SOURCE WidgetUiAppUi.cpp |
|
51 SOURCE WidgetUiDocument.cpp |
|
52 SOURCE WidgetUiWindowContainer.cpp |
|
53 SOURCE WidgetUiObserver.cpp |
|
54 SOURCE WidgetUiWindowView.cpp |
|
55 SOURCE WidgetUiWindowManager.cpp |
|
56 SOURCE WidgetUiWindow.cpp |
|
57 SOURCE WidgetUiAsyncExit.cpp |
|
58 SOURCE WidgetUiDialogsProviderProxy.cpp |
|
59 #ifdef BRDO_WRT_HS_FF |
|
60 SOURCE cpspublisher.cpp |
|
61 #endif |
|
62 START RESOURCE ../Data/WidgetUi_reg.rss |
|
63 DEPENDS widgetui.rsg |
|
64 // Do not change the UID below. |
|
65 TARGETPATH /private/10003a3f/apps |
|
66 END |
|
67 |
|
68 // INCLUDE PATHS |
|
69 |
|
70 USERINCLUDE . |
|
71 USERINCLUDE ../inc |
|
72 USERINCLUDE ../../WidgetInstaller/inc |
|
73 |
|
74 MW_LAYER_SYSTEMINCLUDE |
|
75 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
76 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
77 |
|
78 // LIB DEPENDENCIES |
|
79 |
|
80 LIBRARY euser.lib |
|
81 LIBRARY apparc.lib |
|
82 LIBRARY bafl.lib |
|
83 LIBRARY cone.lib |
|
84 LIBRARY eikcore.lib |
|
85 LIBRARY avkon.lib |
|
86 LIBRARY apmime.lib |
|
87 LIBRARY apgrfx.lib |
|
88 LIBRARY efsrv.lib |
|
89 LIBRARY eikcoctl.lib |
|
90 LIBRARY ConnectionManager.lib |
|
91 LIBRARY apengine.lib |
|
92 LIBRARY CommonEngine.lib |
|
93 LIBRARY CommonUI.LIB |
|
94 LIBRARY BrowserDialogsProvider.lib |
|
95 LIBRARY estor.lib |
|
96 LIBRARY WidgetRegistryClient.lib |
|
97 LIBRARY centralrepository.lib |
|
98 LIBRARY ws32.lib |
|
99 LIBRARY inetprotutil.lib |
|
100 LIBRARY fbscli.lib |
|
101 LIBRARY AknSkins.lib |
|
102 LIBRARY ImageConversion.lib |
|
103 LIBRARY ecom.lib // for schemeHandler |
|
104 LIBRARY MemMan.lib |
|
105 #ifdef BRDO_WRT_HS_FF |
|
106 LIBRARY liwservicehandler.lib |
|
107 #endif |
|
108 LIBRARY bitgdi.lib |
|
109 LIBRARY aknnotify.lib |
|
110 #ifdef RD_SCALABLE_UI_V2 |
|
111 LIBRARY cdlengine.lib |
|
112 #endif |
|
113 |
|
114 DEBUGLIBRARY flogger.lib |
|
115 |
|
116 LIBRARY browserengine.lib |
|
117 |
|
118 #if defined( RD_PF_SEC_APPARC ) |
|
119 LIBRARY ServiceHandler.lib |
|
120 #endif |
|
121 // End of File |