helix_ren/helix_stub/MMFScalingCustomCommands/inc/MMFScalingCustomCommandConstants.h
changeset 0 d7e778ce6e8e
child 10 4d3a43b14b0a
equal deleted inserted replaced
-1:000000000000 0:d7e778ce6e8e
       
     1 /*
       
     2 * Copyright (c) 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 __MMFSCALINGCUSTOMCOMMANDCONSTANTS_H
       
    21 #define __MMFSCALINGCUSTOMCOMMANDCONSTANTS_H
       
    22 #include <e32std.h>
       
    23 /**
       
    24  * @publishedAll
       
    25  *
       
    26  * Interface UID and Scaling messages for the Controller API.
       
    27  */
       
    28 const TUid KUidInterfaceMMFControllerScalingMsg = {0x10283355};
       
    29 /**
       
    30  *  Function constants
       
    31  */
       
    32 typedef enum
       
    33 {
       
    34 	EMMFGetScalingType=0,
       
    35 	EMMFSetScalingType
       
    36 } TMMFScalingControllerMessage;
       
    37 
       
    38 typedef enum
       
    39 {
       
    40 	EMMFDefaultScaling=0,
       
    41     EMMFNoScaling,
       
    42     EMMFNatural,
       
    43     EMMFZoom,
       
    44     EMMFStretch
       
    45 } TMMFScalingType;
       
    46 
       
    47 #endif __MMFSCALINGCUSTOMCOMMANDCONSTANTS_H