]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/PlatformBootManagerLib: rebase boot logo display to BootLogoLib
[mirror_edk2.git] / OvmfPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
CommitLineData
30541881
RN
1## @file\r
2# Platform BDS customizations library.\r
3#\r
4# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
a7566234 17 BASE_NAME = PlatformBootManagerLib\r
30541881
RN
18 FILE_GUID = FB65006C-AC9F-4992-AD80-184B2BDBBD83\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
a7566234 21 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER\r
30541881
RN
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 BdsPlatform.c\r
31 PlatformData.c\r
32 QemuKernel.c\r
33 BdsPlatform.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PcdLib\r
2b23b8d4 48 UefiBootManagerLib\r
a3cd5cd5 49 BootLogoLib\r
77f47588 50 DevicePathLib\r
30541881
RN
51 PciLib\r
52 NvVarsFileLib\r
53 QemuFwCfgLib\r
54 LoadLinuxLib\r
55 QemuBootOrderLib\r
56 UefiLib\r
57\r
58[Pcd]\r
59 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
60 gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent\r
61 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
62 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
8dc0f0a6 63 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
07dd96e8 64 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
30541881
RN
65\r
66[Pcd.IA32, Pcd.X64]\r
67 gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r
68\r
69[Protocols]\r
70 gEfiDecompressProtocolGuid\r
71 gEfiPciRootBridgeIoProtocolGuid\r
72 gEfiS3SaveStateProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
73 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
07dd96e8 74 gEfiLoadedImageProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
30541881
RN
75\r
76[Guids]\r
77 gEfiEndOfDxeEventGroupGuid\r
78 gRootBridgesConnectedEventGroupGuid\r