]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
5ad324d3e31e99a8ee287d9d0cd60a7ab5376fcb
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBusNoEnumeration.inf
1 #/*++
2 #
3 # Copyright (c) 2005, 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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PciBusNoEnumerationDxe
20 FILE_GUID = 35C0C168-2607-4e51-BB53-448E3ED1A87F
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = PciBusEntryPoint
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 IntelFrameworkPkg/IntelFrameworkPkg.dec
31 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
32
33 [LibraryClasses]
34 DebugLib
35 BaseLib
36 UefiLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 BaseMemoryLib
40 ReportStatusCodeLib
41 DevicePathLib
42 PeCoffLib
43
44 [Sources]
45 PciBus.h
46 PciIo.h
47 PciCommand.h
48 PciDeviceSupport.h
49 PciEnumerator.h
50 PciEnumeratorSupport.h
51 PciOptionRomSupport.h
52 PciRomTable.h
53 PciPowerManagement.h
54 PciPowerManagement.c
55 PciRomTable.c
56 PciDriverOverride.h
57 PciDriverOverride.c
58 PciOptionRomSupport.c
59 PciEnumerator.c
60 PciEnumeratorSupport.c
61 PciCommand.c
62 ComponentName.c
63 PciDeviceSupport.c
64 PciBus.c
65 PciIo.c
66
67 [Protocols]
68 gEfiPciRootBridgeIoProtocolGuid
69 gEfiPciIoProtocolGuid
70 gEfiDevicePathProtocolGuid
71 gEfiBusSpecificDriverOverrideProtocolGuid
72 gEfiDecompressProtocolGuid
73
74 [Guids]
75 gEfiPciOptionRomTableGuid