mmplugins/imagingplugins/group/bld.inf
changeset 0 40261b775718
child 41 f7bf1ed8db72
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Image conversion library Plugins
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 // specify the platforms your component needs to be built for here
       
    24 // defaults to WINS MARM so you can ignore this if you just build these
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 ../../../imagingandcamerafws/imagingfws/inc/icl/JpegYuvDecoder.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(icl/jpegyuvdecoder.h)
       
    29 ../group/JPEGYuvDecoder.iby	/epoc32/rom/include/jpegyuvdecoder.iby
       
    30 ../group/iclcodecs.iby	/epoc32/rom/include/iclcodecs.iby
       
    31 
       
    32 PRJ_MMPFILES
       
    33 //  The individual format plugins
       
    34 ../group/BMPCodec.mmp
       
    35 ../group/GIFCodec.mmp
       
    36 ../group/JPEGCodec.mmp
       
    37 ../group/JPEGYuvDecoder.mmp
       
    38 ../group/MBMCodec.mmp
       
    39 ../group/PNGCodec.mmp
       
    40 ../group/OTACodec.mmp
       
    41 ../group/TIFFCodec.mmp
       
    42 ../group/WBMPCodec.mmp
       
    43 ../group/ICOCodec.mmp
       
    44 ../group/WMFCodec.mmp
       
    45 
       
    46 
       
    47 //Image Display
       
    48 #include "../imagedisplay/mng/group/bld_include.inf" 
       
    49 
       
    50 // BitmapTransforms
       
    51 #include "../bitmaptransform/refplugin/group/bld_include.inf" 
       
    52