summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-25 05:09:01 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-25 05:09:01 +0000
commit340499ce6e66cf17c2cd31e37e453ce67777f12d (patch)
tree59a32ea4c037c3e63ff596d13c9686634cc4391e /MdePkg
parentf8297150587b7132fce8707642d1f97974b28391 (diff)
downloadedk2-platforms-340499ce6e66cf17c2cd31e37e453ce67777f12d.tar.xz
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
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/MdePkg.dec7
1 files changed, 6 insertions, 1 deletions
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