MdeModulePkg SmbiosMeasurementDxe: Correct the comments

1. Correct the return comments of entrypoint function.
2. Add parameters' comments for MeasureSmbiosTable().
3. Correct the Protocols and Guids usage comments in SmbiosMeasurementDxe.inf.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18695 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Star Zeng 2015-10-29 01:13:59 +00:00 committed by lzeng14
parent 14c218b398
commit 35a19d4840
2 changed files with 9 additions and 6 deletions

View File

@ -432,7 +432,11 @@ FilterSmbiosTable (
}
/**
Measure SMBIOS with EV_EFI_HANDOFF_TABLES to PCR[1]
Measure SMBIOS with EV_EFI_HANDOFF_TABLES to PCR[1].
@param[in] Event Event whose notification function is being invoked.
@param[in] Context Pointer to the notification function's context.
**/
VOID
EFIAPI
@ -575,8 +579,7 @@ MeasureSmbiosTable (
@param ImageHandle Module's image handle
@param SystemTable Pointer of EFI_SYSTEM_TABLE
@retval EFI_SUCCESS Smbios protocol installed
@retval Other No protocol installed, unload driver.
@return Status returned from EfiCreateEventReadyToBootEx().
**/
EFI_STATUS

View File

@ -55,11 +55,11 @@
TpmMeasurementLib
[Protocols]
gEfiSmbiosProtocolGuid ## PRODUCES
gEfiSmbiosProtocolGuid ## CONSUMES
[Guids]
gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable
gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable
gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable
gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable
[Depex]
gEfiSmbiosProtocolGuid