os/mm/mmlibs/mmfw/MMPFiles/plugin_common/MMFLinearAudioCodecs.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // audiocodecs.dll Reference software audio codec plugins
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 target audiocodecs.dll
    23 CAPABILITY ALL -TCB
    24 targettype plugin
    25 UNPAGED
    26 
    27 // ECom Dll recognition UID followed by the unique UID for this dll
    28 UID 0x10009D8D 0x101F51D8
    29 VENDORID 0x70000001
    30 
    31 USERINCLUDE   ../../Codecs/Inc/MMFCodecCommon
    32 USERINCLUDE	../../src/Plugin/Codec/audio
    33 USERINCLUDE	../../src/Plugin/Codec
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 
    38 SOURCEPATH	../../src/Plugin/Codec/audio
    39 SOURCE		MMFCodecBaseDefinitions.cpp
    40 SOURCE		Mmfcodecimplementationproxy.cpp
    41 SOURCE		MMFAlawToPcm16Codec.cpp
    42 SOURCE		MMFPcm16ToAlawCodec.cpp 
    43 SOURCE		MMFPcm8ToPcm16Codec.cpp
    44 SOURCE		MmfimaadpcmTopcm16codec.cpp
    45 SOURCE		Mmfpcm16Toimaadpcmcodec.cpp
    46 SOURCE		MmfmulawTopcm16codec.cpp
    47 SOURCE		Mmfpcm16Tomulawcodec.cpp
    48 SOURCE		Mmfaudios16Topcmu8codec.cpp
    49 SOURCE		MMFaudios16ToPcms8codec.cpp
    50 SOURCE		MMFAudios16ToPcms16Codec.cpp
    51 SOURCE		Mmfaudios16ToPcmu16codec.cpp
    52 SOURCE		Mmfaudios16Topcmu16becodec.cpp
    53 SOURCE		Mmfaudiou8Topcms16codec.cpp
    54 SOURCE		Mmfaudios8Topcms16codec.cpp
    55 SOURCE		Mmfaudiou16Topcms16codec.cpp
    56 SOURCE		Mmfaudiou16beTopcms16codec.cpp
    57 SOURCE		MMFAudioPCM16SwapEndianCodec.cpp
    58 
    59 
    60 start resource 101F51D8.rss
    61 target audiocodecs.rsc
    62 end
    63 
    64 LIBRARY euser.lib
    65 LIBRARY ecom.lib
    66 LIBRARY		mmfcodeccommon.lib
    67 
    68 SMPSAFE