1*7dad86fdSPatrick Venture #pragma once 2*7dad86fdSPatrick Venture 3*7dad86fdSPatrick Venture #include <string> 4*7dad86fdSPatrick Venture 5*7dad86fdSPatrick Venture namespace blobs 6*7dad86fdSPatrick Venture { 7*7dad86fdSPatrick Venture 8*7dad86fdSPatrick Venture extern const std::string verifyBlobId; 9*7dad86fdSPatrick Venture extern const std::string hashBlobId; 10*7dad86fdSPatrick Venture extern const std::string activeImageBlobId; 11*7dad86fdSPatrick Venture extern const std::string activeHashBlobId; 12*7dad86fdSPatrick Venture extern const std::string staticLayoutBlobId; 13*7dad86fdSPatrick Venture extern const std::string ubiTarballBlobId; 14*7dad86fdSPatrick Venture 15*7dad86fdSPatrick Venture } // namespace blobs 16