os/mm/mmlibs/mmfw/MMPFiles/plugin_common/MMFLinearAudioCodecs.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/MMPFiles/plugin_common/MMFLinearAudioCodecs.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,68 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// audiocodecs.dll Reference software audio codec plugins
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +target audiocodecs.dll
    1.26 +CAPABILITY ALL -TCB
    1.27 +targettype plugin
    1.28 +UNPAGED
    1.29 +
    1.30 +// ECom Dll recognition UID followed by the unique UID for this dll
    1.31 +UID 0x10009D8D 0x101F51D8
    1.32 +VENDORID 0x70000001
    1.33 +
    1.34 +USERINCLUDE   ../../Codecs/Inc/MMFCodecCommon
    1.35 +USERINCLUDE	../../src/Plugin/Codec/audio
    1.36 +USERINCLUDE	../../src/Plugin/Codec
    1.37 +
    1.38 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.39 +
    1.40 +
    1.41 +SOURCEPATH	../../src/Plugin/Codec/audio
    1.42 +SOURCE		MMFCodecBaseDefinitions.cpp
    1.43 +SOURCE		Mmfcodecimplementationproxy.cpp
    1.44 +SOURCE		MMFAlawToPcm16Codec.cpp
    1.45 +SOURCE		MMFPcm16ToAlawCodec.cpp 
    1.46 +SOURCE		MMFPcm8ToPcm16Codec.cpp
    1.47 +SOURCE		MmfimaadpcmTopcm16codec.cpp
    1.48 +SOURCE		Mmfpcm16Toimaadpcmcodec.cpp
    1.49 +SOURCE		MmfmulawTopcm16codec.cpp
    1.50 +SOURCE		Mmfpcm16Tomulawcodec.cpp
    1.51 +SOURCE		Mmfaudios16Topcmu8codec.cpp
    1.52 +SOURCE		MMFaudios16ToPcms8codec.cpp
    1.53 +SOURCE		MMFAudios16ToPcms16Codec.cpp
    1.54 +SOURCE		Mmfaudios16ToPcmu16codec.cpp
    1.55 +SOURCE		Mmfaudios16Topcmu16becodec.cpp
    1.56 +SOURCE		Mmfaudiou8Topcms16codec.cpp
    1.57 +SOURCE		Mmfaudios8Topcms16codec.cpp
    1.58 +SOURCE		Mmfaudiou16Topcms16codec.cpp
    1.59 +SOURCE		Mmfaudiou16beTopcms16codec.cpp
    1.60 +SOURCE		MMFAudioPCM16SwapEndianCodec.cpp
    1.61 +
    1.62 +
    1.63 +start resource 101F51D8.rss
    1.64 +target audiocodecs.rsc
    1.65 +end
    1.66 +
    1.67 +LIBRARY euser.lib
    1.68 +LIBRARY ecom.lib
    1.69 +LIBRARY		mmfcodeccommon.lib
    1.70 +
    1.71 +SMPSAFE