]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
cf493cdbf8ee725f678f4f55e785ac24e74a5611
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBusNoEnumeration.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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PciBusNoEnumerationDxe
20 FILE_GUID = 35C0C168-2607-4e51-BB53-448E3ED1A87F
21 MODULE_TYPE = UEFI_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 DuetPkg/DuetPkg.dec
31
32 [LibraryClasses]
33 DebugLib
34 BaseLib
35 UefiLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 BaseMemoryLib
39 ReportStatusCodeLib
40 DevicePathLib
41 PeCoffLib
42
43 [Sources]
44 PciBus.h
45 PciIo.h
46 PciCommand.h
47 PciDeviceSupport.h
48 PciEnumerator.h
49 PciEnumeratorSupport.h
50 PciOptionRomSupport.h
51 PciRomTable.h
52 PciPowerManagement.h
53 PciPowerManagement.c
54 PciRomTable.c
55 PciDriverOverride.h
56 PciDriverOverride.c
57 PciOptionRomSupport.c
58 PciEnumerator.c
59 PciEnumeratorSupport.c
60 PciCommand.c
61 ComponentName.c
62 PciDeviceSupport.c
63 PciBus.c
64 PciIo.c
65
66 [Protocols]
67 gEfiPciRootBridgeIoProtocolGuid
68 gEfiPciIoProtocolGuid
69 gEfiDevicePathProtocolGuid
70 gEfiBusSpecificDriverOverrideProtocolGuid
71 gEfiDecompressProtocolGuid
72
73 [Guids]
74 gEfiPciOptionRomTableGuid