]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / UefiRuntimeLib.inf
index ae464fa6932fa5e06f94697b5ac72d9d88646629..98fb5abab031f69d0b6705408d49611ca165f521 100644 (file)
@@ -1,29 +1,30 @@
-#/** @file\r
-# Runtime driver library\r
+## @file\r
+# Instance of UEFI Runtime Library.\r
 #\r
-# Instance of runtime driver library, Hook VitualAddressChange and\r
-#  BooterviceExit event and provide runtime service.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Instance of UEFI Runtime Library, with hooked EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and\r
+#  EVT_SIGNAL_EXIT_BOOT_SERVICES event, to provide runtime services.\r
+# This instance also supports SAL drivers for better performance.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\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
 #  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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiRuntimeLib\r
+  MODULE_UNI_FILE                = UefiRuntimeLib.uni\r
   FILE_GUID                      = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   CONSTRUCTOR                    = RuntimeDriverLibConstruct\r
   DESTRUCTOR                     = RuntimeDriverLibDeconstruct\r
@@ -33,9 +34,7 @@
 #\r
 \r
 \r
-[Sources.common]\r
-  RuntimeLibInternal.h\r
-  RuntimeService.c\r
+[Sources]\r
   RuntimeLib.c\r
 \r
 [Packages]\r
@@ -46,4 +45,7 @@
   UefiRuntimeServicesTableLib\r
   DebugLib\r
 \r
+[Guids]\r
+  gEfiEventExitBootServicesGuid             ## CONSUMES ## Event\r
+  gEfiEventVirtualAddressChangeGuid         ## CONSUMES ## Event\r
 \r