summaryrefslogtreecommitdiff
path: root/UnixPkg/MiscSubClassPlatformDxe
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-31 02:42:56 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-31 02:42:56 +0000
commita2f39d476f6205785bd9368d236a88598f94eaff (patch)
treed56a75f811f86108eae5c43e57789866d2a3b2cc /UnixPkg/MiscSubClassPlatformDxe
parent8d9bda4fbd723cef19518176e5d911a3a011f0f9 (diff)
downloadedk2-a2f39d476f6205785bd9368d236a88598f94eaff.zip
edk2-a2f39d476f6205785bd9368d236a88598f94eaff.tar.gz
edk2-a2f39d476f6205785bd9368d236a88598f94eaff.tar.bz2
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7991 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/MiscSubClassPlatformDxe')
-rw-r--r--UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h b/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h
index 4105266..2b13a4a 100644
--- a/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h
+++ b/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h
@@ -30,7 +30,7 @@ Abstract:
#include <Protocol/UnixIo.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
-#include <Library/FrameworkHiiLib.h>
+#include <Library/HiiLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>