]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
Update the copyright notice format
[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
8f2a5f80 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
420fc8e5 8#\r
8f2a5f80 9# This program and the accompanying materials\r
420fc8e5 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
420fc8e5 25\r
26 ENTRY_POINT = InitializeWinNtBusDriver\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32\r
32#\r
62409219 33# DRIVER_BINDING = gWinNtBusDriverBinding\r
34# COMPONENT_NAME = gWinNtBusDriverComponentName\r
420fc8e5 35#\r
36\r
7b202cb0 37[Sources]\r
420fc8e5 38 ComponentName.c\r
39 WinNtBusDriver.c\r
40 WinNtBusDriver.h\r
41\r
42\r
420fc8e5 43[Packages]\r
420fc8e5 44 MdePkg/MdePkg.dec\r
0dea993c 45 Nt32Pkg/Nt32Pkg.dec\r
420fc8e5 46\r
47\r
420fc8e5 48[LibraryClasses]\r
49 MemoryAllocationLib\r
50 DevicePathLib\r
51 UefiBootServicesTableLib\r
52 BaseMemoryLib\r
53 PcdLib\r
54 UefiLib\r
55 UefiDriverEntryPoint\r
56 BaseLib\r
57 DebugLib\r
58\r
59\r
420fc8e5 60[Guids]\r
420fc8e5 61 gEfiWinNtConsoleGuid # ALWAYS_CONSUMED\r
62 gEfiWinNtGopGuid # ALWAYS_CONSUMED\r
63 gEfiWinNtSerialPortGuid # ALWAYS_CONSUMED\r
64 gEfiWinNtFileSystemGuid # ALWAYS_CONSUMED\r
65 gEfiWinNtPhysicalDisksGuid # ALWAYS_CONSUMED\r
66 gEfiWinNtVirtualDisksGuid # ALWAYS_CONSUMED\r
67\r
68\r
420fc8e5 69[Protocols]\r
70 gWinNtBusDriverGuid # PROTOCOL BY_START\r
71 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
72 gEfiWinNtThunkProtocolGuid # PROTOCOL TO_START\r
73 gEfiWinNtIoProtocolGuid # PROTOCOL BY_START\r
74\r
75\r
7b202cb0 76[Pcd]\r
b3af5df6 77 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
b3af5df6 78 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk\r
79 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk\r
80 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem\r
81 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort\r
82 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop\r
83 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga\r
84 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole\r
420fc8e5 85\r