mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18152 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3194d76fd1
commit
8ca1489ba6
|
@ -216,7 +216,7 @@ OrderLegacyBootOption4SameType (
|
|||
is udpated with the new Legacy Boot order. The EFI Variable of "Boot####" and gEfiGlobalVariableGuid
|
||||
is also updated.
|
||||
|
||||
@param CallbackData The context data for BMM.
|
||||
@param NVMapData The data for egacy BBS boot.
|
||||
|
||||
@return EFI_SUCCESS The function completed successfully.
|
||||
@retval EFI_NOT_FOUND If L"LegacyDevOrder" and gEfiLegacyDevOrderVariableGuid EFI Variable can be found.
|
||||
|
@ -647,8 +647,6 @@ GetMenuEntry (
|
|||
@param HiiHandle Hii Handle of the package to be updated.
|
||||
@param MenuOption The Menu whose string tokens need to be created
|
||||
|
||||
@retval EFI_SUCCESS String tokens created successfully
|
||||
@retval others contain some errors
|
||||
**/
|
||||
VOID
|
||||
CreateLegacyMenuStringToken (
|
||||
|
|
|
@ -54,14 +54,14 @@
|
|||
BaseMemoryLib
|
||||
|
||||
[Guids]
|
||||
gEfiIfrTianoGuid
|
||||
gEfiIfrBootMaintenanceGuid
|
||||
gEfiLegacyDevOrderVariableGuid
|
||||
gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode
|
||||
gEfiIfrBootMaintenanceGuid ## CONSUMES ## HII # BootMaint HII Package
|
||||
gEfiLegacyDevOrderVariableGuid ## PRODUCES ## Variable:L"LegacyDevOrder"
|
||||
|
||||
[Protocols]
|
||||
gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
|
||||
gEfiLegacyBiosProtocolGuid
|
||||
gEfiHiiConfigRoutingProtocolGuid
|
||||
gEfiHiiConfigAccessProtocolGuid ## PRODUCES
|
||||
gEfiLegacyBiosProtocolGuid ## CONSUMES
|
||||
gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
|
||||
|
||||
[Depex]
|
||||
gEfiHiiDatabaseProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue