diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 02:34:39 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 02:34:39 +0000 |
commit | f875a4f16eef839c9ec2cd35bf3f555556c169bc (patch) | |
tree | 4a90733291cb693e43b278e3f909e3897cae230e /MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf | |
parent | 5990ace9f56eb14ab4ac759ac4e91f42270614b2 (diff) | |
download | edk2-platforms-f875a4f16eef839c9ec2cd35bf3f555556c169bc.tar.xz |
1) Change the return type of IfrLibFreeUpdateData to VOID.
2) Remove some unused #include and library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6747 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf')
-rw-r--r-- | MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf b/MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf index e0fea385e9..f7bd39f15b 100644 --- a/MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf +++ b/MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf @@ -1,6 +1,9 @@ #/** @file
-#
-# Component name for module UefiEfiIfrSupportLib
+# Library instance for ExtendedIfrSupportLib.
+#
+# This library instance implements the API which is
+# related to IFR operations but reference data structures
+# that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL.
#
# Copyright (c) 2007 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
|