TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/PrmConfig.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | AcpiParameterBufferModuleConfigLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC EFI_HANDLE | mPrmConfigProtocolHandle |
STATIC CONST EFI_GUID | mPrmModuleGuid |
STATIC CONST EFI_GUID | mCheckParamBufferPrmHandlerGuid |
The boot services environment configuration library for the ACPI Parameter Buffer Sample PRM module.
Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DxeAcpiParameterBufferModuleConfigLib.c.
EFI_STATUS EFIAPI AcpiParameterBufferModuleConfigLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Constructor of the PRM configuration library.
[in] | ImageHandle | The image handle of the driver. |
[in] | SystemTable | The EFI System Table pointer. |
EFI_SUCCESS | The shell command handlers were installed successfully. |
EFI_UNSUPPORTED | The shell level required was not found. |
Definition at line 40 of file DxeAcpiParameterBufferModuleConfigLib.c.
Definition at line 25 of file DxeAcpiParameterBufferModuleConfigLib.c.
STATIC EFI_HANDLE mPrmConfigProtocolHandle |
Definition at line 17 of file DxeAcpiParameterBufferModuleConfigLib.c.
Definition at line 20 of file DxeAcpiParameterBufferModuleConfigLib.c.