]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / Nt32Pkg / WinNtBlockIoDxe / WinNtBlockIoDxe.inf
CommitLineData
7b202cb0 1## @file\r
10160456 2# Block Io driver\r
3#\r
4# Produce block IO abstractions for real devices on your PC using Win32 APIs.\r
5# The configuration of what devices to mount or emulate comes from NT\r
6# environment variables. The variables must be visible to the Microsoft*\r
7# Developer Studio for them to work.\r
7b202cb0 8# Copyright (c) 2006 - 2010, Intel Corporation\r
10160456 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
7b202cb0 18##\r
10160456 19\r
10160456 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = WinNtBlockIo\r
23 FILE_GUID = F479E147-A125-11d4-BCFC-0080C73C8881\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 ENTRY_POINT = InitializeWinNtBlockIo\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32\r
35#\r
36# DRIVER_BINDING = gWinNtBlockIoDriverBinding \r
37# COMPONENT_NAME = gWinNtBlockIoComponentName \r
38# DRIVER_DIAG = gWinNtBlockIoDriverDiagnostics \r
39#\r
40\r
7b202cb0 41[Sources]\r
10160456 42 DriverDiagnostics.c\r
43 DriverConfiguration.c\r
44 ComponentName.c\r
45 WinNtBlockIo.c\r
46 WinNtBlockIo.h\r
47\r
48\r
10160456 49[Packages]\r
10160456 50 MdePkg/MdePkg.dec\r
0dea993c 51 Nt32Pkg/Nt32Pkg.dec\r
10160456 52\r
53\r
10160456 54[LibraryClasses]\r
55 MemoryAllocationLib\r
56 UefiBootServicesTableLib\r
57 BaseMemoryLib\r
58 UefiLib\r
59 UefiDriverEntryPoint\r
60 BaseLib\r
61 DebugLib\r
62\r
63\r
10160456 64[Guids]\r
65 gEfiWinNtPhysicalDisksGuid # SOMETIMES_CONSUMED\r
66 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED\r
67\r
68\r
10160456 69[Protocols]\r
70 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
71 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
72\r