messagingappbase/bium/group/biumRegistry.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This file contains Bio MTM info resource.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 
       
    24 //  CONSTANTS  
       
    25 //  MACROS  
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 
       
    29 #ifdef __MESSAGING_API_V2__
       
    30 
       
    31 #include <e32capability.h>
       
    32 
       
    33 RESOURCE MTM_INFO_FILE
       
    34     {
       
    35     mtm_type_uid = 0x10001262;
       
    36     technology_type_uid = 0x10008A30;
       
    37     components = 
       
    38         {
       
    39         MTM_COMPONENT_V2
       
    40             {
       
    41             human_readable_name = qtn_mce_inbox_write_sms;
       
    42             component_uid = KUidMtmServerComponentVal;
       
    43             entry_point = 1;
       
    44             version = VERSION_V2 {};
       
    45             filename = "BIOS.dll";
       
    46             },
       
    47         MTM_COMPONENT_V2
       
    48             {
       
    49             human_readable_name = "dummy smart msg.";
       
    50             component_uid = KUidMtmClientComponentVal;
       
    51             entry_point = 1;
       
    52             version = VERSION_V2 {};
       
    53             filename = "bioc.dll";
       
    54             },
       
    55         MTM_COMPONENT_V2
       
    56             {
       
    57             human_readable_name = "dummy smart msg.";
       
    58             component_uid = KUidMtmUiComponentVal;
       
    59             entry_point = 2;
       
    60             version = VERSION_V2 {};
       
    61             filename = "BIUM.DLL";
       
    62             },
       
    63         MTM_COMPONENT_V2
       
    64             {
       
    65             human_readable_name = "dummy smart msg.";
       
    66             component_uid = KUidMtmUiDataComponentVal;
       
    67             entry_point = 1;
       
    68             version = VERSION_V2 {};
       
    69             filename = "BIUM.DLL";
       
    70             }
       
    71         };
       
    72     }
       
    73 
       
    74 RESOURCE MTM_CAPABILITIES
       
    75     {
       
    76     send_capability = 1;
       
    77     body_capability = 1;
       
    78     }
       
    79 
       
    80 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    81     {
       
    82     capabilities = { ECapabilityLocalServices };
       
    83     }
       
    84 
       
    85 
       
    86 #else
       
    87 
       
    88 RESOURCE MTM_INFO_FILE
       
    89 	{
       
    90 	mtm_type_uid = 0x10001262; // Bio
       
    91 	technology_type_uid = 0x10008A30;
       
    92 	components = 
       
    93 		{
       
    94 		MTM_COMPONENT
       
    95 			{
       
    96 			human_readable_name = qtn_mce_inbox_write_sms;
       
    97 			component_uid = KUidMtmServerComponentVal;
       
    98 			specific_uid = 0x1000125C;
       
    99 			entry_point = 1;
       
   100 			version = VERSION { major = 1; minor = 0; build = 100; };
       
   101 			},
       
   102 		MTM_COMPONENT
       
   103 			{
       
   104 			human_readable_name = "dummy smart msg.";
       
   105 			component_uid = KUidMtmClientComponentVal;
       
   106 			specific_uid = 0x1000125A;
       
   107 			entry_point = 1;
       
   108 			version = VERSION { major = 1; minor = 0; build = 100; };
       
   109 			},
       
   110 		MTM_COMPONENT
       
   111 			{
       
   112 			human_readable_name = "dummy smart msg.";
       
   113 			component_uid = KUidMtmUiComponentVal;
       
   114 			specific_uid = 0x10001265;
       
   115 			entry_point = 2;
       
   116 			version = VERSION { major = 1; minor = 0; build = 100; };
       
   117 			},
       
   118 		MTM_COMPONENT
       
   119 			{
       
   120 			human_readable_name = "dummy smart msg.";
       
   121 			component_uid = KUidMtmUiDataComponentVal;
       
   122 			specific_uid = 0x10001265;
       
   123 			entry_point = 1;
       
   124 			version = VERSION { major = 1; minor = 0; build = 100; };
       
   125 			}
       
   126 		};
       
   127 	}
       
   128 
       
   129 #endif
       
   130 
       
   131 // End of File