]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
SecurityPkg: Fix typos in comments
[mirror_edk2.git] / OvmfPkg / PciHotPlugInitDxe / PciHotPlugInit.inf
CommitLineData
8aba40b7
LE
1## @file\r
2# This driver implements EFI_PCI_HOT_PLUG_INIT_PROTOCOL, providing the PCI bus\r
3# driver with resource padding information, for PCIe hotplug purposes.\r
4#\r
5# Copyright (C) 2016, Red Hat, Inc.\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
13# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PciHotPlugInitDxe\r
19 FILE_GUID = 11A6EDF6-A9BE-426D-A6CC-B22FE51D9224\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = DriverInitialize\r
23\r
24[Sources]\r
25 PciHotPlugInit.c\r
26\r
27[Packages]\r
28 MdeModulePkg/MdeModulePkg.dec\r
29 MdePkg/MdePkg.dec\r
30\r
31[LibraryClasses]\r
32 DebugLib\r
33 DevicePathLib\r
34 MemoryAllocationLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37\r
38[Protocols]\r
39 gEfiPciHotPlugInitProtocolGuid ## SOMETIMES_PRODUCES\r
40\r
41[Depex]\r
42 TRUE\r