blob: 97b8f7f19fced3c9a708718d6290ed4bbed8b92e [file] [log] [blame]
#include "config.h"
#include <string>
#include <vector>
namespace phosphor
{
namespace software
{
namespace image
{
// BMC flash image file name list.
const std::vector<std::string> bmcImages = {"image-kernel", "image-rofs",
"image-rwfs", "image-u-boot"};
} // namespace image
} // namespace software
} // namespace phosphor