shill: Generate more ModemManager interface bindings.

No functional changes. Refactors the Makefile to add sysroot XML bindings
through a one line change per interface. Refactors Cellular::Start to outline
the separate tasks more clearly.

BUG=chromium-os:18315
TEST=unit tests

Change-Id: I39359ecfc4b8c0290bf67a6f93732f4be4fbbd59
Reviewed-on: http://gerrit.chromium.org/gerrit/5008
Tested-by: Darin Petkov <petkov@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
3 files changed
tree: 443fc97ea5d2e14860491e6d09e402c25d6e97ac
  1. dbus_bindings/
  2. accessor_interface.h
  3. adaptor_interfaces.h
  4. byte_string.cc
  5. byte_string.h
  6. byte_string_unittest.cc
  7. cellular.cc
  8. cellular.h
  9. cellular_service.cc
  10. cellular_service.h
  11. cellular_unittest.cc
  12. control_interface.h
  13. crypto_des_cbc.cc
  14. crypto_des_cbc.h
  15. crypto_des_cbc_unittest.cc
  16. crypto_interface.h
  17. crypto_provider.cc
  18. crypto_provider.h
  19. crypto_provider_unittest.cc
  20. crypto_rot47.cc
  21. crypto_rot47.h
  22. crypto_rot47_unittest.cc
  23. dbus_adaptor.cc
  24. dbus_adaptor.h
  25. dbus_adaptor_unittest.cc
  26. dbus_control.cc
  27. dbus_control.h
  28. dbus_properties.cc
  29. dbus_properties.h
  30. dbus_properties_proxy.cc
  31. dbus_properties_proxy.h
  32. dbus_properties_proxy_interface.h
  33. dbus_properties_unittest.cc
  34. default_profile.cc
  35. default_profile.h
  36. default_profile_unittest.cc
  37. device.cc
  38. device.h
  39. device_dbus_adaptor.cc
  40. device_dbus_adaptor.h
  41. device_info.cc
  42. device_info.h
  43. device_info_unittest.cc
  44. device_stub.h
  45. device_unittest.cc
  46. dhcp_config.cc
  47. dhcp_config.h
  48. dhcp_config_unittest.cc
  49. dhcp_provider.cc
  50. dhcp_provider.h
  51. dhcp_provider_unittest.cc
  52. dhcp_proxy_interface.h
  53. dhcpcd_proxy.cc
  54. dhcpcd_proxy.h
  55. endpoint.cc
  56. endpoint.h
  57. ephemeral_profile.cc
  58. ephemeral_profile.h
  59. error.cc
  60. error.h
  61. ethernet.cc
  62. ethernet.h
  63. ethernet_service.cc
  64. ethernet_service.h
  65. glib.cc
  66. glib.h
  67. glib_io_handler.cc
  68. glib_io_handler.h
  69. HACKING
  70. io_handler.h
  71. ip_address.cc
  72. ip_address.h
  73. ip_address_unittest.cc
  74. ipconfig.cc
  75. ipconfig.h
  76. ipconfig_dbus_adaptor.cc
  77. ipconfig_dbus_adaptor.h
  78. ipconfig_unittest.cc
  79. key_file_store.cc
  80. key_file_store.h
  81. key_file_store_unittest.cc
  82. LICENSE
  83. Makefile
  84. manager.cc
  85. manager.h
  86. manager_dbus_adaptor.cc
  87. manager_dbus_adaptor.h
  88. manager_unittest.cc
  89. mock_adaptors.cc
  90. mock_adaptors.h
  91. mock_control.cc
  92. mock_control.h
  93. mock_dbus_properties_proxy.h
  94. mock_device.cc
  95. mock_device.h
  96. mock_dhcp_proxy.h
  97. mock_glib.h
  98. mock_modem_manager_proxy.h
  99. mock_modem_proxy.h
  100. mock_modem_simple_proxy.h
  101. mock_profile.cc
  102. mock_profile.h
  103. mock_property_store.h
  104. mock_service.cc
  105. mock_service.h
  106. mock_sockets.h
  107. mock_store.h
  108. mock_supplicant_interface_proxy.h
  109. mock_supplicant_process_proxy.h
  110. modem.cc
  111. modem.h
  112. modem_info.cc
  113. modem_info.h
  114. modem_info_unittest.cc
  115. modem_manager.cc
  116. modem_manager.h
  117. modem_manager_proxy.cc
  118. modem_manager_proxy.h
  119. modem_manager_proxy_interface.h
  120. modem_manager_unittest.cc
  121. modem_proxy.cc
  122. modem_proxy.h
  123. modem_proxy_interface.h
  124. modem_simple_proxy.cc
  125. modem_simple_proxy.h
  126. modem_simple_proxy_interface.h
  127. modem_unittest.cc
  128. nice_mock_control.cc
  129. nice_mock_control.h
  130. profile.cc
  131. profile.h
  132. profile_dbus_adaptor.cc
  133. profile_dbus_adaptor.h
  134. profile_unittest.cc
  135. property_accessor.h
  136. property_accessor_unittest.cc
  137. property_iterator.h
  138. property_store.cc
  139. property_store.h
  140. property_store_unittest.cc
  141. property_store_unittest.h
  142. proxy_factory.cc
  143. proxy_factory.h
  144. refptr_types.h
  145. rtnl_handler.cc
  146. rtnl_handler.h
  147. rtnl_handler_unittest.cc
  148. rtnl_listener.cc
  149. rtnl_listener.h
  150. rtnl_listener_unittest.cc
  151. rtnl_message.cc
  152. rtnl_message.h
  153. rtnl_message_unittest.cc
  154. service.cc
  155. service.h
  156. service_dbus_adaptor.cc
  157. service_dbus_adaptor.h
  158. service_unittest.cc
  159. shill.conf
  160. shill_config.cc
  161. shill_config.h
  162. shill_daemon.cc
  163. shill_daemon.h
  164. shill_event.cc
  165. shill_event.h
  166. shill_main.cc
  167. shill_unittest.cc
  168. sockets.cc
  169. sockets.h
  170. store_interface.h
  171. supplicant_interface_proxy.cc
  172. supplicant_interface_proxy.h
  173. supplicant_interface_proxy_interface.h
  174. supplicant_process_proxy.cc
  175. supplicant_process_proxy.h
  176. supplicant_process_proxy_interface.h
  177. testrunner.cc
  178. wifi.cc
  179. wifi.h
  180. wifi_endpoint.cc
  181. wifi_endpoint.h
  182. wifi_service.cc
  183. wifi_service.h
  184. wifi_unittest.cc