mmlibs/mmfw/Codecs/MmpFiles/Gsm610CodecCommon.mmp
changeset 0 40261b775718
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmlibs/mmfw/Codecs/MmpFiles/Gsm610CodecCommon.mmp	Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,58 @@
+// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Gsm610CodecCommon.dll Common definitions for GSM6.10 audio codec implementations
+// 
+//
+
+/**
+ @file
+*/
+
+
+target          gsm610codeccommon.dll
+CAPABILITY ALL -TCB
+targettype      DLL
+UNPAGED
+
+UID      0x1000008D 0x101FDA2A //static interface DLL Uid KSharedLibraryUid
+VENDORID 0x70000001
+
+userinclude	../Inc/Gsm610CodecCommon
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+SOURCEPATH	../Src/Gsm610CodecCommon
+
+source basicop.cpp
+source codec.cpp
+source rpeltp.cpp
+source gsm610fr.cpp
+
+library		euser.lib   
+
+#ifdef EABI
+DEFFILE Gsm610CodecCommon.def
+#endif
+
+#ifdef WINSCW
+DEFFILE GSM610CODECCOMMON.DEF
+#endif
+
+nostrictdef
+
+start           wins
+baseaddress     0x4F140000
+end
+
+SMPSAFE