multimediacommscontroller/mmcch263payloadformat/data/102747D9.rss
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2006 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:    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    23 #include <ecom/registryinfo.rh>
       
    24 #include "mccuids.hrh"
       
    25 
       
    26 
       
    27 //  CONSTANTS  
       
    28 // #define ?constant   ?value
       
    29 
       
    30 
       
    31 //  MACROS  
       
    32 // #define ?macro
       
    33 
       
    34 
       
    35 //  RESOURCE DEFINITIONS 
       
    36 // -----------------------------------------------------------------------------
       
    37 //   
       
    38 // ?resource_name
       
    39 // ?description
       
    40 //
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 RESOURCE REGISTRY_INFO theInfo
       
    44     {
       
    45 	dll_uid = KDllUidH263PayloadFormat; 
       
    46 	interfaces = 
       
    47 		{
       
    48 /*		
       
    49 		INTERFACE_INFO
       
    50 			{
       
    51 			interface_uid = KMmfUidPluginInterfaceFormatDecode;   
       
    52 			implementations = 
       
    53 				{
       
    54 				IMPLEMENTATION_INFO
       
    55 					{
       
    56 					implementation_uid = KImplUidDTMFPayloadFormatDecode;
       
    57 					version_no = KIpappsrvEcomVersionNumber;
       
    58 					display_name = "DTMF/RTP Payload Format Decode";
       
    59 					default_data = ""; 
       
    60 					opaque_data = "";
       
    61 					}
       
    62 				};
       
    63 			},
       
    64 */
       
    65 		INTERFACE_INFO
       
    66 			{
       
    67 			interface_uid = KMmfUidPluginInterfaceFormatEncode;   
       
    68 			implementations = 
       
    69 				{
       
    70 				IMPLEMENTATION_INFO
       
    71 					{
       
    72 					implementation_uid = KImplUidH263PayloadFormatEncode;
       
    73 					version_no = KIpappsrvEcomVersionNumber;
       
    74 					display_name = "H263 Payload Format Encode";
       
    75 					default_data = ""; 
       
    76 					opaque_data = "";
       
    77 					}
       
    78 				};
       
    79 			}
       
    80 		};
       
    81 
       
    82     }
       
    83             
       
    84 // End of File
       
    85 
       
    86