imagehandlinglib/Src/IHLImplementationIds.h
changeset 0 2014ca87e772
equal deleted inserted replaced
-1:000000000000 0:2014ca87e772
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Implementation id's used in internal classes.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef IHLIMPLEMENTATIONIDS_H
       
    20 #define IHLIMPLEMENTATIONIDS_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32def.h>
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // IMPLEMENTATION IDs
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 // Images
       
    30 const TInt KIHLImplementationIdFileImage			= 0x0101;
       
    31 const TInt KIHLImplementationIdFileImageExtJpg		= 0x0102;
       
    32 
       
    33 // Processors
       
    34 const TInt KIHLImplementationIdBitmapProcessor		= 0x0201;
       
    35 
       
    36 // Viewers
       
    37 const TInt KIHLImplementationIdImageViewer			= 0x0301;
       
    38 const TInt KIHLImplementationIdImageViewerExtJpg	= 0x0302;
       
    39 
       
    40 // Filters (reserved)
       
    41 // const TInt KIHLImplementationIdFilter            = 0x0401; // CSI: 13 #
       
    42 
       
    43 #endif // IHLIMPLEMENTATIONIDS_H
       
    44 
       
    45 // End of File