]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
FatBinPkg: Added ARM Binaries
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / PciRootBridgeNoEnumeration.inf
... / ...
CommitLineData
1## @file\r
2# \r
3# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
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
16##\r
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
25\r
26 ENTRY_POINT = InitializePcatPciRootBridge\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 DuetPkg/DuetPkg.dec\r
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
42[Sources]\r
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
51 Ia32/PcatIo.c\r
52 \r
53[Sources.x64]\r
54 X64/PcatIo.c\r
55\r
56[Sources.ipf]\r
57 Ipf/PcatIo.c\r
58\r
59[Protocols]\r
60 gEfiPciRootBridgeIoProtocolGuid\r
61 gEfiDeviceIoProtocolGuid\r
62 gEfiCpuIo2ProtocolGuid\r
63\r
64[Guids]\r
65 gEfiPciOptionRomTableGuid\r
66 gEfiPciExpressBaseAddressGuid\r
67\r
68[Depex]\r
69 gEfiCpuIo2ProtocolGuid\r