]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinHost.h
EmulatorPkg/WinHost: Add link flags for VS2019 tool chains.
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinHost.h
index c73ba17e747df7bf71624f29e535bcc006dbd563..0e52c003fc6398b6058a7f1b46f7f41fcaf47450 100644 (file)
@@ -1,13 +1,7 @@
 /**@file\r
 \r
 Copyright (c) 2006 - 2018, 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
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
@@ -26,9 +20,15 @@ Abstract:
 \r
 #include <PiPei.h>\r
 #include <IndustryStandard/PeImage.h>\r
+#include <Guid/FileInfo.h>\r
+#include <Guid/FileSystemInfo.h>\r
+#include <Guid/FileSystemVolumeLabelInfo.h>\r
 #include <Ppi/EmuThunk.h>\r
 #include <Protocol/EmuThunk.h>\r
+#include <Protocol/SimpleFileSystem.h>\r
 \r
+#include <Protocol/EmuBlockIo.h>\r
+#include <Protocol/BlockIo.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/PeCoffLib.h>\r
@@ -82,7 +82,7 @@ Arguments:
   SecCorePe32File         - SEC Core PE32\r
 \r
 Returns:\r
-  Success means control is transfered and thus we should never return\r
+  Success means control is transferred and thus we should never return\r
 \r
 --*/\r
 ;\r
@@ -197,4 +197,7 @@ SecInitializeThunk (
   VOID\r
 );\r
 extern EMU_THUNK_PROTOCOL    gEmuThunkProtocol;\r
-#endif
\ No newline at end of file
+extern EMU_IO_THUNK_PROTOCOL mWinNtWndThunkIo;\r
+extern EMU_IO_THUNK_PROTOCOL mWinNtFileSystemThunkIo;\r
+extern EMU_IO_THUNK_PROTOCOL mWinNtBlockIoThunkIo;\r
+#endif\r