X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiLib%2FUefiLib.msa;h=b6693d4854dc10ef55ffea7bb3bf07bc56ade8f4;hp=5b059f717469a36a81fa2809d532a6cef60eaef5;hb=43fcd99927a25327414ee0dfa7db73ae53df1a88;hpb=abf537ea15a341f429265a021f7950d47562fcf1 diff --git a/MdePkg/Library/UefiLib/UefiLib.msa b/MdePkg/Library/UefiLib/UefiLib.msa index 5b059f7174..b6693d4854 100644 --- a/MdePkg/Library/UefiLib/UefiLib.msa +++ b/MdePkg/Library/UefiLib/UefiLib.msa @@ -1,12 +1,15 @@ - + 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 + 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 @@ -22,7 +25,7 @@ UefiLib - + UefiLib @@ -40,11 +43,18 @@ MemoryAllocationLib + + PcdLib + + + PrintLib + UefiLib.c Console.c UefiNotTiano.c + UefiLibPrint.c @@ -56,12 +66,16 @@ gEfiEventReadyToBootGuid - - gEfiFrameworkDevicePathGuid - 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. + + \ No newline at end of file