mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Group/AWBAudioPlayControllerPlugin.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project file for building the ECOM Dll AWBAudioPlayControllerPlugin.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET 		AWBAudioPlayControllerPlugin.dll
       
    23 TARGETTYPE 	PLUGIN
       
    24 UID 		0x10009D8D 0x101FAFBC
       
    25 VENDORID	VID_DEFAULT
       
    26 
       
    27 TARGETPATH 	/System/Libs/Plugins
       
    28 
       
    29 CAPABILITY CAP_ECOM_PLUGIN
       
    30 
       
    31 SOURCEPATH	../Src
       
    32 SOURCE		AWBAudioPlayControllerPlugin.cpp
       
    33 SOURCE		AWBAudioPlayControllerResource.cpp
       
    34 
       
    35 /*
       
    36 * Added condition to check WINS flag, so that Software decoder is built for Emulator
       
    37 */
       
    38 #ifdef __USE_AMR_WB_CMMFCODEC
       
    39 SOURCE		AWBAudioPlayControllerSwDecoder.cpp
       
    40 #else
       
    41 	#if defined(WINS)
       
    42 	SOURCE		AWBAudioPlayControllerSwDecoder.cpp
       
    43 	#else
       
    44 	SOURCE		AWBAudioPlayControllerHwDecoder.cpp
       
    45 	#endif
       
    46 #endif
       
    47 
       
    48 SOURCE		AWBAudioPlayControllerDecoderBuilder.cpp
       
    49 //SOURCE	AWBAudioPlayControllerConverter.cpp
       
    50 
       
    51 USERINCLUDE	../Inc ../Src
       
    52 USERINCLUDE	../../../../inc
       
    53 USERINCLUDE	../../AdvancedAudioController/Inc
       
    54 USERINCLUDE	../../DevSoundAudioOutput/Inc
       
    55 USERINCLUDE	../../DevSoundAudioInput/Inc
       
    56 USERINCLUDE	../../FileAudioOutput/Inc
       
    57 USERINCLUDE	../../AdvancedAudioControllerUtility/Inc
       
    58 USERINCLUDE     ../../DataSourceAdapter/Inc
       
    59 
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 SYSTEMINCLUDE   /epoc32/include/ecom
       
    62 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    63 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    64 SYSTEMINCLUDE	/epoc32/include/mmf/plugin
       
    65 
       
    66 SOURCEPATH	../Data
       
    67 
       
    68 START RESOURCE 101FAFBC.rss 
       
    69 TARGET AWBAudioPlayControllerPlugin.rsc
       
    70 END
       
    71 
       
    72 START RESOURCE AWBAudioPlayControllerResource.rss
       
    73 HEADER
       
    74 TARGET AWBAudioPlayControllerResource.rsc       
       
    75 TARGETPATH    RESOURCE_FILES_DIR
       
    76 END
       
    77 
       
    78 LIBRARY 	euser.lib
       
    79 LIBRARY		mmfcontrollerframework.lib
       
    80 LIBRARY 	mmfstandardcustomcommands.lib
       
    81 LIBRARY 	mmfserverbaseclasses.lib
       
    82 LIBRARY 	AdvancedAudioController.lib
       
    83 LIBRARY		AWBAudioControllerUtility.lib
       
    84 LIBRARY         DevSoundAudioOutput.lib
       
    85 LIBRARY		FileAudioOutput.lib
       
    86 LIBRARY		bafl.lib				// Resource file
       
    87 LIBRARY		efsrv.lib 
       
    88 LIBRARY		FrameTable.lib
       
    89 
       
    90 #ifdef EABI
       
    91 LIBRARY     	ecom.lib
       
    92 #endif