]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
remove some comments introduced by tools.
[mirror_edk2.git] / MdePkg / Library / PeiResourcePublicationLib / PeiResourcePublicationLib.c
index 2726c53fc56b997cbd44ef80cb62c77bdc948ab3..96c60e373300aed402c7a8550d2f7e65f147704c 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  Module Name:  PeiResourcePublicationLib.c\r
-\r
 **/\r
 \r
 \r
+\r
+#include <PiPei.h>\r
+\r
+\r
+#include <Library/ResourcePublicationLib.h>\r
+#include <Library/PeiServicesLib.h>\r
+#include <Library/DebugLib.h>\r
+\r
+\r
 /**\r
   \r
   Declares the presence of permanent system memory in the platform.\r
@@ -43,7 +50,7 @@ PublishSystemMemory (
   ASSERT (MemoryLength > 0);\r
   ASSERT (MemoryLength <= (MAX_ADDRESS - MemoryBegin + 1));\r
 \r
-  Status      = PeiCoreInstallPeiMemory (MemoryBegin, MemoryLength);\r
+  Status      = PeiServicesInstallPeiMemory (MemoryBegin, MemoryLength);\r
      \r
   return (RETURN_STATUS) Status;\r
 }\r