[shill] Add properties to Manager, Device and subclasses. Clean up unit tests

1) Pull much of the properties stuff (the maps, Register*(), Contains()) up
   into PropertyStore, and make it a class, not an interface.
2) Add proper property stuff to Manager and Device.  Move Cellular- and Wifi-
   specific properties to Cellular, CellularService, WiFi, WiFiService as
   appropriate.
3) clean up unit tests.

BUG=chromium-os:16343
TEST=unit tests

Change-Id: Iba88f384a5fbe383608cb79fa2134d978f1b81e8
Reviewed-on: http://gerrit.chromium.org/gerrit/3136
Reviewed-by: Chris Masone <cmasone@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
30 files changed
tree: 114efb732f5a56011bed40ec316979f45df1bd37
  1. accessor_interface.h
  2. adaptor_interfaces.h
  3. cellular.cc
  4. cellular.h
  5. cellular_service.cc
  6. cellular_service.h
  7. cellular_unittest.cc
  8. control_interface.h
  9. dbus_adaptor.cc
  10. dbus_adaptor.h
  11. dbus_adaptor_unittest.cc
  12. dbus_control.cc
  13. dbus_control.h
  14. device.cc
  15. device.h
  16. device_config_interface.h
  17. device_dbus_adaptor.cc
  18. device_dbus_adaptor.h
  19. device_info.cc
  20. device_info.h
  21. device_info_unittest.cc
  22. device_stub.h
  23. device_unittest.cc
  24. dhcp_config.cc
  25. dhcp_config.h
  26. dhcp_config_unittest.cc
  27. dhcp_provider.cc
  28. dhcp_provider.h
  29. dhcp_provider_unittest.cc
  30. dhcp_proxy_interface.h
  31. dhcpcd.xml
  32. dhcpcd_proxy.cc
  33. dhcpcd_proxy.h
  34. endpoint.cc
  35. endpoint.h
  36. error.cc
  37. error.h
  38. ethernet.cc
  39. ethernet.h
  40. ethernet_service.cc
  41. ethernet_service.h
  42. flimflam-device.xml
  43. flimflam-ipconfig.xml
  44. flimflam-manager.xml
  45. flimflam-profile.xml
  46. flimflam-service.xml
  47. glib.cc
  48. glib.h
  49. glib_io_handler.cc
  50. glib_io_handler.h
  51. inherit-review-settings-ok
  52. io_handler.h
  53. ipconfig.cc
  54. ipconfig.h
  55. ipconfig_unittest.cc
  56. Makefile
  57. manager.cc
  58. manager.h
  59. manager_dbus_adaptor.cc
  60. manager_dbus_adaptor.h
  61. manager_unittest.cc
  62. mock_adaptors.h
  63. mock_control.cc
  64. mock_control.h
  65. mock_device.cc
  66. mock_device.h
  67. mock_dhcp_proxy.h
  68. mock_glib.h
  69. mock_property_store.h
  70. mock_service.cc
  71. mock_service.h
  72. property_accessor.h
  73. property_store.cc
  74. property_store.h
  75. property_store_unittest.cc
  76. property_store_unittest.h
  77. rtnl_handler.cc
  78. rtnl_handler.h
  79. rtnl_listener.cc
  80. rtnl_listener.h
  81. service.cc
  82. service.h
  83. service_dbus_adaptor.cc
  84. service_dbus_adaptor.h
  85. service_unittest.cc
  86. shill.conf
  87. shill_config.cc
  88. shill_config.h
  89. shill_daemon.cc
  90. shill_daemon.h
  91. shill_event.cc
  92. shill_event.h
  93. shill_main.cc
  94. shill_unittest.cc
  95. supplicant-bss.xml
  96. supplicant-interface.xml
  97. supplicant-network.xml
  98. supplicant-process.xml
  99. testrunner.cc
  100. WATCHLISTS
  101. wifi.cc
  102. wifi.h
  103. wifi_endpoint.cc
  104. wifi_endpoint.h
  105. wifi_service.cc
  106. wifi_service.h