diff -r 000000000000 -r bb31fbe78861 amrnb_enc/ariamrnbencmmfcodec/group/ariamrnbencmmfcodec.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/amrnb_enc/ariamrnbencmmfcodec/group/ariamrnbencmmfcodec.mmp Fri Jul 23 16:58:44 2010 +0100 @@ -0,0 +1,55 @@ +/* +* Copyright (c) 2009 Aricent and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* Aricent - initial contribution. +* +* Contributors: +* +* Description: +* Project File for AmrNb Encoder Plugin. The file specifies the +* include paths, source files and libraries to be used to build the +* AmrNb Encoder plugin binaries. +* +*/ + +#include +#include "..\inc\ariamrnbencmmfcodec_uid.hrh" + +TARGET ariamrnbencmmfcodec.dll +TARGETTYPE PLUGIN + +CAPABILITY ALL -TCB + +UID 0x10009D8D KUidAmrNbEncMmfDllUid + +MACRO LOGLEVEL_CRITICAL + +MW_LAYER_SYSTEMINCLUDE + +SYSTEMINCLUDE \epoc32\include\ecom +SYSTEMINCLUDE \epoc32\include\mmf\common +SYSTEMINCLUDE \epoc32\include\mmf\server +SYSTEMINCLUDE \epoc32\include\mmf\plugin + +USERINCLUDE ..\inc +USERINCLUDE ..\..\ariamrnbencwrapper\export_hdr +USERINCLUDE ..\..\..\utilities\log + +SOURCEPATH ..\src +SOURCE ariamrnbencmmfcodec.cpp + +SOURCEPATH ..\src +START RESOURCE 200297D2.rss + TARGET ariamrnbencmmfcodec.rsc +END + +LIBRARY euser.lib +LIBRARY mmfserverbaseclasses.lib +LIBRARY ECOM.lib +LIBRARY ariamrnbencwrapper.lib \ No newline at end of file