mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/src/101f7d95.rss
changeset 0 71ca22bcf22a
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:  Resource file for ECOM registry.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    22 #include "mmfaudiotonecontroller.hrh"
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // theInfo
       
    27 //
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31 	{
       
    32 	dll_uid = 0x101F7D95;
       
    33 	interfaces = 
       
    34 		{
       
    35 		INTERFACE_INFO
       
    36 			{
       
    37 			interface_uid = KMmfUidPluginInterfaceController ;
       
    38 			implementations = 
       
    39 				{
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = KMmfUidControllerAudioTone ;
       
    43 					version_no = 1;
       
    44 					display_name = "Symbian Audio Tone controller";
       
    45 					default_data = "?";
       
    46 					opaque_data = "<s>Symbian<i>0x101F5D07<p>0x101F7DC4";
       
    47 					}
       
    48 				};
       
    49 			},
       
    50 		INTERFACE_INFO
       
    51 			{
       
    52 			interface_uid = KMmfUidToneSequenceFormatInterface;
       
    53 			implementations = 
       
    54 				{
       
    55 				BINARY_IMPLEMENTATION_INFO
       
    56 					{
       
    57 					implementation_uid = KMmfUidToneSequenceFormatRead4 ;
       
    58 					version_no = 1;
       
    59 					display_name = "Tone Sequence Play Format";
       
    60 					default_data = {0x3f};
       
    61 					opaque_data = {0x3c, 0x73, 0x3e, 0x4e, 0x6f, 0x6b , 0x69 , 0x61, 0x3c, 0x69, 0x3e, 0x30, 0x78, 0x31, 0x30, 0x31, 0x46, 0x35, 0x44, 0x30, 0x37, 
       
    62 						0x3c, 0x68, 0x3e, /*0x3f,*/ 0x00, 0x11, 0x06,
       
    63 						0x3c, 0x68, 0x3e, 0x02, 0x4a, 0x3a,
       
    64 						0x3c, 0x65, 0x3e, 0x3f };
       
    65 					},
       
    66 
       
    67 				IMPLEMENTATION_INFO
       
    68 					{
       
    69 					implementation_uid = KMmfUidToneSequenceFormatRead3 ;
       
    70 					version_no = 1;
       
    71 					display_name = "Tone Sequence Play Format";
       
    72 					default_data = "?";
       
    73 					opaque_data = "<s>Symbian<i>0x101F5D07<h>?application/vnd.nokia.ringing-tone<e>.rng<e>.nrt";
       
    74 					},
       
    75 				IMPLEMENTATION_INFO
       
    76 					{
       
    77 					implementation_uid = KMmfUidToneSequenceFormatRead ;
       
    78 					version_no = 1;
       
    79 					display_name = "Tone Sequence Play Format";
       
    80 					default_data = "?";
       
    81 					opaque_data = "<s>Symbian<i>0x101F5D07<e>.rng<e>.nrt";
       
    82 					},
       
    83 				IMPLEMENTATION_INFO
       
    84 					{
       
    85 					implementation_uid = KMmfUidToneSequenceFormatRead2 ;
       
    86 					version_no = 1;
       
    87 					display_name = "Tone Sequence Play Format";
       
    88 					default_data = "?";
       
    89 					opaque_data = "<s>Symbian<i>0x101F5D07<e>.sqn<h>SQNC";
       
    90 					}
       
    91 
       
    92 				};
       
    93 			}
       
    94 		};
       
    95 	}
       
    96 
       
    97 // End of file