logsui/group/Logs.mmp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- a/logsui/group/Logs.mmp	Wed Sep 15 11:56:55 2010 +0300
+++ b/logsui/group/Logs.mmp	Wed Oct 13 14:15:33 2010 +0300
@@ -31,7 +31,9 @@
 TARGETTYPE      exe
 EPOCSTACKSIZE   0x2710  //10000dec (default is 8000dec). In new architecture we need some more stack to 
                         //facilitate succesfull launching of editors (e.g. prepend number and send sms editors)
-EPOCHEAPSIZE 0x1000 0x200000
+EPOCHEAPSIZE 0x1000 0x200000  // Broaden the heap size, min 4KB, max 2MB.
+                              // Default 1MB size is not enough for new features
+                              // (e.g. check contact link about VOIP changes).
 UID             0x100039CE KLogsAppUID3
 VENDORID        VID_DEFAULT
 
@@ -97,13 +99,13 @@
 APP_LAYER_SYSTEMINCLUDE
 
 // Dependencies to other Logs components
-LIBRARY         logseng.lib
+LIBRARY         LogsEng.lib
 LIBRARY         AocCtView.lib
 
 // Dependencies to system components
 LIBRARY         apparc.lib
 LIBRARY         avkon.lib
-LIBRARY         CommonEngine.lib                // StringLoader
+LIBRARY         commonengine.lib                // StringLoader
 LIBRARY         cone.lib
 LIBRARY         eikcoctl.lib
 LIBRARY         eikctl.lib
@@ -115,20 +117,20 @@
 LIBRARY         logcli.lib                      // CLogClient
 LIBRARY         etext.lib                       // CPlainText
 LIBRARY         sendui.lib                      // sendui
-LIBRARY         aknskins.lib
+LIBRARY         AknSkins.lib 
 LIBRARY         hlplch.lib                      // Help application
-LIBRARY         featmgr.lib                     // Feature Manager API
+LIBRARY         FeatMgr.lib                     // Feature Manager API
 LIBRARY         ws32.lib
 LIBRARY         apgrfx.lib
 LIBRARY         numbergrouping.lib              //Formatting North American phone numbers
-LIBRARY         servicehandler.lib              //Application InterWorking
+LIBRARY         ServiceHandler.lib              //Application InterWorking
 LIBRARY         CdlEngine.lib                   //Dynamic ui stuff  
 LIBRARY         eikdlg.lib
 LIBRARY         gdi.lib                         
 LIBRARY         efsrv.lib
-LIBRARY         gsecomplugin.lib
+LIBRARY         GSEcomPlugin.lib
 LIBRARY         ecom.lib
-LIBRARY         phoneclient.lib                 //For Emergency call API
+LIBRARY         PhoneClient.lib                 //For Emergency call API
 LIBRARY         aiwdialdata.lib
 LIBRARY         centralrepository.lib