]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index c8fde3abdccb1fbe09c313a09c8f09665a2b2344..2e40bd74075c77850b8ed8f95b52edb0b83accd3 100644 (file)
@@ -48,7 +48,7 @@
   RecoveryLib|Include/Library/RecoveryLib.h\r
   \r
   ##  @libraryclass  Basic platform driver override functions.\r
-  PlatDriOverLib|Include/Library/PlatDriOverLib.h\r
+  PlatformDriverOverrideLib|Include/Library/PlatformDriverOverrideLib.h\r
 \r
   ##  @libraryclass  Provides HII related functions.\r
   HiiLib|Include/Library/HiiLib.h\r
   ##  @libraryclass  Defines a set of interfaces on how to process capusle image update.\r
   CapsuleLib|Include/Library/CapsuleLib.h\r
   \r
-  ##  @libraryclass  Platform BDS library definition about platform specific behavior.\r
-  PlatformBdsLib|Include/Library/PlatformBdsLib.h\r
-  \r
-  ##  @libraryclass  Generic BDS library definition, include the data structure and function.\r
-  GenericBdsLib|Include/Library/GenericBdsLib.h\r
-  \r
   ##  @libraryclass  Library for Deferred Procedure Calls.\r
   DpcLib|Include/Library/DpcLib.h\r
 \r
   ##\r
   FvbServiceLib|Include/Library/FvbServiceLib.h\r
 \r
+  ##  @libraryclass  Provides APIs for system memory test.\r
+  ##\r
+  MemoryTestLib|Include/Library/BaseMemoryTestLib.h\r
+\r
 [Guids.common]\r
   ## MdeModule package token space guid\r
   ## Include/Guid/MdeModulePkgTokenSpace.h\r
   ## Include/Guid/PcdDataBaseHobGuid.h\r
   gPcdDataBaseHobGuid            = { 0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 }}\r
   \r
-  ## Hob guid for Pcd Pei Callback Function Table\r
-  ## Include/Guid/PcdPeiCallbackFnTableHobGuid.h\r
-  gPcdPeiCallbackFnTableHobGuid  = { 0xC625F4B2, 0xEA09, 0x4675, { 0x82, 0xD7, 0xBA, 0x36, 0x82, 0x15, 0x7A, 0x14 }}\r
-\r
   ## Guid for EDKII implementation GUIDed opcodes\r
   gEfiIfrTianoGuid      = { 0xf0b1735, 0x87a0, 0x4193, {0xb2, 0x66, 0x53, 0x8c, 0x38, 0xaf, 0x48, 0xce }}\r
   \r
   ## Include/Protocol/TcgPlatform.h\r
   gEfiTcgPlatformProtocolGuid    = { 0x8c4c9a41, 0xbf56, 0x4627, { 0x9e, 0xa, 0xc8, 0x38, 0x6d, 0x66, 0x11, 0x5c }}\r
   \r
-  ## Protocol Guid specify the Simple TextIn Notify handle.\r
-  ## Include/Protocol/SimpleTextInExNotify.h\r
-  gSimpleTextInExNotifyGuid      = { 0x856f2def, 0x4e93, 0x4d6b, { 0x94, 0xce, 0x1c, 0xfe, 0x47, 0x01, 0x3e, 0xa5 }}  \r
   ## Protocol Guid specify the device is the hot plug device.\r
   gEfiHotPlugDeviceGuid          = { 0x220AC432, 0x1D43, 0x49E5, { 0xA7, 0x4F, 0x4C, 0x9D, 0xA6, 0x7A, 0xD2, 0x3B }}\r
 \r
   ## Error level for hardware recorder.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|1|UINT16|0x40000002\r
 \r
+  ##\r
+  #  This PCD defines the Console output column and the default value is 25 according to UEFI spec\r
+  ##\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|25|UINT32|0x40000006\r
+  \r
+  ##\r
+  #  This PCD defines the Console output row and the default value is 80 according to UEFI spec\r
+  ##\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|80|UINT32|0x40000007\r
   ##\r
   #  This PCD defines the times to print hello world string.\r
   #  This PCD is a sample to explain Patchable UINT32 PCD usage.\r
 [PcdsFeatureFlag.IA32]\r
   ## If TRUE, the DXE IPL will load a 64-bit DxeCore.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE|BOOLEAN|0x0001003b\r
-  \r
-  ## If TRUE, the DXE IPL will create the default IDT table.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|TRUE|BOOLEAN|0x0001003d\r
-\r
 \r