X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FPlatformBdsLib%2FPlatformBdsLib.inf;h=03f5b229cfc2b7ad0452e3c95253147dbaedc080;hb=2e70cf8ade0dd1e023274f7358c7c72cfd17460c;hp=976ff20479d009b27743616299ea3530fa4d7c3c;hpb=7b202cb0f917fde1d84f77b000063d56e2c11530;p=mirror_edk2.git diff --git a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf index 976ff20479..03f5b229cf 100644 --- a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf +++ b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf @@ -1,8 +1,8 @@ ## @file # Platform BDS customizations library. # -# Copyright (c) 2007 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2007 - 2010, 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 # http://opensource.org/licenses/bsd-license.php @@ -15,12 +15,10 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PlatformBdsLib - FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554 + FILE_GUID = F844172E-9985-44f2-BADE-0DD783462E95 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x0002000A + LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER # # The following information is for reference only and not required by the build tools. @@ -31,7 +29,10 @@ [Sources] BdsPlatform.c PlatformData.c + QemuBootOrder.c + QemuKernel.c BdsPlatform.h + QemuBootOrder.h [Packages] MdePkg/MdePkg.dec @@ -49,11 +50,15 @@ GenericBdsLib PciLib NvVarsFileLib + QemuFwCfgLib + LoadLinuxLib [Pcd] gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId [Pcd.IA32, Pcd.X64] gEfiMdePkgTokenSpaceGuid.PcdFSBClock