]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
Make use of UefiRuntimeLib for refinement.
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBusNoEnumeration.inf
index 65adec93e62b614fc56892e5d1fa1af2712c43c5..cf493cdbf8ee725f678f4f55e785ac24e74a5611 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 # \r
-# Copyright (c) 2005, Intel Corporation                                                         \r
+# Copyright (c) 2005 - 2009, Intel Corporation                                                         \r
 # All rights reserved. This program and the accompanying materials                          \r
 # are licensed and made available under the terms and conditions of the BSD License         \r
 # which accompanies this distribution.  The full text of the license may be found at        \r
@@ -18,7 +18,7 @@
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PciBusNoEnumerationDxe\r
   FILE_GUID                      = 35C0C168-2607-4e51-BB53-448E3ED1A87F\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
@@ -27,8 +27,7 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  DuetPkg/DuetPkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
@@ -39,6 +38,7 @@
   BaseMemoryLib\r
   ReportStatusCodeLib\r
   DevicePathLib\r
+  PeCoffLib\r
 \r
 [Sources]\r
   PciBus.h\r
@@ -68,5 +68,7 @@
   gEfiPciIoProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
   gEfiBusSpecificDriverOverrideProtocolGuid\r
-  gEfiPciOptionRomTableGuid\r
   gEfiDecompressProtocolGuid\r
+  \r
+[Guids]\r
+  gEfiPciOptionRomTableGuid\r