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>
#include <Samples/PrmSampleHardwareAccessModule/Hpet.h>
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 |
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.
EFI_STATUS EFIAPI HardwareAccessModuleConfigLibConstructor | ( | 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 36 of file DxeHardwareAccessModuleConfigLib.c.
STATIC EFI_HANDLE mPrmConfigProtocolHandle |
Definition at line 18 of file DxeHardwareAccessModuleConfigLib.c.
Definition at line 21 of file DxeHardwareAccessModuleConfigLib.c.