X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.spd;h=104b77f4de109819cd92c7eb4c54a64e40ba0063;hp=86fa64c265a75831de690198a8a53ff33e473719;hb=42721684d59a6bc9655054a8fdef789fa5bab3f3;hpb=3ec2611d34aec117fec295ab55dbf62363a7a7a9 diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 86fa64c265..104b77f4de 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -6,7 +6,7 @@ 0.3 Framework Module Development Environment Industry Standards This Package provides headers and libraries that conform to EFI/Framework Industry standards. - Copyright (c) 2006, Intel Corporation. + Copyright (c) 2006 - 2007, 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. @@ -174,6 +174,10 @@ Include/Library/UefiRuntimeServicesTableLib.h + + Include/Library/UefiApplicationEntryPoint.h + Library to abstract entry point to a EFI Application. + @@ -1146,7 +1150,6 @@ Library/BasePciExpressLib/BasePciExpressLib.msa Library/BasePciLibCf8/BasePciLibCf8.msa Library/BasePciLibPciExpress/BasePciLibPciExpress.msa - Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa Library/DxeCoreHobLib/DxeCoreHobLib.msa Library/DxeHobLib/DxeHobLib.msa @@ -1180,6 +1183,9 @@ Library/UefiLib/UefiLib.msa Library/DxeMemoryLib/DxeMemoryLib.msa Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa + Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa + Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa + Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.msa Include/Base.h @@ -1193,7 +1199,6 @@ Include/Dxe.h Include/Uefi.h Include/Uefi.h - Include/Peim.h @@ -1713,11 +1718,6 @@ 1ACED566-76ED-4218-BC81-767F1F977A89 - - gEfiNetworkInterfaceIdentifierProtocolGuid_31 - 1ACED566-76ED-4218-BC81-767F1F977A89 - - gEfiLoadedImageProtocolGuid 5B1B31A1-9562-11D2-8E3F-00A0C969723B @@ -2361,5 +2361,14 @@ FALSE If this value is set TRUE, autogen will replace Driver Diagnostics Protocol instance with NULL. + + PcdUefiLibMaxPrintBufferSize + 0x101 + gEfiMdePkgTokenSpaceGuid + UINT32 + FIXED_AT_BUILD + 320 + 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