32 technology_type_uid = 0x1000539F; |
30 technology_type_uid = 0x1000539F; |
33 components = |
31 components = |
34 { |
32 { |
35 MTM_COMPONENT_V2 |
33 MTM_COMPONENT_V2 |
36 { |
34 { |
37 human_readable_name = qtn_query_send_via_ir; |
35 //todo: Need to use localized string. |
|
36 human_readable_name = "Via Infrared "; |
38 component_uid = KUidMtmServerComponentVal; |
37 component_uid = KUidMtmServerComponentVal; |
39 entry_point = 1; |
38 entry_point = 1; |
40 version = VERSION_V2 {}; |
39 version = VERSION_V2 {}; |
41 filename = "irs.dll"; |
40 filename = "irs.dll"; |
42 }, |
41 }, |
43 MTM_COMPONENT_V2 |
42 MTM_COMPONENT_V2 |
44 { |
43 { |
45 human_readable_name = qtn_query_send_via_ir; |
44 //todo: Need to use localized string. |
|
45 human_readable_name = "Via Infrared "; |
46 component_uid = KUidMtmClientComponentVal; |
46 component_uid = KUidMtmClientComponentVal; |
47 entry_point = 1; |
47 entry_point = 1; |
48 version = VERSION_V2 {}; |
48 version = VERSION_V2 {}; |
49 filename = "irc.dll"; |
49 filename = "irc.dll"; |
50 }, |
50 }, |
51 MTM_COMPONENT_V2 |
51 MTM_COMPONENT_V2 |
52 { |
52 { |
53 human_readable_name = qtn_query_send_via_ir; |
53 //todo: Need to use localized string. |
|
54 human_readable_name = "Via Infrared "; |
54 component_uid = KUidMtmUiComponentVal; |
55 component_uid = KUidMtmUiComponentVal; |
55 entry_point = 2; |
56 entry_point = 2; |
56 version = VERSION_V2 {}; |
57 version = VERSION_V2 {}; |
57 filename = "irmtmui.dll"; |
58 filename = "irmtmui.dll"; |
58 }, |
59 }, |
59 MTM_COMPONENT_V2 |
60 MTM_COMPONENT_V2 |
60 { |
61 { |
61 human_readable_name = qtn_query_send_via_ir; |
62 //todo: Need to use localized string. |
|
63 human_readable_name = "Via Infrared "; |
62 component_uid = KUidMtmUiDataComponentVal; |
64 component_uid = KUidMtmUiDataComponentVal; |
63 entry_point = 1; |
65 entry_point = 1; |
64 version = VERSION_V2 {}; |
66 version = VERSION_V2 {}; |
65 filename = "irmtmui.dll"; |
67 filename = "irmtmui.dll"; |
66 } |
68 } |