diff -r 000000000000 -r 4e91876724a2 photosgallery/collectionframework/datasource/manager/inc/glxmediacollectioninternaldefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/collectionframework/datasource/manager/inc/glxmediacollectioninternaldefs.h Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,41 @@ +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Definitions for media attributes +* +*/ + + + + +#ifndef __T_GLXMEDIACOLLECTIONINTERNALDEFS_H__ +#define __T_GLXMEDIACOLLECTIONINTERNALDEFS_H__ + +#include +#include +/** +* Content ID identifying progress messages +*/ +const TInt KGlxMediaIdCollectionInternal = 0x2000A7BA; + +/** +* Attributes supported for KGlxMediaIdCollectionInternal +*/ +const TMPXAttributeData KGlxMediaCollectionInternalStartDate = { KGlxMediaIdCollectionInternal, 0x01 }; // TTime +const TMPXAttributeData KGlxMediaCollectionInternalEndDate = { KGlxMediaIdCollectionInternal, 0x02 }; // TTime +const TMPXAttributeData KGlxMediaCollectionInternalUsageCount = { KGlxMediaIdCollectionInternal, 0x04 }; // TInt +const TMPXAttributeData KGlxMediaCollectionInternalSystemItemType = { KGlxMediaIdCollectionInternal, 0x08 }; // TInt + +const TMPXAttributeData KGlxMediaItemTypeImage = { KGlxMediaIdCollectionInternal, 0x16 }; // TInt +const TMPXAttributeData KGlxMediaItemTypeVideo = { KGlxMediaIdCollectionInternal, 0x32 }; // TInt +#endif // __T_GLXMEDIACOLLECTIONINTERNALDEFS_H__