Skip to content

Commit

Permalink
Fix override tag (#360)
Browse files Browse the repository at this point in the history
## Description

The last override tag update accidentally added one that shouldn't be
included in BaseLib.inf. This PR removes it.

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

## How This Was Tested

Pipelines

## Integration Instructions

N/A
  • Loading branch information
kenlautner committed Oct 25, 2024
1 parent 94314d4 commit 460e838
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MmSupervisorPkg/Library/BaseLibSysCall/BaseLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
#
##

# Secure
#Override : 00000002 | MdePkg/Library/BaseLib/BaseLib.inf | d1eaa238fe7b99e66c2ff5985473e4a3 | 2024-10-23T18-51-53 | bf73b8a3c074d0280e664de6bf8c3d1091c3072c
# Non-Secure
#Override : 00000002 | StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf | 360b405f82e6baf8de6d85ca03fed261 | 2024-10-23T18-50-33 | bf73b8a3c074d0280e664de6bf8c3d1091c3072

[Defines]
INF_VERSION = 0x00010005
Expand Down

0 comments on commit 460e838

Please sign in to comment.