]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
Fix issue that wrong use Guid and Protocol.
[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
42\r
43[Sources]\r
44 PciBus.h\r
45 PciIo.h\r
46 PciCommand.h\r
47 PciDeviceSupport.h\r
48 PciEnumerator.h\r
49 PciEnumeratorSupport.h\r
50 PciOptionRomSupport.h\r
51 PciRomTable.h\r
52 PciPowerManagement.h\r
53 PciPowerManagement.c\r
54 PciRomTable.c\r
55 PciDriverOverride.h\r
56 PciDriverOverride.c\r
57 PciOptionRomSupport.c\r
58 PciEnumerator.c\r
59 PciEnumeratorSupport.c\r
60 PciCommand.c\r
61 ComponentName.c\r
62 PciDeviceSupport.c\r
63 PciBus.c\r
64 PciIo.c\r
65\r
66[Protocols]\r
67 gEfiPciRootBridgeIoProtocolGuid\r
68 gEfiPciIoProtocolGuid\r
69 gEfiDevicePathProtocolGuid\r
70 gEfiBusSpecificDriverOverrideProtocolGuid\r
10590588 71 gEfiDecompressProtocolGuid\r
bbef2ffb 72 \r
73[Guids]\r
74 gEfiPciOptionRomTableGuid\r