TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/HobLib.h>
#include <Library/DebugLib.h>
#include <Library/PeiServicesLib.h>
#include <Ppi/ReadOnlyVariable2.h>
#include <Guid/DebugMask.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | PeiDebugPrintHobLibConstructor (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices) |
NULL Library class that reads Debug Mask variable and if it exists makes a HOB that contains the debug mask.
Copyright (c) 2011, Apple, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PeiDebugPrintHobLib.c.
EFI_STATUS EFIAPI PeiDebugPrintHobLibConstructor | ( | IN EFI_PEI_FILE_HANDLE | FileHandle, |
IN CONST EFI_PEI_SERVICES ** | PeiServices | ||
) |
The constructor reads variable and sets HOB
FileHandle | The handle of FFS header the loaded driver. |
PeiServices | The pointer to the PEI services. |
EFI_SUCCESS | The constructor always returns EFI_SUCCESS. |
Definition at line 30 of file PeiDebugPrintHobLib.c.