mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Many function present in PlatformBootManagerLib and PlatformBootManagerLibLight have the same implementation. The idea of this new Library is to collect them to enable code reuse. Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
## @file
|
|
# Common code PlatformBootManager and PlatformBootManagerLight.
|
|
#
|
|
# Copyright (C) 2025, Red Hat, Inc.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = PlatformBootManagerCommonLib
|
|
FILE_GUID = B6169BD3-EB70-4E00-B4CB-4C24C2C5235E
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PlatformBootManagerCommonLib|DXE_DRIVER
|
|
|
|
[Sources]
|
|
PlatformBootManagerCommonLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
[LibraryClasses]
|
|
QemuFwCfgLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
UefiBootManagerLib
|
|
UefiBootServicesTableLib
|
|
UefiLib
|
|
UefiRuntimeServicesTableLib
|
|
BaseLib
|
|
PrintLib
|
|
DevicePathLib
|
|
BaseMemoryLib
|
|
OrderedCollectionLib
|
|
|
|
[Guids]
|
|
gEfiGlobalVariableGuid
|
|
gVirtioMmioTransportGuid
|
|
gVMMBootOrderGuid
|
|
|
|
[Protocols]
|
|
gEfiDevicePathProtocolGuid ## CONSUMES
|
|
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|