diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/101_f81_d3_8rss-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/101_f81_d3_8rss-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,71 @@ + +
+00001 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +00002 // All rights reserved. +00003 // This component and the accompanying materials are made available +00004 // under the terms of "Eclipse Public License v1.0" +00005 // which accompanies this distribution, and is available +00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". +00007 // +00008 // Initial Contributors: +00009 // Nokia Corporation - initial contribution. +00010 // +00011 // Contributors: +00012 // +00013 // Description: +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; // MdataSource +00028 implementations = +00029 { +00030 IMPLEMENTATION_INFO +00031 { +00032 implementation_uid = KDescriptorSourceUID; +00033 version_no = 1; +00034 display_name = "CMMFExDescriptor"; +00035 default_data = "" ; // n/a +00036 opaque_data = ""; // n/a +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 = "" ; // n/a +00052 opaque_data = ""; // n/a +00053 } +00054 }; +00055 } +00056 +00057 }; +00058 } +00059 +