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

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI HardwareAccessModuleConfigLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

STATIC EFI_HANDLE mPrmConfigProtocolHandle
 
STATIC CONST EFI_GUID mPrmModuleGuid
 

Detailed Description

The boot services environment configuration library for the Hardware Access Sample PRM module.

Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DxeHardwareAccessModuleConfigLib.c.

Function Documentation

◆ HardwareAccessModuleConfigLibConstructor()

EFI_STATUS EFIAPI HardwareAccessModuleConfigLibConstructor ( 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 36 of file DxeHardwareAccessModuleConfigLib.c.

Variable Documentation

◆ mPrmConfigProtocolHandle

STATIC EFI_HANDLE mPrmConfigProtocolHandle

Definition at line 18 of file DxeHardwareAccessModuleConfigLib.c.

◆ mPrmModuleGuid

STATIC CONST EFI_GUID mPrmModuleGuid
Initial value:
= {
0x0ef93ed7, 0x14ae, 0x425b, { 0x92, 0x8f, 0xb8, 0x5a, 0x62, 0x13, 0xb5, 0x7e }
}

Definition at line 21 of file DxeHardwareAccessModuleConfigLib.c.