inc/glxcollectionmessagedefs.h
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     1 /*
       
     2 * Copyright (c) 2008-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:   Definitions for media attributes
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __T_GLXCOLLECTIONMESSAGEDEFS_H__
       
    21 #define __T_GLXCOLLECTIONMESSAGEDEFS_H__
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 /**
       
    26 * Content ID identifying progress messages
       
    27 */
       
    28 const TInt KGlxCollectionMessageSpecific = 0x2000A763;
       
    29 
       
    30 /**
       
    31 *  Attributes supported for KGlxMediaIdCollectionPluginSpecific
       
    32 */
       
    33 enum
       
    34     {
       
    35     /** 
       
    36     * TMPXItemId
       
    37     */
       
    38     EGlxCollectionMessageContainerId = 0x01,
       
    39     
       
    40     /** 
       
    41     * TMPXGeneralCategory
       
    42     */
       
    43     EGlxCollectionMessageContainerCategory = 0x02,
       
    44     
       
    45     /** 
       
    46     * TBool
       
    47     */
       
    48     EGlxCollectionMessageContainerCameraAlbum = 0x04
       
    49     
       
    50     };
       
    51 // TMPXItemId
       
    52 const TMPXAttributeData KGlxCollectionMessageContainerId = {KGlxCollectionMessageSpecific, EGlxCollectionMessageContainerId};
       
    53 // TMPXGeneralCategory
       
    54 const TMPXAttributeData KGlxCollectionMessageContainerCategory = {KGlxCollectionMessageSpecific, EGlxCollectionMessageContainerCategory};
       
    55 // TBool
       
    56 const TMPXAttributeData KGlxCollectionMessageContainerCameraAlbum = {KGlxCollectionMessageSpecific, EGlxCollectionMessageContainerCameraAlbum};
       
    57 
       
    58 #endif // __T_GLXCOLLECTIONMESSAGEDEFS_H__