mirror of https://github.com/acidanthera/audk.git
MdeModulePkg:Refine the code comments in UiApp
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@18151 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
40ffc3b9f7
commit
3194d76fd1
|
@ -1360,7 +1360,6 @@ InitBootMaintenance(
|
||||||
Remove the installed BootMaint and FileExplorer HiiPackages.
|
Remove the installed BootMaint and FileExplorer HiiPackages.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
FreeBMPackage(
|
FreeBMPackage(
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -139,7 +139,7 @@ InitializeDeviceManager (
|
||||||
VOID
|
VOID
|
||||||
FreeDeviceManager(
|
FreeDeviceManager(
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Dynamic create Hii information for Device Manager.
|
Dynamic create Hii information for Device Manager.
|
||||||
|
@ -150,6 +150,6 @@ FreeDeviceManager(
|
||||||
VOID
|
VOID
|
||||||
CreateDeviceManagerForm(
|
CreateDeviceManagerForm(
|
||||||
IN EFI_FORM_ID NextShowFormId
|
IN EFI_FORM_ID NextShowFormId
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -598,6 +598,10 @@ CallFrontPage (
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Remove the installed packages from the HiiDatabase.
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
FreeFrontPage(
|
FreeFrontPage(
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -40,6 +40,10 @@ InitializeStringSupport (
|
||||||
ASSERT (gStringPackHandle != NULL);
|
ASSERT (gStringPackHandle != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Remove the string package.
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
UninitializeStringSupport (
|
UninitializeStringSupport (
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -56,6 +56,10 @@ InitializeStringSupport (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Remove the string package.
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
UninitializeStringSupport (
|
UninitializeStringSupport (
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
String.h
|
String.h
|
||||||
Language.c
|
Language.c
|
||||||
Language.h
|
Language.h
|
||||||
|
FormsetGuid.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
@ -106,34 +107,40 @@
|
||||||
gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
|
gEfiIfrBootMaintenanceGuid ## CONSUMES ## GUID
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSimpleFileSystemProtocolGuid ## CONSUMES
|
||||||
gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
|
gEfiLoadFileProtocolGuid ## CONSUMES
|
||||||
gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSmbiosProtocolGuid ## CONSUMES
|
||||||
gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
|
gEfiGenericMemTestProtocolGuid ## CONSUMES
|
||||||
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
|
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES
|
||||||
gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
|
gEfiBlockIoProtocolGuid ## CONSUMES
|
||||||
gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
|
gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSimpleTextInputExProtocolGuid ## CONSUMES
|
||||||
gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
|
gEfiHiiConfigAccessProtocolGuid ## CONSUMES
|
||||||
gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES
|
gEfiFormBrowser2ProtocolGuid ## CONSUMES
|
||||||
gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSerialIoProtocolGuid ## CONSUMES
|
||||||
gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
|
gEfiDevicePathProtocolGuid ## CONSUMES
|
||||||
gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES
|
gEfiPciIoProtocolGuid ## CONSUMES
|
||||||
gEfiDevicePathToTextProtocolGuid ## PROTOCOL CONSUMES
|
gEfiDevicePathToTextProtocolGuid ## CONSUMES
|
||||||
gEfiBootLogoProtocolGuid ## PROTOCOL CONSUMES
|
gEfiBootLogoProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
[FeaturePcd]
|
[FeaturePcd]
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang ## SOMETIMES_CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## PRODUCES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## PRODUCES
|
||||||
|
## CONSUMES
|
||||||
|
## PRODUCES
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## PRODUCES
|
||||||
|
## CONSUMES
|
||||||
|
## SOMETIMES_PRODUCES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn
|
||||||
|
## CONSUMES
|
||||||
|
## SOMETIMES_PRODUCES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES
|
|
@ -1,4 +1,3 @@
|
||||||
//
|
|
||||||
/** @file
|
/** @file
|
||||||
Guid definition for Boot Maintainence Formset.
|
Guid definition for Boot Maintainence Formset.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue