TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeAcpiParameterBufferModuleConfigLib.c File Reference

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
 

Detailed Description

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.

Function Documentation

◆ AcpiParameterBufferModuleConfigLibConstructor()

EFI_STATUS EFIAPI AcpiParameterBufferModuleConfigLibConstructor ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Constructor of the PRM configuration library.

Parameters
[in]ImageHandleThe image handle of the driver.
[in]SystemTableThe EFI System Table pointer.
Return values
EFI_SUCCESSThe shell command handlers were installed successfully.
EFI_UNSUPPORTEDThe shell level required was not found.

Definition at line 40 of file DxeAcpiParameterBufferModuleConfigLib.c.

Variable Documentation

◆ mCheckParamBufferPrmHandlerGuid

STATIC CONST EFI_GUID mCheckParamBufferPrmHandlerGuid
Initial value:
= {
0x2e4f2d13, 0x6240, 0x4ed0, { 0xa4, 0x01, 0xc7, 0x23, 0xfb, 0xdc, 0x34, 0xe8 }
}

Definition at line 25 of file DxeAcpiParameterBufferModuleConfigLib.c.

◆ mPrmConfigProtocolHandle

STATIC EFI_HANDLE mPrmConfigProtocolHandle

Definition at line 17 of file DxeAcpiParameterBufferModuleConfigLib.c.

◆ mPrmModuleGuid

STATIC CONST EFI_GUID mPrmModuleGuid
Initial value:
= {
0xdc2a58a6, 0x5927, 0x4776, { 0xb9, 0x95, 0xd1, 0x18, 0xa2, 0x73, 0x35, 0xa2 }
}

Definition at line 20 of file DxeAcpiParameterBufferModuleConfigLib.c.