MdeModulePkg: Add BootDiscoveryPolicyUiLib.
This library extends Boot Maintenance Menu and allows to select Boot Discovery Policy. When choice is made BootDiscoveryPolicy variable is set. Platform code can use this variable to decide which class of device shall be connected. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Sunny Wang <sunny.wang@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
03e77558d4
commit
2b47aaecef
@@ -0,0 +1,18 @@
|
||||
// /** @file
|
||||
// Boot Discovery Policy UI module.
|
||||
//
|
||||
// Copyright (c) 2021, ARM Ltd. All rights reserved.<BR>
|
||||
// Copyright (c) 2021, Semihalf All rights reserved.<BR>
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
|
||||
#string STR_MODULE_ABSTRACT
|
||||
#language en-US "Boot Discovery Policy UI module."
|
||||
|
||||
#string STR_MODULE_DESCRIPTION
|
||||
#language en-US "Boot Discovery Policy UI module."
|
||||
|
||||
|
Reference in New Issue
Block a user