]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
7b202cb0 1## @file\r
546f14bf 2# The basic interfaces implementation to a single segment PCI Host Bridge driver.\r
21b404d1 3#\r
546f14bf 4# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
18c97f53 5# This program and the accompanying materials\r
21b404d1 6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
546f14bf 9#\r
21b404d1 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
546f14bf 12#\r
7b202cb0 13##\r
21b404d1 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PciHostBridge\r
546f14bf 18 MODULE_UNI_FILE = PciHostBridge.uni\r
21b404d1 19 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
21b404d1 22\r
23 ENTRY_POINT = InitializePciHostBridge\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
21b404d1 27\r
28[LibraryClasses]\r
29 UefiDriverEntryPoint\r
30 UefiBootServicesTableLib\r
31 DxeServicesTableLib\r
32 UefiLib\r
33 MemoryAllocationLib\r
34 BaseMemoryLib\r
35 BaseLib\r
36 DebugLib\r
37 DevicePathLib\r
cac2ab95 38 IoLib\r
39 PciLib\r
40\r
21b404d1 41[Sources]\r
42 PciHostBridge.c\r
43 PciRootBridgeIo.c\r
44 PciHostBridge.h\r
a391483e 45 IoFifo.h\r
21b404d1 46\r
1fd376d9 47[Sources.IA32]\r
48 Ia32/IoFifo.asm\r
49 Ia32/IoFifo.S\r
50\r
51[Sources.X64]\r
52 X64/IoFifo.asm\r
53 X64/IoFifo.S\r
54\r
21b404d1 55[Protocols]\r
546f14bf
QS
56 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES\r
57 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES\r
58 gEfiMetronomeArchProtocolGuid ## CONSUMES\r
59 gEfiDevicePathProtocolGuid ## PRODUCES\r
21b404d1 60\r
61[depex]\r
cac2ab95 62 gEfiMetronomeArchProtocolGuid\r
63\r
546f14bf
QS
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 PciHostBridgeExtra.uni\r