blob: eee7c34cc5c0f46a5bae037c3ae39fda3b9a55b3 [file] [log] [blame]
Lei YU1be8d502018-06-20 11:48:36 +08001#include <string>
2#include <vector>
3
4#include "config.h"
5
6namespace 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