imaging/imagingfws/group/ImageConversion.iby
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 /*
       
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __ImageConversion_IBY__
       
    21 #define __ImageConversion_IBY__
       
    22 
       
    23 REM Image Conversion Library
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\ImageConversion.dll 	System\Libs\ImageConversion.dll 
       
    26 
       
    27 REM ImageConversionResolver Plugin for Image Conversion Library
       
    28 
       
    29 ECOM_PLUGIN(imageconversionresolver.dll,101f45db.rsc)
       
    30 
       
    31 REM JPEG Exif Plugin for Image Conversion Library
       
    32 file=ABI_DIR\BUILD_DIR\JPEGExifPlugin.dll 	System\Libs\JPEGExifPlugin.dll 
       
    33 
       
    34 REM JPEG Exif ImageFrame Plugin for Image Conversion Library
       
    35 file=ABI_DIR\BUILD_DIR\JPEGImageFramePlugin.dll 	System\Libs\JPEGImageFramePlugin.dll 
       
    36 
       
    37 REM ICL Recognizer library
       
    38 
       
    39 ECOM_PLUGIN(recicl.dll,101f7c0b.rsc)
       
    40 
       
    41 REM sub-components
       
    42 #include "bitmaptransforms.iby" 
       
    43 #include "BitmapTransformsPlugin.iby"
       
    44 #include "GifScaler.iby"
       
    45 #include "ImageTransform.iby"
       
    46 #include "panorama.iby"
       
    47 
       
    48 #include "ExifUtility.iby"
       
    49 
       
    50 #include <ImageDisplay.iby>
       
    51 
       
    52 file=ABI_DIR\BUILD_DIR\MediaClientImage.dll         System\Libs\MediaClientImage.dll
       
    53 
       
    54 #include <imageprocessor.iby>
       
    55 
       
    56 #endif __ImageConversion_IBY__
       
    57