]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
Retire PciHotplugDeviceGuid.
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBusNoEnumeration.inf
CommitLineData
10590588 1#/*++\r
2# \r
3# Copyright (c) 2005, Intel Corporation \r
4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12# Module Name:\r
13#\r
14# Abstract:\r
15#\r
16#--*/\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PciBusNoEnumerationDxe\r
20 FILE_GUID = 35C0C168-2607-4e51-BB53-448E3ED1A87F\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = PciBusEntryPoint\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
31 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 DebugLib\r
35 BaseLib\r
36 UefiLib\r
37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
39 BaseMemoryLib\r
40 ReportStatusCodeLib\r
41 DevicePathLib\r
e8ba34ff 42 PeCoffLib\r
10590588 43\r
44[Sources]\r
45 PciBus.h\r
46 PciIo.h\r
47 PciCommand.h\r
48 PciDeviceSupport.h\r
49 PciEnumerator.h\r
50 PciEnumeratorSupport.h\r
51 PciOptionRomSupport.h\r
52 PciRomTable.h\r
53 PciPowerManagement.h\r
54 PciPowerManagement.c\r
55 PciRomTable.c\r
56 PciDriverOverride.h\r
57 PciDriverOverride.c\r
58 PciOptionRomSupport.c\r
59 PciEnumerator.c\r
60 PciEnumeratorSupport.c\r
61 PciCommand.c\r
62 ComponentName.c\r
63 PciDeviceSupport.c\r
64 PciBus.c\r
65 PciIo.c\r
66\r
67[Protocols]\r
68 gEfiPciRootBridgeIoProtocolGuid\r
69 gEfiPciIoProtocolGuid\r
70 gEfiDevicePathProtocolGuid\r
71 gEfiBusSpecificDriverOverrideProtocolGuid\r
10590588 72 gEfiDecompressProtocolGuid\r
bbef2ffb 73 \r
74[Guids]\r
75 gEfiPciOptionRomTableGuid\r