Skip to content

Commit

Permalink
Update MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableL…
Browse files Browse the repository at this point in the history
…ib/MockUefiBootServicesTableLib.cpp

Co-authored-by: Oliver Smith-Denny <[email protected]>
Signed-off-by: v-boscochen <[email protected]>
  • Loading branch information
v-boscochen and os-d committed Nov 14, 2024
1 parent 60c9275 commit d57aa58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_AllocatePool, 3, EFI
MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_LocateHandle, 5, EFIAPI);
MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_ConnectController, 4, EFIAPI);
MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_DisconnectController, 3, EFIAPI);
MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_RasieTpl, 1, EFIAPI);
MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_RaiseTpl, 1, EFIAPI);

MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTableLib, gBS_RestoreTpl, 1, EFIAPI);

extern "C" {
Expand Down

0 comments on commit d57aa58

Please sign in to comment.