diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txtmtm_8rss-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txtmtm_8rss-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,87 @@ + +
+00001 // Copyright (c) 2002-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 // txtdat.RSS +00015 // +00016 +00017 #include <mtmconfig.rh> +00018 +00019 RESOURCE MTM_INFO_FILE +00020 { +00021 mtm_type_uid = 0x10005247; +00022 technology_type_uid = 0x10005247; +00023 components = +00024 { +00025 MTM_COMPONENT_V2 +00026 { +00027 human_readable_name = "TextMTM"; +00028 component_uid = KUidMtmServerComponentVal; +00029 entry_point = 1; +00030 version = VERSION_V2 {}; +00031 //filename = "z:\\system\\libs\\txts.dll"; +00032 filename = "txts.dll"; +00033 }, +00034 MTM_COMPONENT_V2 +00035 { +00036 human_readable_name = "TextMTM"; +00037 component_uid = KUidMtmClientComponentVal; +00038 entry_point = 1; +00039 version = VERSION_V2 {}; +00040 //filename = "z:\\system\\libs\\txtc.dll"; +00041 filename = "txtc.dll"; +00042 }, +00043 MTM_COMPONENT_V2 +00044 { +00045 human_readable_name = "TextMTM"; +00046 component_uid = KUidMtmUiComponentVal; +00047 entry_point = 1; +00048 version = VERSION_V2 {}; +00049 //filename = "z:\\system\\libs\\txtu.dll"; +00050 filename = "txtu.dll"; +00051 }, +00052 MTM_COMPONENT_V2 +00053 { +00054 human_readable_name = "TextMTM"; +00055 component_uid = KUidMtmUiDataComponentVal; +00056 entry_point = 1; +00057 version = VERSION_V2 {}; +00058 //filename = "z:\\system\\libs\\txti.dll"; +00059 filename = "txti.dll"; +00060 } +00061 }; +00062 } +00063 +00064 // flags to indicate that can send messages, and handle body text +00065 RESOURCE MTM_CAPABILITIES +00066 { +00067 send_capability = 1; +00068 body_capability = 1; +00069 } +00070 +00071 // additional capabilities required by clients of the MTM +00072 // none in the case of text mtm +00073 RESOURCE MTM_SECURITY_CAPABILITY_SET +00074 { +00075 } +