00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "registryinfo.rh"
00017 #include <mmfplugininterfaceuids.hrh>
00018 #include "MmfExSinkSourceUIDs.hrh"
00019
00020 RESOURCE REGISTRY_INFO theInfo
00021 {
00022 dll_uid = KPluginDLLUID;
00023 interfaces =
00024 {
00025 INTERFACE_INFO
00026 {
00027 interface_uid = KMmfUidPluginInterfaceDataSource;
00028 implementations =
00029 {
00030 IMPLEMENTATION_INFO
00031 {
00032 implementation_uid = KDescriptorSourceUID;
00033 version_no = 1;
00034 display_name = "CMMFExDescriptor";
00035 default_data = "" ;
00036 opaque_data = "";
00037 }
00038
00039 };
00040 } ,
00041 INTERFACE_INFO
00042 {
00043 interface_uid = KMmfUidPluginInterfaceDataSink;
00044 implementations =
00045 {
00046 IMPLEMENTATION_INFO
00047 {
00048 implementation_uid = KDescriptorSinkUID;
00049 version_no = 1;
00050 display_name = "CMMFExDescriptor";
00051 default_data = "" ;
00052 opaque_data = "";
00053 }
00054 };
00055 }
00056
00057 };
00058 }
00059