Create MM1 object and start to talk to it.

TEST=unit tests.  sees mm-next and modems attached to it
BUG=chromium-os:27014

Change-Id: I31cab744d326ab8c2c8ea320e5bb72bf87decb85
Reviewed-on: https://gerrit.chromium.org/gerrit/17410
Commit-Ready: David Rochberg <rochberg@chromium.org>
Reviewed-by: David Rochberg <rochberg@chromium.org>
Tested-by: David Rochberg <rochberg@chromium.org>
diff --git a/mock_dbus_objectmanager_proxy.cc b/mock_dbus_objectmanager_proxy.cc
new file mode 100644
index 0000000..ca30e23
--- /dev/null
+++ b/mock_dbus_objectmanager_proxy.cc
@@ -0,0 +1,13 @@
+// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "shill/mock_dbus_objectmanager_proxy.h"
+
+namespace shill {
+
+MockDBusObjectManagerProxy::MockDBusObjectManagerProxy() {}
+
+MockDBusObjectManagerProxy::~MockDBusObjectManagerProxy() {}
+
+}  // namespace shill