]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
Updated comment at line 595 to be PI 1.1 spec, instead of 1.0.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 8fdf10d3b56bebb87296f6d3ba8da32c034481bb..cc009ce60e985fc45f09d9d9d386d83cd494a883 100644 (file)
   ##  @libraryclass  Library for Deferred Procedure Calls.\r
   DpcLib|Include/Library/DpcLib.h\r
 \r
-  ##  @libraryclass  Provides APIs for system memory test.\r
-  ##\r
-  MemoryTestLib|Include/Library/MemoryTestLib.h\r
-\r
   ##  @libraryclass    Provides global variables that are pointers \r
   ##  to the UEFI HII related protocols. \r
   ##\r
   ## Indicate the max size of the non-populated capsule image that the platform can support.\r
   #  The default max size is 10MB (0xa00000) for the casule image without populated flag setting.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0xa00000|UINT32|0x0001001f\r
+\r
+  ## Null-terminated Unicode string of the firmware vendor name that is default name filled into the EFI System Table\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"EDK II"|VOID*|0xx00010050\r
+  \r
+  ## Firmware revision that is default value filled into the EFI System Table\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|0x00010000|UINT32|0x00010051\r
+\r
+  ## Null-terminated Unicode string that described the firmware version\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L""|VOID*|0x00010052    \r
+  \r
+  ## Null-terminated Unicode string that contains the date the formware was released\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString|L""|VOID*|0x00010053\r
+\r