sbsv2/raptor/test/smoke_suite/test_resources/mmp/mmp2/src/fwextconstants.h
changeset 13 c327db0664bb
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 /*
       
     2 * Copyright (c) 2007-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 the License "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  @file
       
    21  @internalTechnology
       
    22 */
       
    23 
       
    24 #ifndef FWEXTCONSTANTS_H
       
    25 #define FWEXTCONSTANTS_H
       
    26 
       
    27 #include <icl/icl_uids.hrh>
       
    28 
       
    29 const TUid KICLOperationUid 		= {KUidImageConvExtOperationValue};
       
    30 const TUid KICLScalerUid 			= {KUidImageConvExtScalerValue};
       
    31 const TUid KICLStreamedDecodeUid 	= {KUidImageConvExtStreamedDecodeValue};
       
    32 const TUid KICLStreamedEncodeUid 	= {KUidImageConvExtStreamedEncodeValue};
       
    33 const TUid KICLPrepareUid 			= {KUidImageConvExtPrepareValue};
       
    34 
       
    35 #endif // FWEXTCONSTANTS_H
       
    36