]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib
authorDandan Bi <dandan.bi@intel.com>
Tue, 4 Aug 2015 09:13:47 +0000 (09:13 +0000)
committerdandanbi <dandanbi@Edk2>
Tue, 4 Aug 2015 09:13:47 +0000 (09:13 +0000)
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

IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c
IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf

index 7ca4b8dec36548fccdeb50b31b08e61fb5764719..6798c9e9816572b9fb7f8b38744f80ced00d9559 100644 (file)
@@ -216,7 +216,7 @@ OrderLegacyBootOption4SameType (
   is udpated with the new Legacy Boot order. The EFI Variable of "Boot####" and gEfiGlobalVariableGuid\r
   is also updated.\r
 \r
-  @param CallbackData    The context data for BMM.\r
+  @param NVMapData   The data for egacy BBS boot.\r
 \r
   @return EFI_SUCCESS           The function completed successfully.\r
   @retval EFI_NOT_FOUND         If L"LegacyDevOrder" and gEfiLegacyDevOrderVariableGuid EFI Variable can be found.\r
@@ -647,8 +647,6 @@ GetMenuEntry (
   @param HiiHandle          Hii Handle of the package to be updated.\r
   @param MenuOption         The Menu whose string tokens need to be created\r
 \r
-  @retval  EFI_SUCCESS      String tokens created successfully\r
-  @retval  others           contain some errors\r
 **/\r
 VOID\r
 CreateLegacyMenuStringToken (\r
index 31090713faa2ccbc56b66fdd3129a47be4f328b2..9582da53306cf0c1e69bef6c7e04a9ac268923a6 100644 (file)
   BaseMemoryLib\r
 \r
 [Guids]\r
-  gEfiIfrTianoGuid\r
-  gEfiIfrBootMaintenanceGuid\r
-  gEfiLegacyDevOrderVariableGuid\r
+  gEfiIfrTianoGuid                  ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode\r
+  gEfiIfrBootMaintenanceGuid        ## CONSUMES ## HII # BootMaint HII Package\r
+  gEfiLegacyDevOrderVariableGuid    ## PRODUCES ## Variable:L"LegacyDevOrder"\r
 \r
 [Protocols]\r
-  gEfiHiiConfigAccessProtocolGuid               ## PROTOCOL CONSUMES\r
-  gEfiLegacyBiosProtocolGuid\r
-  gEfiHiiConfigRoutingProtocolGuid\r
+  gEfiHiiConfigAccessProtocolGuid             ## PRODUCES\r
+  gEfiLegacyBiosProtocolGuid                  ## CONSUMES\r
+  gEfiHiiConfigRoutingProtocolGuid            ## CONSUMES\r
 \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid\r