summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/ExtendedHiiLib
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 02:34:39 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 02:34:39 +0000
commitf875a4f16eef839c9ec2cd35bf3f555556c169bc (patch)
tree4a90733291cb693e43b278e3f909e3897cae230e /MdeModulePkg/Library/ExtendedHiiLib
parent5990ace9f56eb14ab4ac759ac4e91f42270614b2 (diff)
downloadedk2-f875a4f16eef839c9ec2cd35bf3f555556c169bc.zip
edk2-f875a4f16eef839c9ec2cd35bf3f555556c169bc.tar.gz
edk2-f875a4f16eef839c9ec2cd35bf3f555556c169bc.tar.bz2
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/ExtendedHiiLib')
-rw-r--r--MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.c10
-rw-r--r--MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf8
2 files changed, 10 insertions, 8 deletions
diff --git a/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.c b/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.c
index a3970ec..456d9d8 100644
--- a/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.c
+++ b/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.c
@@ -1,5 +1,10 @@
/** @file
- HII Library implementation that uses DXE protocols and services.
+Library instance for ExtendedHiiLib.
+
+This library instance implements the common HII routines which is
+related to HII but reference data structures that are not defined in
+UEFI specification, for example HII_VENDOR_DEVICE_PATH.
+
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -14,10 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Uefi.h>
-
#include <Protocol/DevicePath.h>
-
-#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
diff --git a/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf b/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
index f5a7fc2..4f3b632 100644
--- a/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
+++ b/MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
@@ -1,8 +1,10 @@
#/** @file
#
-# Library instance for HII common routines.
+# Library instance for ExtendedHiiLib.
#
-# This library instance implements the common HII routines.
+# This library instance implements the common HII routines which is
+# related to HII but reference data structures that are not defined in
+# UEFI specification, for example HII_VENDOR_DEVICE_PATH.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
@@ -40,8 +42,6 @@
[LibraryClasses]
MemoryAllocationLib
DebugLib
- PcdLib
- UefiRuntimeServicesTableLib
DevicePathLib
[Protocols]