]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
OvmfPkg: PlatformBdsLib: Platform dependent PCI/IRQ initialization
[mirror_edk2.git] / OvmfPkg / Library / PlatformBdsLib / PlatformBdsLib.inf
index 976ff20479d009b27743616299ea3530fa4d7c3c..03f5b229cfc2b7ad0452e3c95253147dbaedc080 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 #  Platform BDS customizations library.\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  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
 #  http://opensource.org/licenses/bsd-license.php\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PlatformBdsLib\r
-  FILE_GUID                      = 143B5044-7C1B-4904-9778-EA16F1F3D554\r
+  FILE_GUID                      = F844172E-9985-44f2-BADE-0DD783462E95\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER   \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
+  LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 [Sources]\r
   BdsPlatform.c\r
   PlatformData.c\r
+  QemuBootOrder.c\r
+  QemuKernel.c\r
   BdsPlatform.h\r
+  QemuBootOrder.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   GenericBdsLib\r
   PciLib\r
   NvVarsFileLib\r
+  QemuFwCfgLib\r
+  LoadLinuxLib\r
 \r
 [Pcd]\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
   gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
 \r
 [Pcd.IA32, Pcd.X64]\r
   gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r