os/mm/mmlibs/mmfw/src/Plugin/Codec/audio/GSM610/101F504A.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Copied from... Registry file for the Example Interface Implementation Collection
    15 // 
    16 //
    17 
    18 #include <ecom/registryinfo.rh>
    19 #include <mmf/plugin/mmfcodecimplementationuids.hrh>
    20 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
    21 
    22 RESOURCE REGISTRY_INFO theInfo
    23 	{
    24 	dll_uid = 0x101F504A;
    25 	interfaces = 
    26 		{
    27 		INTERFACE_INFO
    28 			{
    29 			interface_uid = KMmfUidPluginInterfaceCodec;  // CMMFCodec
    30 			implementations = 
    31 				{
    32 				IMPLEMENTATION_INFO
    33 					{
    34 					implementation_uid = KMmfUidCodecGSM610ToPCM16;
    35 					version_no = 1;
    36 					display_name = "GSM610->PCM Codec";
    37 					default_data = "GSM6, P16" ; // four CC codes
    38 					opaque_data = "";
    39 					},
    40 					IMPLEMENTATION_INFO
    41 					{
    42 					implementation_uid = KMmfUidCodecPCM16ToGSM610;
    43 					version_no = 1;
    44 					display_name = "PCM->GSM610 Codec";
    45 					default_data = " P16,GSM6" ; // four CC codes
    46 					opaque_data = "";
    47 					}
    48 				};
    49 			}
    50 		};
    51 	}
    52