sapi_mediamanagement/mediamanagementservice/inc/mgconsts.h
author andrews@symbian.org
Thu, 25 Jun 2009 01:40:38 +0100
changeset 4 79513c90e348
parent 0 14df0fbfcc4e
permissions -rw-r--r--
Tag source matching PDK_2.0.c

/*
* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:  Media Management Service API common constants
*
*/


#ifndef __MGCONSTS_H
#define __MGCONSTS_H


// MetaData Keys // used by service class and iterator
_LIT8( KMgFileName, "FileName" );
_LIT8( KMgFileExtension, "FileExtension" );
_LIT8( KMgPath, "Path" );
_LIT8( KMgDrive, "Drive" );
_LIT8( KMgFileSize, "FileSize" );
_LIT8( KMgFileDate, "FileDate" );
_LIT8( KMgMediaType, "MediaType" ); // Maria : 
_LIT8( KMgMimeType, "MimeType" ); // Maria :
_LIT8( KMgFileNameAndPath, "FileNameAndPath" );
_LIT8( KMgSongName, "SongName" );
_LIT8( KMgArtist, "Artist" );
_LIT8( KMgAlbum, "Album" );
_LIT8( KMgGenre, "Genre" );
_LIT8( KMgTrackNumber, "TrackNumber" );
_LIT8( KMgComposer, "Composer" );
_LIT8( KMgLinkFirstURL, "LinkFirstURL" );
	
#endif __MGCONSTS_H