mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudioplaycontroller/Group/AMRAudioPlayControllerPlugin.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 AMRAudioPlayControllerPlugin.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET 		AMRAudioPlayControllerPlugin.dll
       
    24 TARGETTYPE 	PLUGIN
       
    25 UID 		0x10009D8D 0x101FAFB9
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 TARGETPATH 	/System/Libs/Plugins
       
    29 
       
    30 CAPABILITY CAP_ECOM_PLUGIN
       
    31 
       
    32 
       
    33 SOURCEPATH	../Src
       
    34 SOURCE		AMRAudioPlayControllerPlugin.cpp
       
    35 SOURCE		AMRAudioPlayControllerResource.cpp
       
    36 
       
    37 /*
       
    38 * Added condition to check WINS flag, so that Software decoder is built for Emulator
       
    39 */
       
    40 #ifdef __USE_AMR_NB_CMMFCODEC
       
    41 SOURCE		AMRAudioPlayControllerSwDecoder.cpp
       
    42 #else
       
    43 	#if defined(WINS)
       
    44 		SOURCE		AMRAudioPlayControllerSwDecoder.cpp
       
    45 	#else
       
    46 		SOURCE		AMRAudioPlayControllerHwDecoder.cpp
       
    47 	#endif
       
    48 #endif
       
    49 
       
    50 SOURCE		AMRAudioPlayControllerDecoderBuilder.cpp
       
    51 
       
    52 USERINCLUDE	../Inc 
       
    53 USERINCLUDE     ../Src
       
    54 USERINCLUDE	../../../../inc
       
    55 USERINCLUDE	../../AdvancedAudioController/Inc
       
    56 USERINCLUDE	../../DevSoundAudioOutput/Inc
       
    57 USERINCLUDE	../../DevSoundAudioInput/Inc
       
    58 USERINCLUDE	../../FileAudioOutput/Inc
       
    59 USERINCLUDE	../../AdvancedAudioControllerUtility/Inc
       
    60 USERINCLUDE     ../../DataSourceAdapter/Inc
       
    61 
       
    62 MW_LAYER_SYSTEMINCLUDE
       
    63 SYSTEMINCLUDE   /epoc32/include/ecom
       
    64 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    65 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    66 SYSTEMINCLUDE	/epoc32/include/mmf/plugin
       
    67 
       
    68 SOURCEPATH	../Data
       
    69 
       
    70 START RESOURCE 101FAFB9.rss 
       
    71 TARGET AMRAudioPlayControllerPlugin.rsc
       
    72 END
       
    73 
       
    74 START RESOURCE AMRAudioPlayControllerResource.rss
       
    75 HEADER
       
    76 TARGET AMRAudioPlayControllerResource.rsc       
       
    77 TARGETPATH    RESOURCE_FILES_DIR
       
    78 END
       
    79 
       
    80 LIBRARY 	euser.lib
       
    81 LIBRARY		mmfcontrollerframework.lib
       
    82 LIBRARY 	mmfstandardcustomcommands.lib
       
    83 LIBRARY 	mmfserverbaseclasses.lib
       
    84 LIBRARY 	AdvancedAudioController.lib
       
    85 LIBRARY		AMRAudioControllerUtility.lib
       
    86 LIBRARY         DevSoundAudioOutput.lib
       
    87 LIBRARY		FileAudioOutput.lib
       
    88 LIBRARY		bafl.lib				// Resource file
       
    89 LIBRARY		efsrv.lib 
       
    90 LIBRARY		FrameTable.lib
       
    91 
       
    92 #ifdef EABI
       
    93 LIBRARY     	ecom.lib
       
    94 #endif