mp3_dec/arimp3decmmfcodec/src/200297CE.rss
changeset 0 bb31fbe78861
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mp3_dec/arimp3decmmfcodec/src/200297CE.rss	Fri Jul 23 16:58:44 2010 +0100
@@ -0,0 +1,55 @@
+/*
+* Copyright (c) 2009 Aricent 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:
+* Aricent - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+* Resource file for Mp3 Decoder Plugin.
+*
+*/
+
+#include "RegistryInfo.rh"
+#include "mmfPluginInterfaceUIDs.hrh"
+#include "arimp3decmmfcodec_uid.hrh"
+
+// Declares info for two implementations
+RESOURCE REGISTRY_INFO theInfo
+	{
+	// UID for the DLL
+	dll_uid = KUidMp3DecCodecDllUid;
+	// Declare array of interface info
+	interfaces = 
+	{
+			INTERFACE_INFO
+				{
+				// UID of interface that is implemented
+				interface_uid = KMmfUidPluginInterfaceCodec;
+				implementations = 
+				{
+						// Info for CImplementation1
+						IMPLEMENTATION_INFO
+							{
+							implementation_uid = KUidMp3DecCodecImplUid;
+							version_no = 1;
+							display_name = 
+									"Mp3 Decoder codec||copyright Aricent";
+							//four CC codes
+							default_data = " MP3, P16"; 
+							opaque_data = "";
+							}
+				};
+				}
+	};
+	}
+
+//----------------------------------------------------------------------------
+//  End of File
+//----------------------------------------------------------------------------