diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-31 02:42:56 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-31 02:42:56 +0000 |
commit | a2f39d476f6205785bd9368d236a88598f94eaff (patch) | |
tree | d56a75f811f86108eae5c43e57789866d2a3b2cc /UnixPkg/MiscSubClassPlatformDxe | |
parent | 8d9bda4fbd723cef19518176e5d911a3a011f0f9 (diff) | |
download | edk2-platforms-a2f39d476f6205785bd9368d236a88598f94eaff.tar.xz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h b/UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h index 4105266768..2b13a4a40b 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>
|