Skip to content

Commit

Permalink
Move MockDeviceBootManagerLib Path (#584)
Browse files Browse the repository at this point in the history
## Description

Change PR572 MockDeviceBootManagerLib Path to match Guideline

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

Unit tests component can call these mock functions success

## Integration Instructions

N/A
  • Loading branch information
YiTa-AMI authored and VivianNK committed Oct 25, 2024
1 parent 5c226dc commit c6ac19e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MsCorePkg/MsCorePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[Includes]
Include
UnitTests/Mock/Include
Test/Mock/Include

[LibraryClasses]

Expand Down
2 changes: 1 addition & 1 deletion MsCorePkg/UnitTests/MsCorePkgHostTest.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
[Components]
MsCorePkg/MacAddressEmulationDxe/Test/MacAddressEmulationDxeHostTest.inf

MsCorePkg/UnitTests/Mock/Library/MockDeviceBootManagerLib/MockDeviceBootManagerLib.inf
MsCorePkg/Test/Mock/Library/GoogleTest/MockDeviceBootManagerLib/MockDeviceBootManagerLib.inf

[BuildOptions]
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES

0 comments on commit c6ac19e

Please sign in to comment.