phonebookengines/VirtualPhonebook/group/VPbkCntModel.mmp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   138 // PbkFields.hrh, CPbkContactEngine.h, CPbkContactItem.h.
   138 // PbkFields.hrh, CPbkContactEngine.h, CPbkContactItem.h.
   139 APP_LAYER_SYSTEMINCLUDE
   139 APP_LAYER_SYSTEMINCLUDE
   140 
   140 
   141 LIBRARY         euser.lib efsrv.lib bafl.lib estor.lib
   141 LIBRARY         euser.lib efsrv.lib bafl.lib estor.lib
   142 LIBRARY         cntmodel.lib cntview.lib sysutil.lib
   142 LIBRARY         cntmodel.lib cntview.lib sysutil.lib
   143 LIBRARY         CommonEngine.lib diskspacereserver.lib ecom.lib
   143 LIBRARY         commonengine.lib diskspacereserver.lib ecom.lib
   144 LIBRARY         VPbkEng.lib VPbkEngUtils.lib pbkeng.lib
   144 LIBRARY         VPbkEng.lib VPbkEngUtils.lib PbkEng.lib
   145 LIBRARY         featmgr.lib cone.lib
   145 LIBRARY         featmgr.lib cone.lib
   146 // Only SIND voice tags are supported and only if SIND AIW service
   146 // Only SIND voice tags are supported and only if SIND AIW service
   147 // is not on. Dependency to NssVASApi.lib can be removed when RD_SIND_VIA_AIW
   147 // is not on. Dependency to NssVASApi.lib can be removed when RD_SIND_VIA_AIW
   148 // is removed from platform and SIND AIW service is always on.
   148 // is removed from platform and SIND AIW service is always on.
   149 #if defined (__SIND) && !defined (RD_SIND_VIA_AIW)
   149 #if defined (__SIND) && !defined (RD_SIND_VIA_AIW)
   150 LIBRARY         nssvasapi.lib
   150 LIBRARY         NssVASApi.lib
   151 #endif
   151 #endif
   152 
   152 
   153 #ifdef VPBK_ENABLE_PROFILE
   153 #ifdef VPBK_ENABLE_PROFILE
   154 // Depencency to VirtualPhonebook profiling library
   154 // Depencency to VirtualPhonebook profiling library
   155 LIBRARY VPbkProfile.lib
   155 LIBRARY VPbkProfile.lib