Patrick Venture | 7dad86f | 2019-05-17 08:52:20 -0700 | [diff] [blame^] | 1 | #pragma once |
2 | |||||
3 | #include <string> | ||||
4 | |||||
5 | namespace blobs | ||||
6 | { | ||||
7 | |||||
8 | extern const std::string verifyBlobId; | ||||
9 | extern const std::string hashBlobId; | ||||
10 | extern const std::string activeImageBlobId; | ||||
11 | extern const std::string activeHashBlobId; | ||||
12 | extern const std::string staticLayoutBlobId; | ||||
13 | extern const std::string ubiTarballBlobId; | ||||
14 | |||||
15 | } // namespace blobs |