helix_ren/helix_stub/MMFMetadataEventConfigConstants/inc/MMFMetadataEventConfigConstants.h
changeset 0 d7e778ce6e8e
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 __MMFMETADATAEVENTCONFIGCONSTANTS_H
       
    21 #define __MMFMETADATAEVENTCONFIGCONSTANTS_H
       
    22 #include <e32std.h>
       
    23 /**
       
    24  * @publishedAll
       
    25  *
       
    26  * Interface UID of metadata event message for the Controller API.
       
    27  */
       
    28 const TUid KUidInterfaceMMFControllerMetadataEventMsg = {0x2001113A};
       
    29 
       
    30 /**
       
    31  * Event UID to handle metadata event.
       
    32  */
       
    33 const TUid KMMFRefreshMetaData = {0x20011139};
       
    34 
       
    35 /**
       
    36  *  Function constants
       
    37  */
       
    38 typedef enum TMMFMetadataEventConfigControllerMessage
       
    39 {
       
    40 	EMMFGetMetadataEventConfig=0,
       
    41 	EMMFSetMetadataEventConfig
       
    42 };
       
    43 
       
    44 #define EMMFDisableMetadataEvent EFalse
       
    45 #define EMMFEnableMetadataEvent ETrue
       
    46 
       
    47 #endif __MMFMETADATAEVENTCONFIGCONSTANTS_H