firmware: add active blob ids
Add blob ids that correspond to an active image upload (static or ubi),
or an active hash upload.
Change-Id: Ieff082c780666ca2fa3eec9fad928437a6c1c2cb
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/firmware_handler.hpp b/firmware_handler.hpp
index f5239b4..916a5ce 100644
--- a/firmware_handler.hpp
+++ b/firmware_handler.hpp
@@ -68,6 +68,8 @@
bool expire(uint16_t session) override;
static const std::string hashBlobID;
+ static const std::string activeImageBlobID;
+ static const std::string activeHashBlobID;
private:
std::vector<std::string> blobIDs;