2015-12-15 05:56:23 +01:00
|
|
|
// /** @file
|
|
|
|
// The application to show the Boot Manager Menu.
|
|
|
|
//
|
|
|
|
// The application pops up a menu showing all the boot options referenced by
|
|
|
|
// BootOrder NV variable and user can choose to boot from one of them.
|
|
|
|
//
|
2018-06-27 15:08:52 +02:00
|
|
|
// Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
2015-12-15 05:56:23 +01:00
|
|
|
//
|
2019-04-04 01:05:13 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2015-12-15 05:56:23 +01:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
2018-06-27 15:08:52 +02:00
|
|
|
#string STR_PROPERTIES_MODULE_NAME
|
|
|
|
#language en-US
|
2015-12-15 05:56:23 +01:00
|
|
|
"Boot Manager Menu Application"
|
|
|
|
|
|
|
|
|