mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Data/101FAFBC.rss
changeset 0 71ca22bcf22a
child 10 3d8c721bf319
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  RSS file for awb audio play controller
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <registryinfov2.rh>
       
    21 #include <mmfplugininterfaceuids.hrh>
       
    22 #include "AWBAudioPlayControllerPlugin.hrh"
       
    23 
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // theInfo
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO theInfo
       
    33 	{
       
    34         resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    35 	dll_uid = KUIDAWBPlayControllerPluginDll;	// 0x101FAFBC
       
    36 	interfaces = 
       
    37 		{
       
    38 		INTERFACE_INFO
       
    39 			{
       
    40 			interface_uid = KMmfUidPluginInterfaceController;
       
    41 			implementations = 
       
    42 				{
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid = KUIDAWBPlayControllerPluginImplementation;	// 0x101FAFBD
       
    46 					version_no = 1;
       
    47 					display_name = "AWB Audio Play Controller Plugin";
       
    48 					default_data = "?";
       
    49 					opaque_data = "<s>Nokia<i>0x101F5D07<p>0x101FAFBE<d>";
       
    50                                         rom_only = 0;					
       
    51 					}
       
    52 				};
       
    53 			},
       
    54 		INTERFACE_INFO
       
    55 			{
       
    56 			interface_uid = KUIDAWBPlayControllerPluginFormatInterface;	// 0x101FAFBE
       
    57 			implementations = 
       
    58 				{
       
    59 				IMPLEMENTATION_INFO
       
    60 					{
       
    61 					implementation_uid = 0x10207B59;   // Dummy uid needed for place holder
       
    62 					version_no = 1;
       
    63 					display_name = "AWB Read Format";
       
    64 					default_data = "0x101FAFBD";
       
    65 					opaque_data = "<s>Nokia<i>0x101F5D07<e>.awb<h>#!AMR-WB\n<h>?audio/amr-wb<m>audio/amr-wb";
       
    66                                         rom_only = 0;	
       
    67 					}
       
    68 				};
       
    69 			}
       
    70 		};
       
    71 	}
       
    72 
       
    73 // End of file