summaryrefslogtreecommitdiff
path: root/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 13:06:49 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 13:06:49 +0000
commite638b5e129b2c53093ddacd5a4690b6e194a0643 (patch)
treee881d88e2e77477e7529f84ea00fdfcb12e428ad /Nt32Pkg/PlatformBdsDxe/CommonHeader.h
parent0847a6418fccb3d0a0dcfd23c8cd57bba9db1460 (diff)
downloadedk2-platforms-e638b5e129b2c53093ddacd5a4690b6e194a0643.tar.xz
Remove CommonHeader.h from VFR files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2967 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/CommonHeader.h')
-rw-r--r--Nt32Pkg/PlatformBdsDxe/CommonHeader.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
index 5d3facb946..2234acd860 100644
--- a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
+++ b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
@@ -23,7 +23,7 @@
//
// The protocols, PPI and GUID defintions for this module
//
-#include <Protocol/FormCallback.h>
+#include <Protocol/FormCallbackFramework.h>
#include <Guid/FileSystemVolumeLabelInfo.h>
#include <Protocol/DevicePath.h>
#include <Guid/BootState.h>
@@ -32,7 +32,7 @@
#include <Guid/FileInfo.h>
#include <Protocol/Bds.h>
#include <Protocol/DataHub.h>
-#include <Protocol/FormBrowser.h>
+#include <Protocol/FormBrowserFramework.h>
#include <Guid/Bmp.h>
#include <Protocol/UgaDraw.h>
#include <Protocol/BlockIo.h>
@@ -41,7 +41,7 @@
#include <Protocol/GenericMemoryTest.h>
#include <Protocol/GraphicsOutput.h>
#include <Protocol/SimpleFileSystem.h>
-#include <Protocol/Hii.h>
+#include <Protocol/HiiFramework.h>
#include <Guid/GenericPlatformVariable.h>
#include <Guid/FlashMapHob.h>
#include <Protocol/SerialIo.h>
@@ -53,7 +53,7 @@
#include <Library/UefiLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>
-#include <Library/EdkGraphicsLib.h>
+#include <Library/GraphicsLib.h>
#include <Library/DxeServicesTableLib.h>
#include <Library/PerformanceLib.h>
#include <Library/PrintLib.h>
@@ -66,7 +66,7 @@
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/DevicePathLib.h>
-#include <Library/HiiLib.h>
+#include <Library/HiiLibFramework.h>
#include <Library/PeCoffLib.h>
#endif