author | Stefan Karlsson <stefan.karlsson@nokia.com> |
Sat, 10 Apr 2010 13:41:45 +0100 | |
branch | CompilerCompatibility |
changeset 53 | 29eae4b7c31b |
parent 19 | 989d2f495d90 |
permissions | -rw-r--r-- |
19 | 1 |
/* |
2 |
* Copyright (c) 2007-2007 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 the License "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: Media Management Service API common constants |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifndef __MGCONSTS_H |
|
20 |
#define __MGCONSTS_H |
|
21 |
||
22 |
||
23 |
// MetaData Keys // used by service class and iterator |
|
24 |
_LIT8( KMgFileName, "FileName" ); |
|
25 |
_LIT8( KMgFileExtension, "FileExtension" ); |
|
26 |
_LIT8( KMgPath, "Path" ); |
|
27 |
_LIT8( KMgDrive, "Drive" ); |
|
28 |
_LIT8( KMgFileSize, "FileSize" ); |
|
29 |
_LIT8( KMgFileDate, "FileDate" ); |
|
30 |
_LIT8( KMgMediaType, "MediaType" ); // Maria : |
|
31 |
_LIT8( KMgMimeType, "MimeType" ); // Maria : |
|
32 |
_LIT8( KMgFileNameAndPath, "FileNameAndPath" ); |
|
33 |
_LIT8( KMgSongName, "SongName" ); |
|
34 |
_LIT8( KMgArtist, "Artist" ); |
|
35 |
_LIT8( KMgAlbum, "Album" ); |
|
36 |
_LIT8( KMgGenre, "Genre" ); |
|
37 |
_LIT8( KMgTrackNumber, "TrackNumber" ); |
|
38 |
_LIT8( KMgComposer, "Composer" ); |
|
39 |
_LIT8( KMgLinkFirstURL, "LinkFirstURL" ); |
|
40 |
||
53
29eae4b7c31b
Got rid of some trivial warnings (nested comments and tokens after #endif).
Stefan Karlsson <stefan.karlsson@nokia.com>
parents:
19
diff
changeset
|
41 |
#endif // __MGCONSTS_H |