clfwrapper/ClientSrc/CLF2MdEConsts.h
changeset 0 c53acadfccc6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clfwrapper/ClientSrc/CLF2MdEConsts.h	Mon Jan 18 20:34:07 2010 +0200
@@ -0,0 +1,43 @@
+/*
+* Copyright (c) 2002-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: 
+*
+*/
+
+
+
+#ifndef CLF2MDECONSTS_H
+#define CLF2MDECONSTS_H
+
+//  INCLUDES
+#include <e32def.h>
+
+// CONSTANTS
+
+// Literals for music file mappings
+_LIT( KCLFWrapperMusicTypeMpeg, "audio/mpeg" );
+_LIT( KCLFWrapperMusicTypeAac, "audio/aac" );
+_LIT( KCLFWrapperMusicTypeMp3, "audio/mp3" );
+_LIT( KCLFWrapperMusicTypeX_Mp3, "audio/x-mp3" );
+_LIT( KCLFWrapperMusicTypeMp4, "audio/mp4" );
+_LIT( KCLFWrapperMusicType3gpp, "audio/3gpp" );
+_LIT( KCLFWrapperMusicTypeM4a, "audio/m4a" );
+_LIT( KCLFWrapperMusicType3gpp2, "audio/3gpp2" );
+_LIT( KCLFWrapperMusicTypeMpeg4, "audio/mpeg4" );
+_LIT( KCLFWrapperMusicTypeX_Pn_RealAudio, "audio/x-pn-realaudio" );
+_LIT( KCLFWrapperMusicTypeX_Ms_Wma, "audio/x-ms-wma" );
+
+#endif      // CLF2MDECONSTS_H
+
+// End of File