mmlibs/mmfw/src/Plugin/StdSourceAndSink/101F53AE.RSS
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 // Copyright (c) 1997-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 
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	dll_uid = 0x101F53AE;
       
    24 	interfaces = 
       
    25 		{
       
    26 		INTERFACE_INFO
       
    27 			{
       
    28 			interface_uid = KMmfUidPluginInterfaceDataSource; // MdataSource
       
    29 			implementations = 
       
    30 				{
       
    31 				IMPLEMENTATION_INFO
       
    32 					{
       
    33 					implementation_uid = 0x101F53B1;
       
    34 					version_no = 1;
       
    35 					display_name = "CMMFFile";
       
    36 					default_data = "" ; // n/a
       
    37 					opaque_data = "";  // n/a
       
    38 					},
       
    39 				IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = 0x101F53B2;
       
    42 					version_no = 1;
       
    43 					display_name = "CMMFDescriptor";
       
    44 					default_data = "" ; // n/a
       
    45 					opaque_data = "";  // n/a
       
    46 					},
       
    47 				IMPLEMENTATION_INFO
       
    48 					{
       
    49 					implementation_uid = 0x101F6068;
       
    50 					version_no = 1;
       
    51 					display_name = "CMMFUrlSource";
       
    52 					default_data = "" ; // n/a
       
    53 					opaque_data = "";  // n/a
       
    54 					}
       
    55 				};
       
    56 			} ,
       
    57 		INTERFACE_INFO
       
    58 			{
       
    59 			interface_uid = KMmfUidPluginInterfaceDataSink; // MdataSink
       
    60 			implementations = 
       
    61 				{
       
    62 				IMPLEMENTATION_INFO
       
    63 					{
       
    64 					implementation_uid = 0x101F53B3 ;
       
    65 					version_no = 1;
       
    66 					display_name = "CMMFFile";
       
    67 					default_data = "" ; // n/a
       
    68 					opaque_data = "";  // n/a
       
    69 					},
       
    70 				IMPLEMENTATION_INFO
       
    71 					{
       
    72 					implementation_uid = 0x101F53B4;
       
    73 					version_no = 1;
       
    74 					display_name = "CMMFDescriptor";
       
    75 					default_data = "" ; // n/a
       
    76 					opaque_data = "";  // n/a
       
    77 					},
       
    78 				IMPLEMENTATION_INFO
       
    79 					{
       
    80 					implementation_uid = 0x101F6069;
       
    81 					version_no = 1;
       
    82 					display_name = "CMMFUrlSink";
       
    83 					default_data = "" ; // n/a
       
    84 					opaque_data = "";  // n/a
       
    85 					}
       
    86 				};
       
    87 			}
       
    88 
       
    89 		};
       
    90 	}
       
    91