X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FMdePkg.dec;h=bd5ce07269ef402bce77ac44ea3f0926f6fb0514;hb=424d84556d4dfe3b05af00c06fd5d3480dccb111;hp=affff516ef7625a6941ef2cafefc6d0eedbfd6a4;hpb=66bd412ad4f76cef8971445197314acd2be5e651;p=mirror_edk2.git diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index affff516ef..bd5ce07269 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -100,6 +100,9 @@ ## PrintLib|Include/Library/PrintLib.h + ## @libraryclass Provides an ordered collection data structure. + OrderedCollectionLib|Include/Library/OrderedCollectionLib.h + ## @libraryclass Provides services to send progress/error codes to a POST card. PostCodeLib|Include/Library/PostCodeLib.h @@ -1375,7 +1378,8 @@ ## If TRUE, the driver diagnostics2 protocol will not be installed. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE|BOOLEAN|0x00000011 - ## Indicates whether EFI 1.1 ISO 639-2 language supports are obsolete + ## Indicates whether EFI 1.1 ISO 639-2 language supports are obsolete. + # If TRUE, Variable driver will be also not to auto update between PlatformLang and Lang variables. gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE|BOOLEAN|0x00000012 ## If TRUE, UGA Draw Protocol is still consumed. @@ -1386,6 +1390,12 @@ # SwapListEntries() gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList|FALSE|BOOLEAN|0x00000028 + ## If TRUE, OrderedCollectionLib is instructed to validate the + # ORDERED_COLLECTION structure at the end of such operations (typically + # structure modifications) that justify validation of the structure for unit + # testing purposes. + gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection|FALSE|BOOLEAN|0x0000002a + [PcdsFixedAtBuild] ## Indicates the maximum length of unicode string gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000|UINT32|0x00000001