blob: 83c2dd24e1f3cce3e054da154373136cc8242b0b [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
Adriana Kobylak73609bb2020-06-18 15:05:40 -050017std::vector<std::string> getOptionalImages();
18
Lei YU1be8d502018-06-20 11:48:36 +080019} // namespace image
20} // namespace software
21} // namespace phosphor