os/mm/devsound/sounddevbt/src/Plugin/HwDevice/Audio/Gsm610/102070db.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-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/mmfbthwdeviceimplementationuids.hrh>
    20 #include <mmf/plugin/mmfplugininterfaceuids.hrh> // for KMmfUidPluginInterfaceHwDevice
    21 
    22 
    23 RESOURCE REGISTRY_INFO theInfo
    24 	{
    25 	dll_uid = 0x102070DB;
    26 	interfaces = 
    27 		{
    28 		INTERFACE_INFO
    29 			{
    30 			interface_uid = KMmfUidBtPluginInterfaceHwDevice;
    31 			implementations = 
    32 				{
    33 				IMPLEMENTATION_INFO
    34 					{
    35 					implementation_uid = KMmfUidBtHwDeviceGSM610ToPCM16;
    36 					version_no = 1;
    37 					display_name = "GSM610->PCM Codec||Copyright  2003 Symbian Ltd. All Rights Reserved.||";
    38 					default_data = "GSM6, P16" ; // four CC codes
    39 					opaque_data = "";
    40 					},
    41 					IMPLEMENTATION_INFO
    42 					{
    43 					implementation_uid = KMmfUidBtHwDevicePCM16ToGSM610;
    44 					version_no = 1;
    45 					display_name = "PCM->GSM610 Codec||Copyright 2003 Symbian Ltd. All Rights Reserved.||";
    46 					default_data = " P16,GSM6" ; // four CC codes
    47 					opaque_data = "";
    48 					}
    49 				};
    50 			}
    51 		};
    52 	}
    53