blob: 8634bcd157c92b702a9ef695efb9509208f4823a [file] [log] [blame]
Patrick Venture7dad86f2019-05-17 08:52:20 -07001#pragma once
2
3#include <string>
4
5namespace blobs
6{
7
8extern const std::string verifyBlobId;
9extern const std::string hashBlobId;
10extern const std::string activeImageBlobId;
11extern const std::string activeHashBlobId;
12extern const std::string staticLayoutBlobId;
13extern const std::string ubiTarballBlobId;
14
15} // namespace blobs