diff -r d39add9822e2 -r 5bfc169077b2 widgets/widgetapp/group/WidgetUi.mmp --- a/widgets/widgetapp/group/WidgetUi.mmp Tue Feb 02 00:56:45 2010 +0200 +++ b/widgets/widgetapp/group/WidgetUi.mmp Fri Mar 19 09:52:28 2010 +0200 @@ -18,7 +18,7 @@ #include #include #include -#include +#include // TARGET INFO @@ -27,10 +27,7 @@ UID 0x100039CE 0x10282822 epocstacksize 0x14000 -// There is no need to set a custom heap size as a custom allocator is used so the default values of 1 KB for -// minimum and 1 MB for maximum should be used instead. These will be used for a short time at startup for -// the default heap, which in turn is used to create the custom allocator. no gain in functionality -//EPOCHEAPSIZE 0x5000 0x1000000 +EPOCHEAPSIZE 0x5000 0x1000000 VENDORID VID_DEFAULT CAPABILITY CAP_APPLICATION NetworkControl @@ -83,7 +80,8 @@ USERINCLUDE ../../WidgetInstaller/inc MW_LAYER_SYSTEMINCLUDE -OS_LAYER_ESTLIB_SYSTEMINCLUDE +MW_LAYER_LIBC_SYSTEMINCLUDE +MW_LAYER_ECOM_SYSTEMINCLUDE // LIB DEPENDENCIES @@ -112,18 +110,14 @@ LIBRARY ImageConversion.lib LIBRARY ecom.lib // for schemeHandler LIBRARY MemMan.lib - #ifdef BRDO_WRT_HS_FF LIBRARY liwservicehandler.lib #endif - LIBRARY bitgdi.lib LIBRARY aknnotify.lib - #ifdef RD_SCALABLE_UI_V2 LIBRARY cdlengine.lib #endif - LIBRARY esock.lib DEBUGLIBRARY flogger.lib @@ -134,9 +128,4 @@ #if defined( RD_PF_SEC_APPARC ) LIBRARY ServiceHandler.lib #endif - -#ifdef BRDO_OCC_ENABLED_FF -LIBRARY extendedconnpref.lib -LIBRARY netmeta.lib -#endif // End of File