imagingextensions/imageadaptationextensions/iclextjpegapi/group/IclExtJpegApi.mmp
author hgs
Fri, 22 Oct 2010 10:31:17 +0530
changeset 6 d5507cf6801c
parent 3 08469e5bb63e
permissions -rw-r--r--
201037_01

/*
* 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 <icl/icl_uids.hrh>
#include <platform_paths.hrh>

TARGET     IclExtJpegApi.dll
CAPABILITY ALL -TCB
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