mmhais/refacladapt/src/tonehwdevice/tonehwdevice.rss
changeset 0 79dd3e2336a0
equal deleted inserted replaced
-1:000000000000 0:79dd3e2336a0
       
     1 // Copyright (c) 2006-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 // RESOURCE IDENTIFIER
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "mmfplugininterfaceuids.hrh" // for KMmfUidPluginInterfaceHwDevice
       
    22 
       
    23 //  CONSTANTS  
       
    24 //  MACROS  
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // Identifies adapters for ECOM.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35 	{
       
    36 	dll_uid = 0x1028345E;
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			interface_uid = KMmfUidPluginInterfaceHwDevice;
       
    42 			implementations = 
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = 0x10283463;
       
    47 					version_no = 1;
       
    48 					display_name = "PCM16->PCM16 Codec||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    49 					default_data = "TONE, P16" ; 
       
    50 					opaque_data = "";
       
    51 					}
       
    52 				};
       
    53 			}
       
    54 		};
       
    55 	}
       
    56 
       
    57 // End of File
       
    58 
       
    59