]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
Add more comment for library instance and remove unused internal header file.
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeServicesTableLib / UefiRuntimeServicesTableLib.c
index 7fb777348fe9bb3046bfdb6e221b909eee63afae..89126dc1676337b35884d9ca8c18c9e88aee4dcf 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
   UEFI Runtime Services Table Library.\r
 \r
+  This library instance retrieve EFI_RUNTIME_SERVICES pointer from EFI system table\r
+  in library's constructor.\r
+\r
   Copyright (c) 2006, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   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:  UefiRuntimeServicesTableLib.c\r
-\r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
+#include <Uefi.h>\r
+#include <Library/DebugLib.h>\r
 \r
 EFI_RUNTIME_SERVICES  *gRT = NULL;\r
 \r