diff -r 5752a19fdefe -r 08469e5bb63e imagingextensions/imageadaptationextensions/iclextjpegapi/group/IclExtJpegApi.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imagingextensions/imageadaptationextensions/iclextjpegapi/group/IclExtJpegApi.mmp Wed Sep 08 10:05:56 2010 +0530 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2006 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 specification file for IclExtJpegApi. +* +*/ + +#include +#include + +TARGET IclExtJpegApi.dll +CAPABILITY CAP_GENERAL_DLL +targettype DLL + +UID 0x1000008D 0x10204BF0 +VENDORID VID_DEFAULT + +SOURCEPATH ../src +SOURCE IclExtJpegApi.cpp +SOURCE IclExtJpegApiFrameImplV2.cpp + +USERINCLUDE ../inc +OS_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/icl + +LIBRARY euser.lib +LIBRARY ImageConversion.lib +LIBRARY ecom.lib +LIBRARY Jpegimageframeplugin.lib + +// End of file