amrwb_dec/ariamrwbdecmmfcodec/src/200298F7.rss
author Pat Downey <patd@symbian.org>
Fri, 23 Jul 2010 16:58:44 +0100
changeset 0 bb31fbe78861
permissions -rw-r--r--
Initial commit of Aricent codec contribution.

/*
* 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 AmrWb Decoder Plugin.
*
*/


// system include files
#include "RegistryInfo.rh"
#include "mmfplugininterfaceuids.hrh"
// user include files
#include "ariamrwbdecmmfcodec_uid.hrh"


// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the DLL
	dll_uid = KUidARIAMRWBDecDllUid;
	// 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 = KUidARIAMRWBDecImplUid;
							version_no = 1;
							display_name = "AMR-WB Decoder codec||copyright Aricent";
							default_data = " AWB, P16"; //four CC codes
							opaque_data = "";
							}
				};
				}
	};
	}