diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-25 05:09:01 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-25 05:09:01 +0000 |
commit | 340499ce6e66cf17c2cd31e37e453ce67777f12d (patch) | |
tree | 59a32ea4c037c3e63ff596d13c9686634cc4391e | |
parent | f8297150587b7132fce8707642d1f97974b28391 (diff) | |
download | edk2-340499ce6e66cf17c2cd31e37e453ce67777f12d.zip edk2-340499ce6e66cf17c2cd31e37e453ce67777f12d.tar.gz edk2-340499ce6e66cf17c2cd31e37e453ce67777f12d.tar.bz2 |
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
-rw-r--r-- | MdePkg/MdePkg.dec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 298a9e9..1210ecb 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
|