]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
ShellPkg/UefiDpLib: Fix a memory leak issue in Dp.
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
7b202cb0 1## @file\r
c6c721b2
LE
2# The basic interfaces implementation to a single segment PCI Host Bridge\r
3# driver.\r
21b404d1 4#\r
546f14bf 5# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
c6c721b2
LE
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
21b404d1 10# http://opensource.org/licenses/bsd-license.php\r
546f14bf 11#\r
21b404d1 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
c6c721b2
LE
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
14# IMPLIED.\r
546f14bf 15#\r
7b202cb0 16##\r
21b404d1 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PciHostBridge\r
546f14bf 21 MODULE_UNI_FILE = PciHostBridge.uni\r
21b404d1 22 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
21b404d1 25\r
26 ENTRY_POINT = InitializePciHostBridge\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
21b404d1 30\r
31[LibraryClasses]\r
32 UefiDriverEntryPoint\r
33 UefiBootServicesTableLib\r
34 DxeServicesTableLib\r
35 UefiLib\r
36 MemoryAllocationLib\r
37 BaseMemoryLib\r
38 BaseLib\r
39 DebugLib\r
40 DevicePathLib\r
cac2ab95 41 IoLib\r
42 PciLib\r
43\r
21b404d1 44[Sources]\r
45 PciHostBridge.c\r
46 PciRootBridgeIo.c\r
47 PciHostBridge.h\r
a391483e 48 IoFifo.h\r
21b404d1 49\r
1fd376d9 50[Sources.IA32]\r
51 Ia32/IoFifo.asm\r
52 Ia32/IoFifo.S\r
53\r
54[Sources.X64]\r
55 X64/IoFifo.asm\r
56 X64/IoFifo.S\r
57\r
21b404d1 58[Protocols]\r
546f14bf
QS
59 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES\r
60 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES\r
61 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
62 gEfiDevicePathProtocolGuid ## PRODUCES\r
21b404d1 63\r
64[depex]\r
cac2ab95 65 gEfiMetronomeArchProtocolGuid\r
66\r
546f14bf
QS
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 PciHostBridgeExtra.uni\r