]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
Fix build break caused by a unresolved external symbol _memset in BaseUefiTianoCustom...
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 9100262abe804c65dbdc5f06a0cbc16752b68cac..351748244c0173a22b5e5c2751d783f309d4fc55 100644 (file)
 \r
   ##  @libraryclass  Provides HII related functions.\r
   HiiLib|Include/Library/HiiLib.h\r
-\r
-  ##  @libraryclass  Provides a set of interfaces to do IFR opcode creation and interact with a UEFI Form Browser.\r
-  IfrSupportLib|Include/Library/IfrSupportLib.h\r
-  \r
-  ##  @libraryclass  Defines APIs that is related to IFR operations but specific to EDK II\r
-  #                  implementation.\r
-  ##\r
-  ExtendedIfrSupportLib|Include/Library/ExtendedIfrSupportLib.h\r
-  \r
+    \r
   ##  @libraryclass  Defines a set of interfaces on how to process capusle image update.\r
   CapsuleLib|Include/Library/CapsuleLib.h\r
   \r
 [Protocols.common] \r
   ## Load File protocol provides capability to load and unload EFI image into memory and execute it.\r
   ## Include/Protocol/LoadPe32Image.h\r
+  ## This protocol is deprecated. Native EDKII module should NOT use this protocol to load/unload image.\r
+  ## If developer need implement such functionality, they should use BasePeCoffLib.\r
   gEfiLoadPeImageProtocolGuid    = { 0x5CB5C776, 0x60D5, 0x45EE, { 0x88, 0x3C, 0x45, 0x27, 0x08, 0xCD, 0x74, 0x3F }}\r
   \r
   ## Print protocol defines six basic print functions to print the format unicode and ascii string.\r