]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c
Add more file comments for PeiServiceTableLib
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointer.c
index 43293fb83c62941997e68ec2a40879cebc0b30e8..da866610da7f9e561bd2c62ef59cf08557708b7c 100644 (file)
@@ -1,5 +1,8 @@
 /** @file\r
   PEI Services Table Pointer Library.\r
+  \r
+  This library is used for PEIM which does executed from flash device directly but\r
+  executed in memory.\r
 \r
   Copyright (c) 2006, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
@@ -16,8 +19,6 @@
 #include <Library/PeiServicesTablePointerLib.h>\r
 #include <Library/DebugLib.h>\r
 \r
-#include "PeiServicesTablePointerInternal.h"\r
-\r
 STATIC EFI_PEI_SERVICES  **gPeiServices;\r
 \r
 /**\r