]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
Nt32Pkg: Remove it
[mirror_edk2.git] / Nt32Pkg / WinNtBlockIoDxe / WinNtBlockIoDxe.inf
diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
deleted file mode 100644 (file)
index b7ba665..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-## @file\r
-# Block Io driver\r
-#\r
-# Produce block IO abstractions for real devices on your PC using Win32 APIs.\r
-#  The configuration of what devices to mount or emulate comes from NT\r
-#  environment variables. The variables must be visible to the Microsoft*\r
-#  Developer Studio for them to work.\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = WinNtBlockIo\r
-  FILE_GUID                      = F479E147-A125-11d4-BCFC-0080C73C8881\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeWinNtBlockIo\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32\r
-#\r
-#  DRIVER_BINDING                =  gWinNtBlockIoDriverBinding                   \r
-#  COMPONENT_NAME                =  gWinNtBlockIoComponentName                   \r
-#  DRIVER_DIAG                   =  gWinNtBlockIoDriverDiagnostics               \r
-#\r
-\r
-[Sources]\r
-  DriverDiagnostics.c\r
-  DriverConfiguration.c\r
-  ComponentName.c\r
-  WinNtBlockIo.c\r
-  WinNtBlockIo.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  Nt32Pkg/Nt32Pkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  UefiDriverEntryPoint\r
-  BaseLib\r
-  DebugLib\r
-\r
-\r
-[Guids]\r
-  gEfiWinNtPhysicalDisksGuid                    # SOMETIMES_CONSUMED\r
-  gEfiWinNtVirtualDisksGuid                     # ALWAYS_CONSUMED\r
-\r
-\r
-[Protocols]\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
-  gEfiWinNtIoProtocolGuid                       # PROTOCOL TO_START\r
-\r