]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
Update the copyright notice format
[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
8f2a5f80 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
10160456 9#\r
8f2a5f80 10# This program and the accompanying materials\r
10160456 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
10160456 26\r
27 ENTRY_POINT = InitializeWinNtBlockIo\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32\r
33#\r
34# DRIVER_BINDING = gWinNtBlockIoDriverBinding \r
35# COMPONENT_NAME = gWinNtBlockIoComponentName \r
36# DRIVER_DIAG = gWinNtBlockIoDriverDiagnostics \r
37#\r
38\r
7b202cb0 39[Sources]\r
10160456 40 DriverDiagnostics.c\r
41 DriverConfiguration.c\r
42 ComponentName.c\r
43 WinNtBlockIo.c\r
44 WinNtBlockIo.h\r
45\r
46\r
10160456 47[Packages]\r
10160456 48 MdePkg/MdePkg.dec\r
0dea993c 49 Nt32Pkg/Nt32Pkg.dec\r
10160456 50\r
51\r
10160456 52[LibraryClasses]\r
53 MemoryAllocationLib\r
54 UefiBootServicesTableLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 BaseLib\r
59 DebugLib\r
60\r
61\r
10160456 62[Guids]\r
63 gEfiWinNtPhysicalDisksGuid # SOMETIMES_CONSUMED\r
64 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED\r
65\r
66\r
10160456 67[Protocols]\r
68 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
69 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
70\r