multimediacommscontroller/mmccMsrppayloadformat/data/10299988.rss
branchrcs
changeset 56 eceb2b9c54ac
equal deleted inserted replaced
51:a13dcee59a62 56:eceb2b9c54ac
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : 10299988.rss
       
     4 *  Part of     : 
       
     5 *  Description :
       
     6 *  Version     : 0.01
       
     7 *
       
     8 *  Copyright © 2002-2004 Nokia. All rights reserved.
       
     9 *  This material, including documentation and any related 
       
    10 *  computer programs, is protected by copyright controlled by 
       
    11 *  Nokia. All rights are reserved. Copying, including 
       
    12 *  reproducing, storing, adapting or translating, any 
       
    13 *  or all of this material requires the prior written consent of 
       
    14 *  Nokia. This material also contains confidential 
       
    15 *  information which may not be disclosed to others without the 
       
    16 *  prior written consent of Nokia.
       
    17 * ==============================================================================
       
    18 */
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    23 #include "mccuids.hrh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 	{
       
    29 	dll_uid = KDllUidMsrpPayloadFormat; 
       
    30 	interfaces = 
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33 			{
       
    34 			interface_uid = KMmfUidPluginInterfaceFormatDecode;   
       
    35 			implementations = 
       
    36 				{
       
    37 				IMPLEMENTATION_INFO
       
    38 					{
       
    39 					implementation_uid = KImplUidMsrpPayloadFormatDecode;
       
    40 					version_no = KIpappsrvEcomVersionNumber;
       
    41 					display_name = "MSRP Payload Format Decode";
       
    42 					default_data = ""; 
       
    43 					opaque_data = "";
       
    44 					}
       
    45 				};
       
    46 			},
       
    47 		INTERFACE_INFO
       
    48 			{
       
    49 			interface_uid = KMmfUidPluginInterfaceFormatEncode;   
       
    50 			implementations = 
       
    51 				{
       
    52 				IMPLEMENTATION_INFO
       
    53 					{
       
    54 					implementation_uid = KImplUidMsrpPayloadFormatEncode;
       
    55 					version_no = KIpappsrvEcomVersionNumber;
       
    56 					display_name = "MSRP Payload Format Encode";
       
    57 					default_data = ""; 
       
    58 					opaque_data = "";
       
    59 					}
       
    60 				};
       
    61 			}
       
    62 		};
       
    63 	}
       
    64 
       
    65 // End of File
       
    66