util: create util object for bmc and tool

Create a common util object for the BMC library and host tool.  Place in
blobs namespace favoring BMC.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I036fd65d924c65fcfa71aba5cd76275a2941ff14
diff --git a/util.hpp b/util.hpp
new file mode 100644
index 0000000..8634bcd
--- /dev/null
+++ b/util.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include <string>
+
+namespace blobs
+{
+
+extern const std::string verifyBlobId;
+extern const std::string hashBlobId;
+extern const std::string activeImageBlobId;
+extern const std::string activeHashBlobId;
+extern const std::string staticLayoutBlobId;
+extern const std::string ubiTarballBlobId;
+
+} // namespace blobs