multimediacommscontroller/mmccg729payloadformat/group/g729payloadformat.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:32:38 +0300
changeset 54 21e9ee993fc8
parent 0 1bce908db942
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* 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