]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / WinNtBlockIoDxe / WinNtBlockIoDxe.inf
1 ## @file
2 # Block Io driver
3 #
4 # Produce block IO abstractions for real devices on your PC using Win32 APIs.
5 # The configuration of what devices to mount or emulate comes from NT
6 # environment variables. The variables must be visible to the Microsoft*
7 # Developer Studio for them to work.
8 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = WinNtBlockIo
18 FILE_GUID = F479E147-A125-11d4-BCFC-0080C73C8881
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = InitializeWinNtBlockIo
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32
28 #
29 # DRIVER_BINDING = gWinNtBlockIoDriverBinding
30 # COMPONENT_NAME = gWinNtBlockIoComponentName
31 # DRIVER_DIAG = gWinNtBlockIoDriverDiagnostics
32 #
33
34 [Sources]
35 DriverDiagnostics.c
36 DriverConfiguration.c
37 ComponentName.c
38 WinNtBlockIo.c
39 WinNtBlockIo.h
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 Nt32Pkg/Nt32Pkg.dec
45
46
47 [LibraryClasses]
48 MemoryAllocationLib
49 UefiBootServicesTableLib
50 BaseMemoryLib
51 UefiLib
52 UefiDriverEntryPoint
53 BaseLib
54 DebugLib
55
56
57 [Guids]
58 gEfiWinNtPhysicalDisksGuid # SOMETIMES_CONSUMED
59 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED
60
61
62 [Protocols]
63 gEfiBlockIoProtocolGuid # PROTOCOL BY_START
64 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START
65