diff -r 000000000000 -r 1bce908db942 multimediacommscontroller/mmccg711payloadformat/group/g711payloadformat.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multimediacommscontroller/mmccg711payloadformat/group/g711payloadformat.mmp Tue Feb 02 01:04:58 2010 +0200 @@ -0,0 +1,61 @@ +/* +* 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 //this is needed for MW_LAYER_SYSTEMINCLUDE +TARGET mmccg711plformat.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 0x1028257C + +USERINCLUDE ../inc +USERINCLUDE ../../mmccshared/inc +USERINCLUDE ../../mmccrtpsourcesink/inc +USERINCLUDE ../../mmcccontroller/inc +USERINCLUDE ../../mmccsubcontroller/inc +USERINCLUDE ../../mmccredpayloadformat/inc + +MW_LAYER_SYSTEMINCLUDE + + + +SOURCEPATH ../src +SOURCE g711payloadformatread.cpp +SOURCE g711payloadformatwrite.cpp +SOURCE g711payloadformatimplementationproxy.cpp + +SOURCEPATH ../../mmccshared/src +SOURCE formatstatemachine.cpp +SOURCE streamformatter.cpp + +SOURCEPATH ../data +START RESOURCE 1028257C.rss +TARGET mmccg711plformat.rsc +END + +LIBRARY euser.lib +LIBRARY mmfserverbaseclasses.lib +LIBRARY ecom.lib +LIBRARY mmfcontrollerframework.lib + +PAGED