audiostubs/devsoundextensions_stubs/mmfdevsoundadaptation_stub/group/MmfDevSoundAdaptation.mmp
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     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#33 %
       
    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 #if defined(WINS)
       
    31  SOURCE          MmfDevSoundAdaptation.cpp
       
    32  SOURCE          MmfDevSoundAdaptationBody.cpp
       
    33  SOURCE          MmfHwDeviceStub.cpp
       
    34  SOURCE          ToneGenerator.cpp
       
    35  SOURCE          DevSoundUtility.cpp
       
    36  SOURCE          TonePlayCompleteTimer.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 
       
    41 START RESOURCE  FixedSequence.rss
       
    42 TARGETPATH      Resource/DevSound
       
    43 HEADER
       
    44 END
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    49 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         mmfserverbaseclasses.lib
       
    53 LIBRARY         mmfcontrollerframework.lib
       
    54 LIBRARY         bafl.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         ecom.lib
       
    57 
       
    58 LIBRARY         AudioInputCI.lib
       
    59 LIBRARY         AudioOutputCI.lib
       
    60 LIBRARY         G711DecoderIntfcCI.lib
       
    61 LIBRARY         G729DecoderIntfcCI.lib
       
    62 LIBRARY         IlbcDecoderIntfcCI.lib
       
    63 LIBRARY         G711EncoderIntfcCI.lib
       
    64 LIBRARY         G729EncoderIntfcCI.lib
       
    65 LIBRARY         IlbcEncoderIntfcCI.lib
       
    66 LIBRARY         ErrorConcealmentIntfcCI.lib
       
    67 LIBRARY         SpeechEncoderConfigCI.lib
       
    68 
       
    69 deffile         MmfDevSoundAdaptation.def
       
    70 #endif
       
    71 nostrictdef
       
    72 
       
    73 // End of File