blob: 97b8f7f19fced3c9a708718d6290ed4bbed8b92e [file] [log] [blame]
Gunnar Millsb0ce9962018-09-07 13:39:10 -05001#include "config.h"
2
Lei YU1be8d502018-06-20 11:48:36 +08003#include <string>
4#include <vector>
5
Lei YU1be8d502018-06-20 11:48:36 +08006namespace phosphor
7{
8namespace software
9{
10namespace image
11{
12
13// BMC flash image file name list.
Lei YU1be8d502018-06-20 11:48:36 +080014const std::vector<std::string> bmcImages = {"image-kernel", "image-rofs",
15 "image-rwfs", "image-u-boot"};
Lei YU1be8d502018-06-20 11:48:36 +080016
17} // namespace image
18} // namespace software
19} // namespace phosphor