]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
Porting Duet module from EDKI to EDKII
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / PciRootBridgeNoEnumeration.inf
1 #/*++
2 #
3 # Copyright (c) 2005 - 2006, 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 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializePcatPciRootBridge
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 DuetPkg/DuetPkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
35
36 [LibraryClasses]
37 UefiDriverEntryPoint
38 UefiLib
39 MemoryAllocationLib
40 UefiBootServicesTableLib
41 DebugLib
42 BaseMemoryLib
43 DevicePathLib
44 HobLib
45
46 [Sources.common]
47 PcatPciRootBridge.h
48 PcatPciRootBridge.c
49 PcatPciRootBridgeDevicePath.c
50 PcatPciRootBridgeIo.c
51 DeviceIo.h
52 DeviceIo.c
53
54 [Sources.ia32]
55 ia32\PcatIo.c
56
57 [Sources.x64]
58 x64\PcatIo.c
59
60 [Sources.ipf]
61 Ipf\PcatIo.c
62
63 [Protocols]
64 gEfiPciRootBridgeIoProtocolGuid
65 gEfiDeviceIoProtocolGuid
66 gEfiPciExpressBaseAddressGuid
67 gEfiCpuIoProtocolGuid
68
69 [Guids]
70 gEfiPciOptionRomTableGuid