X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiLib%2FUefiLib.msa;h=a5616ab1c65c6b3c852aaed6a6e1d5239601721d;hb=fd7a76af08f21401713f4ca595c0bdde49f6f388;hp=19b5703a3fa243adccb4e05a4ee0ac62ca576cf1;hpb=22d9199fe5bc0cc9b868b3e33c90a215ce8da3fd;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiLib/UefiLib.msa b/MdePkg/Library/UefiLib/UefiLib.msa index 19b5703a3f..a5616ab1c6 100644 --- a/MdePkg/Library/UefiLib/UefiLib.msa +++ b/MdePkg/Library/UefiLib/UefiLib.msa @@ -8,7 +8,7 @@ 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 + 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 @@ -55,6 +55,7 @@ Console.c UefiNotTiano.c UefiLibPrint.c + UefiDriverModel.c @@ -66,9 +67,6 @@ gEfiEventReadyToBootGuid - - gEfiFrameworkDevicePathGuid - EFI_SPECIFICATION_VERSION 0x00020000 @@ -80,5 +78,25 @@ 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. + \ No newline at end of file