videofeeds/server/group/IptvServer.mmp
changeset 1 6711b85517b7
parent 0 96612d01cf9f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    22 #include "../../utils/inc/IptvEngineUids.h"
    22 #include "../../utils/inc/IptvEngineUids.h"
    23 
    23 
    24 //OPTION ARMCC --asm --interleave
    24 //OPTION ARMCC --asm --interleave
    25 ALWAYS_BUILD_AS_ARM
    25 ALWAYS_BUILD_AS_ARM
    26 
    26 
    27 TARGET            IptvServer.exe
    27 TARGET            iptvserver.exe
    28 EPOCSTACKSIZE     0x5000
    28 EPOCSTACKSIZE     0x5000
    29 EPOCHEAPSIZE      0x1000 0x1000000
    29 EPOCHEAPSIZE      0x1000 0x1000000
    30 
    30 
    31 #ifdef EKA2
    31 #ifdef EKA2
    32 targettype exe
    32 targettype exe
   104 LIBRARY           euser.lib efsrv.lib
   104 LIBRARY           euser.lib efsrv.lib
   105 LIBRARY           insock.lib
   105 LIBRARY           insock.lib
   106 LIBRARY           esock.lib
   106 LIBRARY           esock.lib
   107 
   107 
   108 LIBRARY           bafl.lib         // for string pools
   108 LIBRARY           bafl.lib         // for string pools
   109 LIBRARY           InetProtUtil.lib // for UriParser
   109 LIBRARY           inetprotutil.lib // for UriParser
   110 LIBRARY           http.lib         // for HTTP Client API
   110 LIBRARY           http.lib         // for HTTP Client API
   111 LIBRARY           ecom.lib         // for HTTP Client API
   111 LIBRARY           ecom.lib         // for HTTP Client API
   112 
   112 
   113 //sms stuff
   113 //sms stuff
   114 LIBRARY	          msgs.lib	
   114 LIBRARY	          msgs.lib	
   115 LIBRARY	          smcm.lib
   115 LIBRARY	          smcm.lib
   116 LIBRARY	          gsmu.lib	
   116 LIBRARY	          gsmu.lib	
   117 LIBRARY	          mtur.lib
   117 LIBRARY	          mtur.lib
   118 LIBRARY           CommonEngine.lib		
   118 LIBRARY           commonengine.lib		
   119 
   119 
   120 LIBRARY           IptvClientApi.lib
   120 LIBRARY           iptvclientapi.lib
   121 
   121 
   122 //database stuff
   122 //database stuff
   123 LIBRARY           edbms.lib
   123 LIBRARY           edbms.lib
   124 LIBRARY           estor.lib
   124 LIBRARY           estor.lib
   125 
   125 
   126 LIBRARY	          LiveTvUtils.lib
   126 LIBRARY	          livetvutils.lib
   127 
   127 
   128 LIBRARY           centralrepository.lib
   128 LIBRARY           centralrepository.lib
   129 LIBRARY           CenRepNotifHandler.lib
   129 LIBRARY           cenrepnotifhandler.lib
   130 LIBRARY           flogger.lib
   130 LIBRARY           flogger.lib
   131 LIBRARY           IptvUtil.lib
   131 LIBRARY           iptvutil.lib
   132 LIBRARY           commdb.lib
   132 LIBRARY           commdb.lib
   133 LIBRARY           FeatDiscovery.lib
   133 LIBRARY           featdiscovery.lib
   134 LIBRARY           ConnMon.lib //RConnectionMonitor
   134 LIBRARY           connmon.lib //RConnectionMonitor
   135 
   135 
   136 LIBRARY           caf.lib // DRM checking
   136 LIBRARY           caf.lib // DRM checking
   137 LIBRARY           IptvProvisioningProcessor.lib
   137 LIBRARY           iptvprovisioningprocessor.lib
   138 LIBRARY           apgrfx.lib
   138 LIBRARY           apgrfx.lib
   139 LIBRARY           apparc.lib 
   139 LIBRARY           apparc.lib 
   140 LIBRARY           cone.lib
   140 LIBRARY           cone.lib
   141 LIBRARY           ws32.lib 
   141 LIBRARY           ws32.lib 
   142 LIBRARY           sysutil.lib
   142 LIBRARY           sysutil.lib
   143 LIBRARY           profileeng.lib
   143 LIBRARY           profileeng.lib
   144 LIBRARY           apmime.lib      // TDataType
   144 LIBRARY           apmime.lib      // TDataType
   145 LIBRARY           CseSchedulerClient.lib  // common scheduler engine
   145 LIBRARY           cseschedulerclient.lib  // common scheduler engine
   146 LIBRARY	          cmmanager.lib
   146 LIBRARY	          cmmanager.lib