UefiLib
DXE_DRIVER
3a004ba5-efe0-4a61-9f1a-267a46ae5ba9
1.0
Component description file for the entry point to a EFIDXE Drivers
Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
(EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.
Copyright (c) 2006, 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.
FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052
IA32 X64 IPF EBC
false
UefiLib
UefiLib
UefiBootServicesTableLib
BaseLib
BaseMemoryLib
DebugLib
MemoryAllocationLib
PcdLib
PrintLib
UefiLib.c
Console.c
UefiNotTiano.c
UefiLibPrint.c
UefiDriverModel.c
gEfiDriverBindingProtocolGuid
gEfiComponentName2ProtocolGuid
gEfiComponentNameProtocolGuid
gEfiDriverConfigurationProtocolGuid
gEfiDriverDiagnosticsProtocolGuid
gEfiDriverDiagnostics2ProtocolGuid
gEfiEventLegacyBootGuid
gEfiEventReadyToBootGuid
EFI_SPECIFICATION_VERSION 0x00020000
EDK_RELEASE_VERSION 0x00020000
PcdUefiLibMaxPrintBufferSize
gEfiMdePkgTokenSpaceGuid
This PCD is used by UefiLib APIs, which are Print, ErrorPrint, AsciiPrint, AsciiErrorPrint. If the length of the formatted Unicode or ASCII string is greater than PcdUefiLibMaxPrintBufferSize, then only the first (PcdUefiLibMaxPrintBufferSize / Sizeof(CHAR16)) Unicode characters or PcdUefiLibMaxPrintBufferSize Ascii characters are sent to the respective console.
PcdDriverDiagnosticsDisable
gEfiMdePkgTokenSpaceGuid
If this value is set TRUE, autogen will replace Driver Diagnostics Protocol instance with NULL.
PcdDriverDiagnostics2Disable
gEfiMdePkgTokenSpaceGuid
If this value is set TRUE, autogen will replace Driver Diagnostics2 Protocol instance with NULL.
PcdComponentNameDisable
gEfiMdePkgTokenSpaceGuid
If this value is set TRUE, autogen will replace Component Name Protocol instance with NULL.
PcdComponentName2Disable
gEfiMdePkgTokenSpaceGuid
If this value is set TRUE, autogen will replace Component Name2 Protocol instance with NULL.