]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
OvmfPkg/OvmfPkg.dec: Add definitions for CSM-related Guid & Protocol
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index be84916cc0092b2b4800bd4c180b41a4b429c02c..6cba72998278d42b605ec5e3609182b5d6f2f6e7 100644 (file)
 \r
 \r
 [LibraryClasses]\r
-  ##  @libraryclass  IpIo layer upon EFI IP4 Protocol.\r
-  #   This library is only intended to be used by UEFI network stack modules.\r
-  IpIoLib|Include/Library/IpIoLib.h\r
-\r
-  ##  @libraryclass  Basic function for UEFI network stack.\r
-  #   This library is only intended to be used by UEFI network stack modules.\r
-  NetLib|Include/Library/NetLib.h\r
-\r
-  ##  @libraryclass  The helper routines to access UDP service.\r
-  #   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  The helper routines to access HTTP service.\r
-  #   This library is only intended to be used by UEFI network stack modules.\r
-  HttpLib|Include/Library/HttpLib.h\r
-\r
   ##  @libraryclass  Defines a set of methods to reset whole system.\r
   ResetSystemLib|Include/Library/ResetSystemLib.h\r
 \r
@@ -67,9 +47,6 @@
   ##  @libraryclass  Defines a set of interfaces on how to process capusle image update.\r
   CapsuleLib|Include/Library/CapsuleLib.h\r
 \r
-  ##  @libraryclass  Library for Deferred Procedure Calls.\r
-  DpcLib|Include/Library/DpcLib.h\r
-\r
   ##  @libraryclass    Provides global variables that are pointers\r
   #   to the UEFI HII related protocols.\r
   #\r
   gLzmaCustomDecompressGuid      = { 0xEE4E5898, 0x3914, 0x4259, { 0x9D, 0x6E, 0xDC, 0x7B, 0xD7, 0x94, 0x03, 0xCF }}\r
   gLzmaF86CustomDecompressGuid     = { 0xD42AE6BD, 0x1352, 0x4bfb, { 0x90, 0x9A, 0xCA, 0x72, 0xA6, 0xEA, 0xE8, 0x89 }}\r
 \r
-  ## GUID indicates the tiano custom compress/decompress algorithm.\r
-  #  Include/Guid/TianoDecompress.h\r
-  gTianoCustomDecompressGuid     = { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 }}\r
-\r
   ## Include/Guid/TtyTerm.h\r
   gEfiTtyTermGuid                = { 0x7d916d80, 0x5bb1, 0x458c, {0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94 }}\r
 \r
   # @Prompt Disable default keyboard layout in USB KeyBoard Driver.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver|FALSE|BOOLEAN|0x00010200\r
 \r
-  ## Indicates if backward compatibility to Framework HII and Framework FvHob is supported.<BR><BR>\r
-  #   TRUE  - Setup Browser supports GUID opcodes generated from Framework HII VFR file by VFR compiler.\r
-  #           the PeiCore will handle the framework FvHob and install FvInfo PPI for it.<BR>\r
-  #   FALSE - Setup Browser doesn't support GUID opcodes generated from Framework HII VFR file by VFR compiler.\r
-  #           the PeiCore will not handle the framework FvHob and install FvInfo PPI for it.<BR>\r
-  # @Prompt Enable framework backward compatibility support.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|FALSE|BOOLEAN|0x00012009\r
-\r
   ## Indicates if HelloWorld Application will print the verbose information.\r
   #  This PCD is a sample to explain FeatureFlag PCD usage.<BR><BR>\r
   #   TRUE  - HelloWorld Application will print the verbose information.<BR>\r
   # @Prompt Serial port registers use MMIO.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE|BOOLEAN|0x00020000\r
 \r
+  ## Indicates the access width for 16550 serial port registers.\r
+  # Default is 8-bit access mode.<BR><BR>\r
+  #    8  - 16550 serial port registers are accessed in 8-bit width.<BR>\r
+  #   32 - 16550 serial port registers are accessed in 32-bit width.<BR>\r
+  # @Prompt Serial port register access width.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterAccessWidth|8|UINT8|0x00020007\r
+\r
   ## Indicates if the 16550 serial port hardware flow control will be enabled. Default is FALSE.<BR><BR>\r
   #   TRUE  - 16550 serial port hardware flow control will be enabled.<BR>\r
   #   FALSE - 16550 serial port hardware flow control will be disabled.<BR>\r