Revision: 18152
          http://sourceforge.net/p/edk2/code/18152
Author:   dandanbi
Date:     2015-08-04 09:13:47 +0000 (Tue, 04 Aug 2015)
Log Message:
-----------
IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <[email protected]>
Reviewed-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c
    
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf

Modified: 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c
===================================================================
--- 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c
 2015-08-04 09:11:42 UTC (rev 18151)
+++ 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c
 2015-08-04 09:13:47 UTC (rev 18152)
@@ -216,7 +216,7 @@
   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 @@
   @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 (

Modified: 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
===================================================================
--- 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
    2015-08-04 09:11:42 UTC (rev 18151)
+++ 
trunk/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
    2015-08-04 09:13:47 UTC (rev 18152)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to