amrnb_dec/ariamrnbdecmmfcodec/src/200297D6.rss
changeset 0 bb31fbe78861
equal deleted inserted replaced
-1:000000000000 0:bb31fbe78861
       
     1 /*
       
     2 * Copyright (c) 2009 Aricent 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 * Aricent - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Resource file for AmrNb Decoder Plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 #include "RegistryInfo.rh"
       
    20 #include "mmfplugininterfaceuids.hrh"
       
    21 #include "ariamrnbdecmmfcodec_uid.hrh"
       
    22 
       
    23 
       
    24 // Declares info for two implementations
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26 	{
       
    27 	// UID for the DLL
       
    28 	dll_uid = KUidAMRNBDecDllUid;
       
    29 	// Declare array of interface info
       
    30 	interfaces = 
       
    31 		{
       
    32 			INTERFACE_INFO
       
    33 				{
       
    34 				// UID of interface that is implemented
       
    35 				interface_uid = KMmfUidPluginInterfaceCodec;
       
    36 				implementations = 
       
    37 					{
       
    38 						// Info for CImplementation1
       
    39 						IMPLEMENTATION_INFO
       
    40 							{
       
    41 							implementation_uid = KUidAMRNBDecImplUid;
       
    42 							version_no = 1;
       
    43 							display_name = "AMR Decoder codec||copyright Aricent";
       
    44 							default_data = " AMR, P16"; //four CC codes
       
    45 							opaque_data = "";
       
    46 							}
       
    47 					};
       
    48 				}
       
    49 		};
       
    50 	}
       
    51