]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.inf
9a806d17ec45ddae604190aa0c34bfcfef2ef412
[mirror_edk2.git] / OvmfPkg / Library / PlatformBootManagerLibGrub / PlatformBootManagerLibGrub.inf
1 ## @file
2 # Platform BDS customizations library.
3 #
4 # Copyright (C) 2020 James Bottomley, IBM Corporation.
5 # Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PlatformBootManagerLibGrub
13 FILE_GUID = 3a8f8431-f0c9-4c95-8a1d-04445c582d4e
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = X64
22 #
23
24 [Sources]
25 BdsPlatform.c
26 PlatformData.c
27 BdsPlatform.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 SourceLevelDebugPkg/SourceLevelDebugPkg.dec
33 OvmfPkg/OvmfPkg.dec
34 SecurityPkg/SecurityPkg.dec
35 ShellPkg/ShellPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 MemoryAllocationLib
40 UefiBootServicesTableLib
41 UefiRuntimeServicesTableLib
42 BaseMemoryLib
43 DebugLib
44 PcdLib
45 UefiBootManagerLib
46 BootLogoLib
47 DevicePathLib
48 PciLib
49 UefiLib
50 PlatformBmPrintScLib
51 Tcg2PhysicalPresenceLib
52
53 [Pcd]
54 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
55 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## CONSUMES
56 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits ## CONSUMES
57 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity ## CONSUMES
58 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits ## CONSUMES
59
60 [Protocols]
61 gEfiPciRootBridgeIoProtocolGuid
62 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
63 gEfiLoadedImageProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
64 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
65
66 [Guids]
67 gEfiEndOfDxeEventGroupGuid
68 gEfiGlobalVariableGuid
69 gRootBridgesConnectedEventGroupGuid
70 gUefiShellFileGuid
71 gGrubFileGuid