Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MdeModulePkg HobPrintLib: Add Guid to Guids section. #6406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apop5
Copy link
Contributor

@apop5 apop5 commented Nov 5, 2024

Description

gEfiHobMemoryAllocModuleGuid is referenced in the HobPrintLib, but it is not defined in the INF file, causing an unresolved external error when the module is consumed by code.

  • Breaking change?
  • Impacts security?
  • Includes tests?

How This Was Tested

Modified module to consume this library, experienced build error.
Corrected INF, module compiled correctly.

Integration Instructions

N/A

@niruiyu niruiyu added the push Auto push patch series in PR if all checks pass label Nov 6, 2024
gEfiHobMemoryAllocModuleGuid is referenced in the HobPrintLib,
but it is not defined in the INF file, causing an unresolved
external error when the module is consumed by code.

Signed-off-by: Aaron Pop <[email protected]>
@lgao4 lgao4 force-pushed the personal/apop5/addguidtohobprint branch from e897bc8 to e34ced9 Compare November 11, 2024 01:13
@lgao4 lgao4 removed the push Auto push patch series in PR if all checks pass label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants