From 340499ce6e66cf17c2cd31e37e453ce67777f12d Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 25 Aug 2008 05:09:01 +0000 Subject: [PATCH] Add comments for several library class and declare PCD PcdMaximumGuidedExtractHandler as the PcdsFixedAtBuild and PcdsPatchableInModule type. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5728 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 298a9e990b..1210ecbe94 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -1,7 +1,7 @@ #/** @file # # This Package provides headers and libraries that conform to EFI/PI Industry standards. -# Copyright (c) 2007, Intel Corporation. +# Copyright (c) 2007 - 2008, Intel Corporation. # # All rights reserved. # This program and the accompanying materials are licensed and made available under @@ -43,6 +43,7 @@ UefiRuntimeLib|Include/Library/UefiRuntimeLib.h UefiLib|Include/Library/UefiLib.h UefiDriverEntryPoint|Include/Library/UefiDriverEntryPoint.h + ## UEFI Decompress Library Functions defintion for UEFI compress algorithm UefiDecompressLib|Include/Library/UefiDecompressLib.h UefiBootServicesTableLib|Include/Library/UefiBootServicesTableLib.h UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h @@ -82,9 +83,11 @@ BaseLib|Include/Library/BaseLib.h BasePeCoffLib|Include/Library/PeCoffLib.h GraphicsLib|Include/Library/GraphicsLib.h + ## Extract Guided Section Library class defintions that provides many handlers for the different guided section data. ExtractGuidedSectionLib|Include/Library/ExtractGuidedSectionLib.h IfrSupportLib|Include/Library/IfrSupportLib.h PeiPiLib|Include/Library/PeiPiLib.h + ## Serial I/O Port library functions definition. SerialPortLib|Include/Library/SerialPortLib.h DxePiLib|Include/Library/DxePiLib.h @@ -368,6 +371,8 @@ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1|UINT8|0x00000022 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1|UINT8|0x00000023 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8 + gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10|UINT32|0x00000025 + [PcdsDynamic.common] gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008|UINT16|0x0000001b -- 2.39.2