X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FPciBusNoEnumerationDxe%2FPciBusNoEnumeration.inf;h=cf493cdbf8ee725f678f4f55e785ac24e74a5611;hb=9ae650ef6ca9372199adb31fb3432ed8cde353ad;hp=65adec93e62b614fc56892e5d1fa1af2712c43c5;hpb=10590588cce553a3d8d304974982845682cbce5b;p=mirror_edk2.git diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf index 65adec93e6..cf493cdbf8 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf +++ b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2005, Intel Corporation +# Copyright (c) 2005 - 2009, Intel Corporation # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -18,7 +18,7 @@ INF_VERSION = 0x00010005 BASE_NAME = PciBusNoEnumerationDxe FILE_GUID = 35C0C168-2607-4e51-BB53-448E3ED1A87F - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 @@ -27,8 +27,7 @@ [Packages] MdePkg/MdePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec + DuetPkg/DuetPkg.dec [LibraryClasses] DebugLib @@ -39,6 +38,7 @@ BaseMemoryLib ReportStatusCodeLib DevicePathLib + PeCoffLib [Sources] PciBus.h @@ -68,5 +68,7 @@ gEfiPciIoProtocolGuid gEfiDevicePathProtocolGuid gEfiBusSpecificDriverOverrideProtocolGuid - gEfiPciOptionRomTableGuid gEfiDecompressProtocolGuid + +[Guids] + gEfiPciOptionRomTableGuid