From 53dff89953161f6b7e266b8089bae508c5f71a4e Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 3 Dec 2008 14:22:56 +0000 Subject: Update function comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6821 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MdeModulePkg/Include') diff --git a/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h b/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h index cbfa4f7..a154745 100644 --- a/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h +++ b/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h @@ -134,6 +134,11 @@ IfrLibExtractClassFromHiiHandle ( /** Configure the buffer accrording to ConfigBody strings in the format of , , , . + This ConfigBody strings is generated by UEFI VfrCompiler for the default + values in a Form Set. The name of the ConfigBody strings is VfrMyIfrNVDataDefault0000 + constructed following this rule: + "Vfr" + varstore.name + "Default" + defaultstore.attributes. + Check the generated C file in Output for details. @param Buffer the start address of buffer. @param BufferSize the size of buffer. -- cgit v1.1