X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiLib%2FUefiLib.msa;h=b6693d4854dc10ef55ffea7bb3bf07bc56ade8f4;hp=3c4352a833ae61e7a7b1be6ab9110ecf9eb28e85;hb=43fcd99927a25327414ee0dfa7db73ae53df1a88;hpb=3bdeb048a5bced8277e4717854e38c4ce91a1cd3 diff --git a/MdePkg/Library/UefiLib/UefiLib.msa b/MdePkg/Library/UefiLib/UefiLib.msa index 3c4352a833..b6693d4854 100644 --- a/MdePkg/Library/UefiLib/UefiLib.msa +++ b/MdePkg/Library/UefiLib/UefiLib.msa @@ -1,14 +1,17 @@ - + UefiLib - UEFI_DRIVER + 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 - Copyright (c) 2004-2006, Intel Corporation - All rights reserved. This program and the accompanying materials + 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 @@ -21,8 +24,8 @@ false UefiLib - - + + UefiLib @@ -40,28 +43,39 @@ MemoryAllocationLib + + PcdLib + + + PrintLib + - + UefiLib.c Console.c UefiNotTiano.c + UefiLibPrint.c - - - EventLegacyBoot - + - EventReadyToBoot + gEfiEventLegacyBootGuid - FrameworkDevicePath + gEfiEventReadyToBootGuid EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + 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. + + \ No newline at end of file