examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/data/txtmtm.rss

00001 // txtmtm.RSS
00002 //
00003 // Copyright (c) 2000-2006 Nokia.  All rights reserved.
00004 //
00005 
00006 
00007 
00008 #include <mtmconfig.rh>
00009 
00010 RESOURCE MTM_INFO_FILE
00011         {
00012         mtm_type_uid = 0x10005247;
00013         // e-mail technology type
00014         technology_type_uid =0x10001671;
00015         components = 
00016                 {
00017                 MTM_COMPONENT_V2
00018                         {
00019                         human_readable_name = "TextMTM";
00020                         component_uid = KUidMtmServerComponentVal;
00021                         entry_point = 1;
00022                         version = VERSION_V2 {};
00023                         filename = "txts.dll";
00024                         },
00025                 MTM_COMPONENT_V2
00026                         {
00027                         human_readable_name = "TextMTM";
00028                         component_uid = KUidMtmClientComponentVal;
00029                         entry_point = 1;
00030                         version = VERSION_V2 {};
00031                         filename = "txtc.dll";
00032                         },
00033                 MTM_COMPONENT_V2
00034                         {
00035                         human_readable_name = "TextMTM";
00036                         component_uid = KUidMtmUiComponentVal;
00037                         entry_point = 1;
00038                         version = VERSION_V2 {};
00039                         filename = "txtu.dll";
00040                 
00041                         },
00042                 MTM_COMPONENT_V2
00043                         {
00044                         human_readable_name = "TextMTM";
00045                         component_uid = KUidMtmUiDataComponentVal;
00046                         entry_point = 1;
00047                         version = VERSION_V2 {};
00048                         filename = "txti.dll";                  
00049 
00050                         }
00051                 };
00052         }
00053 
00054 // flags to indicate that can send messages, and handle body text
00055 RESOURCE MTM_CAPABILITIES
00056         {
00057         send_capability = 1;
00058         body_capability = 1;
00059         }
00060 
00061 // additional capabilities required by clients of the MTM
00062 // none in the case of text mtm
00063 RESOURCE MTM_SECURITY_CAPABILITY_SET
00064         {
00065         }

Generated by  doxygen 1.6.2