]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
MdePkg/BaseLib: Introduce new SpeculationBarrier API
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeServicesTableLib / UefiRuntimeServicesTableLib.c
index 4889094618007b8c504a6caa910c349c86967fec..29ead01edc251e7dc20456c386dc7a1b28908018 100644 (file)
@@ -1,26 +1,23 @@
 /** @file\r
   UEFI Runtime Services Table Library.\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  This library instance retrieve EFI_RUNTIME_SERVICES pointer from EFI system table\r
+  in library's constructor.\r
+\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \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
 **/\r
 \r
-\r
-#include <PiDxe.h>\r
-\r
-\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
+#include <Uefi.h>\r
 #include <Library/DebugLib.h>\r
 \r
-#include "UefiRuntimeServicesTableLibInternal.h"\r
-\r
 EFI_RUNTIME_SERVICES  *gRT = NULL;\r
 \r
 /**\r