diff options
Diffstat (limited to 'Nt32Pkg/CpuRuntimeDxe')
-rw-r--r-- | Nt32Pkg/CpuRuntimeDxe/CommonHeader.h | 2 | ||||
-rw-r--r-- | Nt32Pkg/CpuRuntimeDxe/Cpu.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h index f63563c8fb..36f536009b 100644 --- a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h +++ b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h @@ -35,7 +35,7 @@ // The Library classes this module consumes
//
#include <Library/DebugLib.h>
-#include <Library/FrameworkHiiLib.h>
+#include <Library/HiiLibFramework.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
diff --git a/Nt32Pkg/CpuRuntimeDxe/Cpu.inf b/Nt32Pkg/CpuRuntimeDxe/Cpu.inf index d965523b7a..6e78412a25 100644 --- a/Nt32Pkg/CpuRuntimeDxe/Cpu.inf +++ b/Nt32Pkg/CpuRuntimeDxe/Cpu.inf @@ -75,7 +75,7 @@ MemoryAllocationLib
BaseMemoryLib
UefiDriverEntryPoint
- FrameworkHiiLib
+ HiiLibFramework
DebugLib
|