]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / Nt32Pkg / WinNtBusDriverDxe / WinNtBusDriverDxe.inf
CommitLineData
7b202cb0 1## @file\r
420fc8e5 2# Win NT Bus driver\r
3#\r
4# This following section documents the envirnoment variables for the Win NT\r
5# build. These variables are used to define the (virtual) hardware\r
6# configuration of the NT environment\r
7b202cb0 7# Copyright (c) 2006 - 2010, Intel Corporation\r
420fc8e5 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
7b202cb0 17##\r
420fc8e5 18\r
420fc8e5 19[Defines]\r
20 INF_VERSION = 0x00010005\r
23545f1e 21 BASE_NAME = WinNtBusDriverDxe\r
420fc8e5 22 FILE_GUID = BD7E9A27-D6C5-416a-B245-5F507D95B2BD\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializeWinNtBusDriver\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32\r
34#\r
62409219 35# DRIVER_BINDING = gWinNtBusDriverBinding\r
36# COMPONENT_NAME = gWinNtBusDriverComponentName\r
420fc8e5 37#\r
38\r
7b202cb0 39[Sources]\r
420fc8e5 40 ComponentName.c\r
41 WinNtBusDriver.c\r
42 WinNtBusDriver.h\r
43\r
44\r
420fc8e5 45[Packages]\r
420fc8e5 46 MdePkg/MdePkg.dec\r
0dea993c 47 Nt32Pkg/Nt32Pkg.dec\r
420fc8e5 48\r
49\r
420fc8e5 50[LibraryClasses]\r
51 MemoryAllocationLib\r
52 DevicePathLib\r
53 UefiBootServicesTableLib\r
54 BaseMemoryLib\r
55 PcdLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 BaseLib\r
59 DebugLib\r
60\r
61\r
420fc8e5 62[Guids]\r
420fc8e5 63 gEfiWinNtConsoleGuid # ALWAYS_CONSUMED\r
64 gEfiWinNtGopGuid # ALWAYS_CONSUMED\r
65 gEfiWinNtSerialPortGuid # ALWAYS_CONSUMED\r
66 gEfiWinNtFileSystemGuid # ALWAYS_CONSUMED\r
67 gEfiWinNtPhysicalDisksGuid # ALWAYS_CONSUMED\r
68 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED\r
69\r
70\r
420fc8e5 71[Protocols]\r
72 gWinNtBusDriverGuid # PROTOCOL BY_START\r
73 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
74 gEfiWinNtThunkProtocolGuid # PROTOCOL TO_START\r
75 gEfiWinNtIoProtocolGuid # PROTOCOL BY_START\r
76\r
77\r
7b202cb0 78[Pcd]\r
b3af5df6 79 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
b3af5df6 80 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk\r
81 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk\r
82 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem\r
83 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort\r
84 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop\r
85 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga\r
86 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole\r
420fc8e5 87\r