diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-31 02:41:33 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-31 02:41:33 +0000 |
commit | 3751c4cf9451af2ec385d69f7573d3e16266f9b5 (patch) | |
tree | 6b5ccdbb6b4f62e91a3e2f1e57fd88a76a9eb366 /DuetPkg/DataHubGenDxe | |
parent | 2ab2aad18b5c4d61c34125ce17aae52048e6ba3f (diff) | |
download | edk2-platforms-3751c4cf9451af2ec385d69f7573d3e16266f9b5.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@7988 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DataHubGenDxe')
-rw-r--r-- | DuetPkg/DataHubGenDxe/DataHubGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.h b/DuetPkg/DataHubGenDxe/DataHubGen.h index a9f52276d3..487d3e4aa2 100644 --- a/DuetPkg/DataHubGenDxe/DataHubGen.h +++ b/DuetPkg/DataHubGenDxe/DataHubGen.h @@ -36,7 +36,7 @@ Abstract: #include <Library/UefiLib.h>
#include <Library/HobLib.h>
#include <Library/UefiBootServicesTableLib.h>
-#include <Library/FrameworkHiiLib.h>
+#include <Library/HiiLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
|