Skip to content

Commit

Permalink
Add missing gSchemaXmlHash in PlatformConfigDataLibNull.c (#425)
Browse files Browse the repository at this point in the history
## Description

Add missing gSchemaXmlHash in PlatformConfigDataLibNull.c for
stuart_ci_build test

For details on how to complete these options and their meaning refer to
[CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

 stuart_ci_build pipeline test pass

## Integration Instructions
  • Loading branch information
kanechen66 authored Dec 2, 2024
1 parent 0d4628f commit ef26461
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ UINTN gNumProfiles = 0;
CHAR8 *gProfileFlavorNames[1] = { NULL };

UINT8 gProfileFlavorIds[1] = { 0 };

CHAR8 *gSchemaXmlHash = NULL;

0 comments on commit ef26461

Please sign in to comment.