mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Group/3GPAudioPlayControllerPlugin.mmp
changeset 47 c2e43643db4c
parent 0 71ca22bcf22a
child 46 0ac9a5310753
equal deleted inserted replaced
42:1fa3fb47b1e3 47:c2e43643db4c
   132 LIBRARY 	mmfstandardcustomcommands.lib
   132 LIBRARY 	mmfstandardcustomcommands.lib
   133 LIBRARY 	mmfserverbaseclasses.lib
   133 LIBRARY 	mmfserverbaseclasses.lib
   134 LIBRARY 	AdvancedAudioController.lib
   134 LIBRARY 	AdvancedAudioController.lib
   135 LIBRARY         DevSoundAudioOutput.lib
   135 LIBRARY         DevSoundAudioOutput.lib
   136 LIBRARY		FileAudioOutput.lib
   136 LIBRARY		FileAudioOutput.lib
   137 LIBRARY		3GPMP4Lib.lib
   137 LIBRARY		3gpmp4lib.lib
   138 LIBRARY         efsrv.lib				// File server session
   138 LIBRARY         efsrv.lib				// File server session
   139 LIBRARY		bafl.lib				// Resource file
   139 LIBRARY		bafl.lib				// Resource file
   140 LIBRARY		MMFDevSound.lib
   140 LIBRARY		mmfdevsound.lib
   141 LIBRARY         caf.lib
   141 LIBRARY         caf.lib
   142 LIBRARY         cafutils.lib
   142 LIBRARY         cafutils.lib
   143 LIBRARY			3gpDataSourceAdapter.lib
   143 LIBRARY			3gpDataSourceAdapter.lib
   144 LIBRARY         FrameTable.lib             // for CFrameTable
   144 
   145 LIBRARY EAacPlusAudioControllerUtility.lib
   145 #ifndef WINSCW					//to support build on Linux
       
   146 LIBRARY		FrameTable.lib			// for CFrameTable
       
   147 #else
       
   148 LIBRARY		frametable.lib
       
   149 #endif 
       
   150 
       
   151 LIBRARY EAACPlusAudioControllerUtility.lib
   146 
   152 
   147 LIBRARY AMRAudioControllerUtility.lib
   153 LIBRARY AMRAudioControllerUtility.lib
   148 LIBRARY AWBAudioControllerUtility.lib
   154 LIBRARY AWBAudioControllerUtility.lib
   149 
   155 
   150 #ifndef __USE_AAC_CMMFCODEC
   156 #ifndef __USE_AAC_CMMFCODEC
   151     #ifndef __USE_EAACPLUS_CMMFCODEC
   157     #ifndef __USE_EAACPLUS_CMMFCODEC
   152         #ifndef __AAC_PLUS_DECODER_PLUGIN
   158         #ifndef __AAC_PLUS_DECODER_PLUGIN
   153             LIBRARY	AacDecoderConfig.lib
   159             LIBRARY	AacDecoderConfig.lib
   154         #else
   160         #else
       
   161         	#ifndef WINSCW								//to support build on Linux
   155 			    LIBRARY EAacPlusUtil.lib							// MMF eAAC+ Utility
   162 			    LIBRARY EAacPlusUtil.lib							// MMF eAAC+ Utility
       
   163 			#else
       
   164 				LIBRARY eaacplusutil.lib    
       
   165 			#endif	
   156             LIBRARY EAacPlusDecoderIntfc.lib
   166             LIBRARY EAacPlusDecoderIntfc.lib
   157         #endif
   167         #endif
   158     #else      
   168     #else      
   159 		  LIBRARY EAacPlusUtil.lib								// MMF eAAC+ Utility
   169         #ifndef WINSCW									//to support build on Linux
       
   170 			LIBRARY EAacPlusUtil.lib							// MMF eAAC+ Utility
       
   171 		#else
       
   172 			LIBRARY eaacplusutil.lib    
       
   173 		#endif									
   160         LIBRARY	AacDecoderConfig.lib
   174         LIBRARY	AacDecoderConfig.lib
   161     #endif
   175     #endif
   162 #else
   176 #else
   163     LIBRARY EAacPlusUtil.lib									// MMF eAAC+ Utility 
   177     #ifndef WINSCW										//to support build on Linux
       
   178 	    LIBRARY EAacPlusUtil.lib							// MMF eAAC+ Utility
       
   179 	#else
       
   180 		LIBRARY  eaacplusutil.lib    
       
   181 	#endif										
   164     LIBRARY	AacDecoderConfig.lib
   182     LIBRARY	AacDecoderConfig.lib
   165 #endif
   183 #endif
   166 
   184 
   167 #ifdef EABI
   185 #ifdef EABI
   168 LIBRARY     ecom.lib
   186 LIBRARY     ecom.lib