]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / WinNtBusDriverDxe / WinNtBusDriverDxe.inf
1 ## @file
2 # Win NT Bus driver
3 #
4 # This following section documents the envirnoment variables for the Win NT
5 # build. These variables are used to define the (virtual) hardware
6 # configuration of the NT environment
7 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = WinNtBusDriverDxe
17 FILE_GUID = BD7E9A27-D6C5-416a-B245-5F507D95B2BD
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = InitializeWinNtBusDriver
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32
27 #
28 # DRIVER_BINDING = gWinNtBusDriverBinding
29 # COMPONENT_NAME = gWinNtBusDriverComponentName
30 #
31
32 [Sources]
33 ComponentName.c
34 WinNtBusDriver.c
35 WinNtBusDriver.h
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 Nt32Pkg/Nt32Pkg.dec
41
42
43 [LibraryClasses]
44 MemoryAllocationLib
45 DevicePathLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 PcdLib
49 UefiLib
50 UefiDriverEntryPoint
51 BaseLib
52 DebugLib
53
54
55 [Guids]
56 gEfiWinNtConsoleGuid # ALWAYS_CONSUMED
57 gEfiWinNtGopGuid # ALWAYS_CONSUMED
58 gEfiWinNtSerialPortGuid # ALWAYS_CONSUMED
59 gEfiWinNtFileSystemGuid # ALWAYS_CONSUMED
60 gEfiWinNtPhysicalDisksGuid # ALWAYS_CONSUMED
61 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED
62
63
64 [Protocols]
65 gWinNtBusDriverGuid # PROTOCOL BY_START
66 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
67 gEfiWinNtThunkProtocolGuid # PROTOCOL TO_START
68 gEfiWinNtIoProtocolGuid # PROTOCOL BY_START
69
70
71 [Pcd]
72 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize
73 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk
74 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk
75 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem
76 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort
77 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop
78 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga
79 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole
80