--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimediacommscontroller/mmccg729payloadformat/group/g729payloadformat.mmp Tue Feb 02 01:04:58 2010 +0200
@@ -0,0 +1,62 @@
+/*
+* Copyright (c) 2004 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: Project definition file
+*
+*/
+
+
+
+
+#include <platform_paths.hrh> //this is needed for MW_LAYER_SYSTEMINCLUDE
+TARGET mmccg729plformat.dll
+
+CAPABILITY CAP_ECOM_PLUGIN
+VENDORID VID_DEFAULT
+TARGETTYPE PLUGIN
+
+// UID2 for polymorphic-interface DLL ECOM plugin followed by UID3 for this DLL
+UID 0x10009D8D 0x1028257F
+
+USERINCLUDE ../inc
+USERINCLUDE ../../mmccshared/inc
+USERINCLUDE ../../mmccrtpsourcesink/inc
+USERINCLUDE ../../mmcccontroller/inc
+USERINCLUDE ../../mmccsubcontroller/inc
+USERINCLUDE ../../mmccredpayloadformat/inc
+
+MW_LAYER_SYSTEMINCLUDE
+
+
+
+SOURCEPATH ../src
+SOURCE g729payloadformatread.cpp
+SOURCE g729payloadformatwrite.cpp
+SOURCE g729payloadformatimplementationproxy.cpp
+
+SOURCEPATH ../../mmccshared/src
+SOURCE formatstatemachine.cpp
+SOURCE streamformatter.cpp
+
+SOURCEPATH ../data
+START RESOURCE 1028257F.rss
+TARGET mmccg729plformat.rsc
+END
+
+
+LIBRARY euser.lib
+LIBRARY mmfserverbaseclasses.lib
+LIBRARY ecom.lib
+LIBRARY mmfcontrollerframework.lib
+
+PAGED