examples/Multimedia/ICL/ICLCodec/ExPNGCodec.mmp

00001 // PNGCodec.mmp
00002 //
00003 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
00004 // All rights reserved.
00005 // This component and the accompanying materials are made available
00006 // under the terms of "Eclipse Public License v1.0"
00007 // which accompanies this distribution, and is available
00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00009 //
00010 // Initial Contributors:
00011 // Nokia Corporation - initial contribution.
00012 //
00013 // Contributors:
00014 //
00015 // Description:
00016 //
00017 //
00018 
00019 TARGET          expngcodec.dll
00020 TARGETTYPE      PLUGIN
00021 
00022 // Ecom Dll recognition UID followed by the unique UID for this dll
00023 UID     0x10009D8D 0xE8000063
00024 VENDORID 0x70000001
00025 CAPABILITY ALL -TCB
00026 
00027 SYSTEMINCLUDE   /epoc32/include
00028 SYSTEMINCLUDE   /epoc32/include/ecom
00029 SYSTEMINCLUDE   /epoc32/include/icl
00030 
00031 
00032 SOURCEPATH      .
00033 SOURCE          PNGCodec.cpp
00034 SOURCE          PNGConvert.cpp
00035 SOURCE          PngScanlineDecoder.cpp
00036 SOURCE          PngScanlineEncoder.cpp
00037 SOURCE          PNGProxy.cpp
00038 
00039 START RESOURCE 101F4122.rss
00040 TARGETPATH     /resource/plugins
00041 HEADER
00042 END
00043 
00044 START RESOURCE 101F4122_extra.rss
00045 TARGETPATH     /resource/icl
00046 HEADER
00047 END
00048 
00049 LIBRARY euser.lib
00050 LIBRARY gdi.lib
00051 LIBRARY fbscli.lib
00052 LIBRARY ezlib.lib
00053 LIBRARY bafl.lib
00054 LIBRARY imageconversion.lib
00055 
00056 SMPSAFE

Generated by  doxygen 1.6.2