audiostubs/devsoundextensions_stubs/audioenhancementfactorystubs/MessageHandlerFactory_stub/group/MessageHandlerFactory_stub.mmp
changeset 39 65e91466a14b
parent 31 931072794a66
child 40 b7e5ed8c1342
equal deleted inserted replaced
31:931072794a66 39:65e91466a14b
     1 /*
       
     2 * Copyright (c) 2006-2008 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: Audio Stubs -  Project definition file for project MessageHandlerFactory_stub
       
    15 *  Version     : %version: bh1mmcf#16 %
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          MessageHandlerFactory.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008D 0x10203821
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          MessageHandlerFactory.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../Inc
       
    34 USERINCLUDE     ../src
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 
       
    41 LIBRARY         AudioEqualizerMessageHandler.lib
       
    42 LIBRARY         EnvironmentalReverbMessageHandler.lib
       
    43 LIBRARY         StereoWideningMessageHandler.lib
       
    44 LIBRARY         BassBoostMessageHandler.lib
       
    45 LIBRARY         ListenerDopplerMessageHandler.lib
       
    46 LIBRARY         ListenerLocationMessageHandler.lib
       
    47 LIBRARY         ListenerOrientationMessageHandler.lib
       
    48 LIBRARY         SourceDopplerMessageHandler.lib
       
    49 LIBRARY         SourceLocationMessageHandler.lib
       
    50 LIBRARY         SourceOrientationMessageHandler.lib
       
    51 LIBRARY         DistanceAttenuationMessageHandler.lib
       
    52 LIBRARY         LoudnessMessageHandler.lib
       
    53 LIBRARY         RoomLevelMessageHandler.lib
       
    54 LIBRARY         RestrictedAudioOutputMessageHandler.lib
       
    55 LIBRARY         AudioInputMessageHandler.lib
       
    56 LIBRARY         AudioOutputMessageHandler.lib
       
    57 LIBRARY         SpeechEncoderConfigMsgHdlr.lib
       
    58 LIBRARY         ErrorConcealmentIntfcMsgHdlr.lib
       
    59 LIBRARY         G711DecoderIntfcMsgHdlr.lib
       
    60 LIBRARY         G729DecoderIntfcMsgHdlr.lib
       
    61 LIBRARY         IlbcDecoderIntfcMsgHdlr.lib
       
    62 LIBRARY         G711EncoderIntfcMsgHdlr.lib
       
    63 LIBRARY         G729EncoderIntfcMsgHdlr.lib
       
    64 LIBRARY         IlbcEncoderIntfcMsgHdlr.lib
       
    65 LIBRARY         AddedDevSoundControlMsgHdlr.lib
       
    66 
       
    67 //enable each line when supported by the adaptation
       
    68 //LIBRARY       AudioResourceMessageHandler.lib
       
    69 //LIBRARY       AacDecoderConfigMsgHdlr.lib
       
    70 //LIBRARY       AudioVibraControlMsgHdlr.lib
       
    71 
       
    72 
       
    73 // End of File