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