]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
Add a TcpIo library to facilitate usage of TCP service.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 29aec9348b0a1905ed5c51a47f141f6fd2624a8d..8cf4b75309b27e8c06c2a254a712d0c53940deb9 100644 (file)
   #   This library is only intended to be used by UEFI network stack modules.\r
   UdpIoLib|Include/Library/UdpIoLib.h\r
 \r
+  ##  @libraryclass  The helper routines to access TCP service.\r
+  #   This library is only intended to be used by UEFI network stack modules.\r
+  TcpIoLib|Include/Library/TcpIoLib.h\r
+\r
   ##  @libraryclass  Defines a set of methods to reset whole system.\r
   ResetSystemLib|Include/Library/ResetSystemLib.h\r
 \r
   #  Include/Protocol/FaultTolerantWrite.h\r
   gEfiFaultTolerantWriteProtocolGuid = { 0x3EBD9E82, 0x2C78, 0x4DE6, { 0x97, 0x86, 0x8D, 0x4B, 0xFC, 0xB7, 0xC8, 0x81 }}\r
 \r
+  ## This protocol provides boot-time service to do fault tolerant write capability for block devices in SMM environment.\r
+  #  Include/Protocol/SmmFaultTolerantWrite.h\r
+  gEfiSmmFaultTolerantWriteProtocolGuid = { 0x3868fc3b, 0x7e45, 0x43a7, { 0x90, 0x6c, 0x4b, 0xa4, 0x7d, 0xe1, 0x75, 0x4d }}\r
+  \r
   ## This protocol is used to abstract the swap operation of boot block and backup block of boot FV.\r
   #  Include/Protocol/SwapAddressRange.h\r
   gEfiSwapAddressRangeProtocolGuid = { 0x1259F60D, 0xB754, 0x468E, { 0xA7, 0x89, 0x4D, 0xB8, 0x5D, 0x55, 0xE8, 0x7E }}\r
+  \r
+  ## This protocol is used to abstract the swap operation of boot block and backup block of boot FV in SMM environment.\r
+  #  Include/Protocol/SmmSwapAddressRange.h\r
+  gEfiSmmSwapAddressRangeProtocolGuid = { 0x67c4f112, 0x3385, 0x4e55, { 0x9c, 0x5b, 0xc0, 0x5b, 0x71, 0x7c, 0x42, 0x28 }}\r
+  \r
+  ## This protocol is intended for use as a means to store data in the EFI SMM environment.\r
+  #  Include/Protocol/SmmVariableProtocol.h\r
+  gEfiSmmVariableProtocolGuid = { 0xed32d533, 0x99e6, 0x4209, { 0x9c, 0xc0, 0x2d, 0x72, 0xcd, 0xd9, 0x98, 0xa7 }}\r
+\r
+  ## This protocol is similar with DXE FVB protocol and used in the UEFI SMM evvironment.\r
+  #  Include/Protocol/SmmFirmwareVolumeBlock.h\r
+  gEfiSmmFirmwareVolumeBlockProtocolGuid = { 0xd326d041, 0xbd31, 0x4c01, { 0xb5, 0xa8, 0x62, 0x8b, 0xe8, 0x7f, 0x6, 0x53 }}\r
 \r
 [PcdsFeatureFlag]\r
   ## Indicate whether platform can support update capsule across a system reset\r
   #  interrupt to access usb device in the case of absence of usb stack. \r
   #  DUET platform requires the token to be TRUE.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047\r
+  \r
+  ## If TRUE, the variable services are provided in DXE_SMM. The SMM driver can use SMM variable protocol \r
+  #  to access variable. Otherwise the variable services are provided in DXE_RUNTIME.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmmVariableEnable|TRUE|BOOLEAN|0x00010048\r
 \r
   ## If TRUE, HiiImageProtocol will be installed.\r
   #  FALSE is for size reduction.\r