imaging/imagingfws/src/fwextconstants.h
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef FWEXTCONSTANTS_H
       
    22 #define FWEXTCONSTANTS_H
       
    23 
       
    24 #include <icl/icl_uids.hrh>
       
    25 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    26 #include <icl/icl_uids_const.hrh>
       
    27 #include <icl/icl_uids_def.hrh>
       
    28 #endif
       
    29 
       
    30 const TUid KICLOperationUid 		= {KUidImageConvExtOperationValue};
       
    31 const TUid KICLScalerUid 			= {KUidImageConvExtScalerValue};
       
    32 const TUid KICLStreamedDecodeUid 	= {KUidImageConvExtStreamedDecodeValue};
       
    33 const TUid KICLStreamedEncodeUid 	= {KUidImageConvExtStreamedEncodeValue};
       
    34 const TUid KICLPrepareUid 			= {KUidImageConvExtPrepareValue};
       
    35 
       
    36 #endif // FWEXTCONSTANTS_H
       
    37