Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Meta entries for audio/video clips.
33 // Standard EPOC32 includes
36 _LIT(KMMFMetaEntrySongTitle, "title");
37 _LIT(KMMFMetaEntryArtist, "artist");
38 _LIT(KMMFMetaEntryAlbum, "album");
39 _LIT(KMMFMetaEntryYear, "year");
40 _LIT(KMMFMetaEntryComment, "comment");
41 _LIT(KMMFMetaEntryAlbumTrack, "albumtrack");
42 _LIT(KMMFMetaEntryGenre, "genre");
43 _LIT(KMMFMetaEntryComposer, "composer");
44 _LIT(KMMFMetaEntryCopyright, "copyright");
45 _LIT(KMMFMetaEntryOriginalArtist, "originalartist");
46 _LIT(KMMFMetaEntryAPIC, "attachedpicture");
47 _LIT(KMMFMetaEntryWOAF, "officialaudiofilewebpage");
48 _LIT(KMMFMetaEntryWOAR, "officialartistwebpage");
49 _LIT(KMMFMetaEntryWOAS, "officialaudiosourcewebpage");
50 _LIT(KMMFMetaEntryWORS, "officialinternetradiostationhomepage");
51 _LIT(KMMFMetaEntryWPAY, "payment");
52 _LIT(KMMFMetaEntryWPUB, "publishersofficialwebpage");
53 _LIT(KMMFMetaEntryWXXX, "userdefinedurllinkframe");
54 _LIT(KMMFMetaEntryVendorID, "vendorid");