]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/PlatformBootManagerLib: rejuvenate old-style function comments
[mirror_edk2.git] / OvmfPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
CommitLineData
30541881
RN
1## @file\r
2# Platform BDS customizations library.\r
3#\r
f4d575b5 4# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
30541881
RN
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
f4d575b5 39 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
30541881
RN
40 OvmfPkg/OvmfPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PcdLib\r
2b23b8d4 49 UefiBootManagerLib\r
a3cd5cd5 50 BootLogoLib\r
77f47588 51 DevicePathLib\r
30541881
RN
52 PciLib\r
53 NvVarsFileLib\r
54 QemuFwCfgLib\r
687f7521 55 QemuFwCfgS3Lib\r
30541881
RN
56 LoadLinuxLib\r
57 QemuBootOrderLib\r
58 UefiLib\r
59\r
60[Pcd]\r
30541881
RN
61 gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent\r
62 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
63 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
8dc0f0a6 64 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
07dd96e8 65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
30541881
RN
66\r
67[Pcd.IA32, Pcd.X64]\r
68 gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r
69\r
70[Protocols]\r
71 gEfiDecompressProtocolGuid\r
72 gEfiPciRootBridgeIoProtocolGuid\r
73 gEfiS3SaveStateProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
74 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
07dd96e8 75 gEfiLoadedImageProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
2eb35898 76 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
30541881
RN
77\r
78[Guids]\r
da2369d2 79 gEfiXenInfoGuid\r
30541881
RN
80 gEfiEndOfDxeEventGroupGuid\r
81 gRootBridgesConnectedEventGroupGuid\r