btobexprofiles/obexreceiveservices/mtmuibluetooth/data/btmtmui.rss
changeset 40 997690c3397a
parent 37 91746b151f97
equal deleted inserted replaced
37:91746b151f97 40:997690c3397a
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 //  INCLUDES
    21 //  INCLUDES
    22 #include <mtmconfig.rh>
    22 #include <mtmconfig.rh>
    23 #include <avkon.loc>
       
    24 
    23 
    25 //  RESOURCE DEFINITIONS 
    24 //  RESOURCE DEFINITIONS 
    26 // ---------------------------------------------------------
    25 // ---------------------------------------------------------
    27 //   
    26 //   
    28 //    
    27 //    
    41  	technology_type_uid = 0x10009ED6;
    40  	technology_type_uid = 0x10009ED6;
    42  	components = 
    41  	components = 
    43  		{
    42  		{
    44  		MTM_COMPONENT_V2
    43  		MTM_COMPONENT_V2
    45  			{
    44  			{
    46  			human_readable_name = qtn_query_send_via_bt;
    45             //todo: Need to use localized string.
       
    46  			human_readable_name = "Via Bluetooth";
    47  			component_uid = KUidMtmServerComponentVal;
    47  			component_uid = KUidMtmServerComponentVal;
    48  			entry_point = 1;
    48  			entry_point = 1;
    49  			version = VERSION_V2 {};
    49  			version = VERSION_V2 {};
    50  			filename = "BtsMtm.dll";
    50  			filename = "BtsMtm.dll";
    51  			},
    51  			},
    52  		MTM_COMPONENT_V2
    52  		MTM_COMPONENT_V2
    53  			{
    53  			{
    54  			human_readable_name = qtn_query_send_via_bt;
    54  			//todo: Need to use localized string.
       
    55  			human_readable_name = "Via Bluetooth";
    55  			component_uid = KUidMtmClientComponentVal;
    56  			component_uid = KUidMtmClientComponentVal;
    56  			entry_point = 1;
    57  			entry_point = 1;
    57  			version = VERSION_V2 {};
    58  			version = VERSION_V2 {};
    58  			filename = "BtcMtm.dll";
    59  			filename = "BtcMtm.dll";
    59  			},
    60  			},
    60  		MTM_COMPONENT_V2
    61  		MTM_COMPONENT_V2
    61  			{
    62  			{
    62  			human_readable_name = qtn_query_send_via_bt;
    63  			//todo: Need to use localized string.
       
    64  			human_readable_name = "Via Bluetooth";
    63  			component_uid = KUidMtmUiComponentVal;
    65  			component_uid = KUidMtmUiComponentVal;
    64  			entry_point = 2;
    66  			entry_point = 2;
    65  			version = VERSION_V2 {};
    67  			version = VERSION_V2 {};
    66  			filename = "BtMtmUi.dll";
    68  			filename = "BtMtmUi.dll";
    67  			},
    69  			},
    68  		MTM_COMPONENT_V2
    70  		MTM_COMPONENT_V2
    69  			{
    71  			{
    70  			human_readable_name = qtn_query_send_via_bt;
    72  			//todo: Need to use localized string.
       
    73  			human_readable_name = "Via Bluetooth";
    71  			component_uid = KUidMtmUiDataComponentVal;
    74  			component_uid = KUidMtmUiDataComponentVal;
    72  			entry_point = 1;
    75  			entry_point = 1;
    73  			version = VERSION_V2 {};
    76  			version = VERSION_V2 {};
    74  			filename = "BtMtmUi.dll";
    77  			filename = "BtMtmUi.dll";
    75  			}
    78  			}