]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
DuetPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / PciRootBridgeNoEnumeration.inf
CommitLineData
6bfbb5f0 1## @file\r
c69dd9df 2# \r
3ea9a5c7 3# Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
b1f700a8 4# This program and the accompanying materials \r
c69dd9df 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12# Module Name:\r
13#\r
14# Abstract:\r
15#\r
6bfbb5f0 16##\r
c69dd9df 17\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PcatPciRootBridge\r
22 FILE_GUID = 0F7EC77A-1EE1-400f-A99D-7CBD1FEB181E\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
c69dd9df 25\r
26 ENTRY_POINT = InitializePcatPciRootBridge\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 DuetPkg/DuetPkg.dec\r
c69dd9df 31\r
32[LibraryClasses]\r
33 UefiDriverEntryPoint\r
34 UefiLib\r
35 MemoryAllocationLib\r
36 UefiBootServicesTableLib\r
37 DebugLib\r
38 BaseMemoryLib\r
39 DevicePathLib\r
40 HobLib\r
41\r
6bfbb5f0 42[Sources]\r
c69dd9df 43 PcatPciRootBridge.h\r
44 PcatPciRootBridge.c\r
45 PcatPciRootBridgeDevicePath.c\r
46 PcatPciRootBridgeIo.c\r
47 DeviceIo.h\r
48 DeviceIo.c\r
49\r
50[Sources.ia32]\r
d8bee43c 51 Ia32/PcatIo.c\r
c69dd9df 52 \r
53[Sources.x64]\r
49eb07e4 54 X64/PcatIo.c\r
c69dd9df 55\r
c69dd9df 56[Protocols]\r
57 gEfiPciRootBridgeIoProtocolGuid\r
58 gEfiDeviceIoProtocolGuid\r
b6d793e3 59 gEfiCpuIo2ProtocolGuid\r
c69dd9df 60\r
61[Guids]\r
bbef2ffb 62 gEfiPciOptionRomTableGuid\r
e5d1b4f4 63 gEfiPciExpressBaseAddressGuid\r
64\r
65[Depex]\r
b6d793e3 66 gEfiCpuIo2ProtocolGuid\r