devsound/devsoundpluginsupport/src/CustomInterfaces/102737FD.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 //
       
    15 
       
    16 #include <ecom/registryinfo.rh>
       
    17 #include <mmf/plugin/mmfdevsoundcustominterface.hrh>
       
    18 #include "cmmfdevsoundcifileblocklengthimpluid.hrh"
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21 	{
       
    22 	
       
    23 	dll_uid = KMmfUidCIFileBlockLengthDll; 
       
    24 	interfaces = 
       
    25 		{
       
    26 		INTERFACE_INFO
       
    27 			{
       
    28 			interface_uid = KUidDevSoundCustomInterfaceMux; // Mux
       
    29 			implementations = 
       
    30 				{
       
    31 				IMPLEMENTATION_INFO
       
    32 					{
       
    33 					implementation_uid = KMmfUidCIFileBlockLengthMux;
       
    34 					version_no = 3;
       
    35 					display_name = "FileBlockLength Mux";
       
    36 					default_data = "10273806"; 
       
    37 					opaque_data = "";
       
    38 					}
       
    39 				};
       
    40 			},
       
    41 		INTERFACE_INFO
       
    42 			{
       
    43 			interface_uid = KUidDevSoundCustomInterfaceDeMux; // DeMux
       
    44 			implementations = 
       
    45 				{
       
    46 				IMPLEMENTATION_INFO
       
    47 					{
       
    48 					implementation_uid = KMmfUidCIFileBlockLengthDeMux; 
       
    49 					version_no = 3;
       
    50 					display_name = "FileBlockLength DeMux";
       
    51 					default_data = "102737fe"; 
       
    52 					opaque_data = "";
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58