audiostubs/devsoundextensions_stubs/mmfdevsoundadaptation_stub/group/MmfDevSoundAdaptation.mmp
changeset 43 e71858845f73
parent 40 b7e5ed8c1342
child 46 e1758cbb96ac
equal deleted inserted replaced
40:b7e5ed8c1342 43:e71858845f73
     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 specification file for MmfDevSoundAdaptation_Stub
       
    15 *  Version     : %version: bh1mmcf#32 %
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          MmfDevSoundAdaptation_Stub.dll
       
    23 CAPABILITY      MultimediaDD ProtServ UserEnvironment
       
    24 TARGETTYPE      DLL
       
    25 
       
    26 UID             0x101F4549 0x10207ABC
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          MmfDevSoundAdaptation.cpp
       
    31 SOURCE          MmfDevSoundAdaptationBody.cpp
       
    32 SOURCE          MmfHwDeviceStub.cpp
       
    33 SOURCE          ToneGenerator.cpp
       
    34 SOURCE          DevSoundUtility.cpp
       
    35 SOURCE          TonePlayCompleteTimer.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../inc
       
    39 
       
    40 START RESOURCE  FixedSequence.rss
       
    41 TARGETPATH      Resource/DevSound
       
    42 HEADER
       
    43 END
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    48 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         mmfserverbaseclasses.lib
       
    52 LIBRARY         mmfcontrollerframework.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         ecom.lib
       
    56 
       
    57 LIBRARY         AudioInputCI.lib
       
    58 LIBRARY         AudioOutputCI.lib
       
    59 LIBRARY         G711DecoderIntfcCI.lib
       
    60 LIBRARY         G729DecoderIntfcCI.lib
       
    61 LIBRARY         IlbcDecoderIntfcCI.lib
       
    62 LIBRARY         G711EncoderIntfcCI.lib
       
    63 LIBRARY         G729EncoderIntfcCI.lib
       
    64 LIBRARY         IlbcEncoderIntfcCI.lib
       
    65 LIBRARY         ErrorConcealmentIntfcCI.lib
       
    66 LIBRARY         SpeechEncoderConfigCI.lib
       
    67 
       
    68 deffile         MmfDevSoundAdaptation.def
       
    69 nostrictdef
       
    70 
       
    71 // End of File