]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
1. Correct File header to ## @file
[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
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = WinNtBlockIo
23 FILE_GUID = F479E147-A125-11d4-BCFC-0080C73C8881
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29 ENTRY_POINT = InitializeWinNtBlockIo
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32
35 #
36 # DRIVER_BINDING = gWinNtBlockIoDriverBinding
37 # COMPONENT_NAME = gWinNtBlockIoComponentName
38 # DRIVER_DIAG = gWinNtBlockIoDriverDiagnostics
39 #
40
41 [Sources]
42 DriverDiagnostics.c
43 DriverConfiguration.c
44 ComponentName.c
45 WinNtBlockIo.c
46 WinNtBlockIo.h
47
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 Nt32Pkg/Nt32Pkg.dec
52
53
54 [LibraryClasses]
55 MemoryAllocationLib
56 UefiBootServicesTableLib
57 BaseMemoryLib
58 UefiLib
59 UefiDriverEntryPoint
60 BaseLib
61 DebugLib
62
63
64 [Guids]
65 gEfiWinNtPhysicalDisksGuid # SOMETIMES_CONSUMED
66 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED
67
68
69 [Protocols]
70 gEfiBlockIoProtocolGuid # PROTOCOL BY_START
71 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START
72