Instance of UEFI Library.
The UEFI Library provides functions and macros that simplify the development of
UEFI Drivers and UEFI Applications. These functions and macros help manage EFI
events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,
and print messages on the console output and standard error devices.
Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Version of INF file specification | 0x00010005 |
Module Guid | 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9 |
Module Type | UEFI_DRIVER |
Module Version | 1.0 |
Produced Library Class | UefiLib |
Supported Module Types | DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE |
Library Constructor Function | UefiLibConstructor |
PCD Name | TokenSpace | Package |
PcdDriverDiagnosticsDisable | gEfiMdePkgTokenSpaceGuid | MdePkg |
PcdComponentNameDisable | gEfiMdePkgTokenSpaceGuid | MdePkg |
PcdDriverDiagnostics2Disable | gEfiMdePkgTokenSpaceGuid | MdePkg |
PcdComponentName2Disable | gEfiMdePkgTokenSpaceGuid | MdePkg |
PcdUgaConsumeSupport | gEfiMdePkgTokenSpaceGuid | MdePkg |
PcdUefiLibMaxPrintBufferSize | gEfiMdePkgTokenSpaceGuid | MdePkg |
Name | Package |
gEfiDriverBindingProtocolGuid | MdePkg |
gEfiSimpleTextOutProtocolGuid | MdePkg |
gEfiGraphicsOutputProtocolGuid | MdePkg |
gEfiHiiFontProtocolGuid | MdePkg |
gEfiUgaDrawProtocolGuid | MdePkg |
gEfiComponentNameProtocolGuid | MdePkg |
gEfiComponentName2ProtocolGuid | MdePkg |
gEfiDriverConfigurationProtocolGuid | MdePkg |
gEfiDriverConfiguration2ProtocolGuid | MdePkg |
gEfiDriverDiagnosticsProtocolGuid | MdePkg |
gEfiDriverDiagnostics2ProtocolGuid | MdePkg |
Name | Package |
gEfiEventReadyToBootGuid | MdePkg |
gEfiEventLegacyBootGuid | MdePkg |
gEfiGlobalVariableGuid | MdePkg |