summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorUtkarsh Sanghi <usanghi@google.com>2015-10-12 12:43:59 -0700
committerUtkarsh Sanghi <usanghi@google.com>2015-10-20 09:40:36 -0700
commiteb1cfeeadc70d40263bda350879697969eef0cab (patch)
tree78ae4156c8b9d32d790410acb2aac23002aa76ad /client
parent644d8287015a0be315a49863b005f1237c280d6b (diff)
downloadtpm_manager-eb1cfeeadc70d40263bda350879697969eef0cab.tar.gz
tpm_manager: Break up the D-Bus interface
This CL breaks up the monolithic TpmManager Dbus interface into a TpmOwnershipInterface and a TpmNvramInterface. In the future if we want to refactor, we can simply remove one of these interface files and associated code. Bug: 24659038 TEST=compile and run on DUT. Change-Id: I52433d9fbb4ff890fe4653bd6001f9a0b4a0982f
Diffstat (limited to 'client')
-rw-r--r--client/main.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/main.cc b/client/main.cc
index 124d88d..98df149 100644
--- a/client/main.cc
+++ b/client/main.cc
@@ -29,8 +29,10 @@
#include <chromeos/syslog_logging.h>
#include "tpm_manager/client/dbus_proxy.h"
-#include "tpm_manager/common/dbus_interface.pb.h"
-#include "tpm_manager/common/print_dbus_interface_proto.h"
+#include "tpm_manager/common/print_tpm_ownership_interface_proto.h"
+#include "tpm_manager/common/print_tpm_nvram_interface_proto.h"
+#include "tpm_manager/common/tpm_ownership_interface.pb.h"
+#include "tpm_manager/common/tpm_nvram_interface.pb.h"
namespace tpm_manager {