diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 14:22:56 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-03 14:22:56 +0000 |
commit | 53dff89953161f6b7e266b8089bae508c5f71a4e (patch) | |
tree | 75374b5a18fa2c48b58488af7b2939b77e15fd8e /MdeModulePkg/Include | |
parent | aa274d2a3a6bd582c132fd754c4605734b5fa591 (diff) | |
download | edk2-platforms-53dff89953161f6b7e266b8089bae508c5f71a4e.tar.xz |
Update function comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h b/MdeModulePkg/Include/Library/ExtendedIfrSupportLib.h index cbfa4f77b7..a154745dfd 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
<Length:4 bytes>, <Offset: 2 bytes>, <Width:2 bytes>, <Data:n bytes>.
+ 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.
|