photosgallery/viewframework/medialists/inc/glxmediastaticitemdefs.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:    Static item media items
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef _GLXMEDIASTATICITEMDEFS_H
       
    22 #define _GLXMEDIASTATICITEMDEFS_H
       
    23 
       
    24 #include <mpxattribute.h>
       
    25 
       
    26 /**
       
    27  * Content ID identifying static item category 
       
    28  */
       
    29 const TInt KGlxMediaIdStaticItem					= 0x200071C9;
       
    30 const TInt KGlxMediaStaticItemPosition				= 0x00;
       
    31 const TInt KGlxMediaStaticItemCommand				= 0x01;
       
    32 
       
    33 const TInt KGlxStaticSpaceId						= 0x200071CA; /// @deprecated, use KGlxStaticItemIdSpaceId
       
    34 const TInt KGlxStaticItemIdSpaceId                  = KGlxStaticSpaceId;
       
    35 
       
    36 const TMPXAttributeData KGlxAttrMediaStaticItemPosition={KGlxMediaIdStaticItem, KGlxMediaStaticItemPosition};
       
    37 /**
       
    38  *  TBool, ETrue is static, EFalse is not
       
    39  */
       
    40 const TMPXAttributeData KGlxMediaStaticItem = { KGlxMediaIdStaticItem, 0x00 }; 
       
    41 
       
    42 #endif  // _GLXMEDIASTATICITEMDEFS_H