equal
deleted
inserted
replaced
71 // Dependencies to system components |
71 // Dependencies to system components |
72 LIBRARY euser.lib |
72 LIBRARY euser.lib |
73 LIBRARY logcli.lib |
73 LIBRARY logcli.lib |
74 LIBRARY bafl.lib |
74 LIBRARY bafl.lib |
75 LIBRARY logwrap.lib |
75 LIBRARY logwrap.lib |
76 LIBRARY commonengine.lib |
76 LIBRARY CommonEngine.lib |
77 LIBRARY efsrv.lib |
77 LIBRARY efsrv.lib |
78 |
78 |
79 LIBRARY VPbkEng.lib |
79 LIBRARY VPbkEng.lib |
80 LIBRARY Pbk2Presentation.lib |
80 LIBRARY Pbk2Presentation.lib |
81 LIBRARY SysUtil.lib |
81 LIBRARY sysutil.lib |
82 |
82 |
83 LIBRARY SSSettings.lib |
83 LIBRARY sssettings.lib |
84 LIBRARY FeatMgr.lib // Feature Manager |
84 LIBRARY featmgr.lib // Feature Manager |
85 LIBRARY centralrepository.lib |
85 LIBRARY centralrepository.lib |
86 LIBRARY CenRepNotifHandler.lib |
86 LIBRARY cenrepnotifhandler.lib |
87 LIBRARY charconv.lib //For conversion to Unicode |
87 LIBRARY charconv.lib //For conversion to Unicode |
88 LIBRARY etel.lib // ETel functionalities |
88 LIBRARY etel.lib // ETel functionalities |
89 LIBRARY etelmm.lib // ETel functionalities |
89 LIBRARY etelmm.lib // ETel functionalities |
90 LIBRARY phoneclient.lib //For Emergency call API |
90 LIBRARY phoneclient.lib //For Emergency call API |
91 |
91 |