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:
@@ -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
|
||||
|
Reference in New Issue
Block a user