]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
New FatDxe binary.
[mirror_edk2.git] / Nt32Pkg / WinNtThunkDxe / WinNtThunk.c
index c396f9db4d1856b2e9e10f0ec104ee5d59c12eac..d0e6fccb6b4b6c2c7a856e0f80db0c5810910d26 100644 (file)
@@ -1,7 +1,7 @@
 /**@file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -29,7 +29,7 @@ Abstract:
 //\r
 // The package level header files this module uses\r
 //\r
-#include <PiDxe.h>\r
+#include <Uefi.h>\r
 #include <WinNtDxe.h>\r
 //\r
 // The protocols, PPI and GUID defintions for this module\r
@@ -39,17 +39,17 @@ Abstract:
 //\r
 // The Library classes this module consumes\r
 //\r
-#include <Library/DebugLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/WinNtLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/DevicePathLib.h>\r
 \r
 #include "WinNtThunk.h"\r
 \r
 //\r
 // WinNtThunk Device Path Protocol Instance\r
 //\r
-static WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {\r
+WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {\r
   {\r
     HARDWARE_DEVICE_PATH,\r
     HW_VENDOR_DP,\r