]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
add correct [Depex] section.
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / PciRootBridgeNoEnumeration.inf
1 #/*++
2 #
3 # Copyright (c) 2005 - 2009, 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
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiLib
38 MemoryAllocationLib
39 UefiBootServicesTableLib
40 DebugLib
41 BaseMemoryLib
42 DevicePathLib
43 HobLib
44
45 [Sources.common]
46 PcatPciRootBridge.h
47 PcatPciRootBridge.c
48 PcatPciRootBridgeDevicePath.c
49 PcatPciRootBridgeIo.c
50 DeviceIo.h
51 DeviceIo.c
52
53 [Sources.ia32]
54 Ia32/PcatIo.c
55
56 [Sources.x64]
57 X64/PcatIo.c
58
59 [Sources.ipf]
60 Ipf/PcatIo.c
61
62 [Protocols]
63 gEfiPciRootBridgeIoProtocolGuid
64 gEfiDeviceIoProtocolGuid
65 gEfiCpuIoProtocolGuid
66
67 [Guids]
68 gEfiPciOptionRomTableGuid
69 gEfiPciExpressBaseAddressGuid
70
71 [Depex]
72 gEfiCpuIoProtocolGuid