mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 07:04:28 +02:00
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:
parent
14c218b398
commit
35a19d4840
@ -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
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -575,8 +579,7 @@ MeasureSmbiosTable (
|
|||||||
@param ImageHandle Module's image handle
|
@param ImageHandle Module's image handle
|
||||||
@param SystemTable Pointer of EFI_SYSTEM_TABLE
|
@param SystemTable Pointer of EFI_SYSTEM_TABLE
|
||||||
|
|
||||||
@retval EFI_SUCCESS Smbios protocol installed
|
@return Status returned from EfiCreateEventReadyToBootEx().
|
||||||
@retval Other No protocol installed, unload driver.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -55,11 +55,11 @@
|
|||||||
TpmMeasurementLib
|
TpmMeasurementLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSmbiosProtocolGuid ## PRODUCES
|
gEfiSmbiosProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable
|
gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||||
gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable
|
gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiSmbiosProtocolGuid
|
gEfiSmbiosProtocolGuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user