diff -r a36b1e19a461 -r 989d2f495d90 serviceproviders/sapi_mediamanagement/mediamanagementservice/inc/mgconsts.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/serviceproviders/sapi_mediamanagement/mediamanagementservice/inc/mgconsts.h Fri Jul 03 15:51:24 2009 +0100 @@ -0,0 +1,41 @@ +/* +* 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 \ No newline at end of file