]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match...
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / RuntimeDxe.inf
index 7a348d683ffa53161668aa0bc3515e283d62ee05..2d583518af544e8f95c7df9ad36e3056bc43fa52 100644 (file)
@@ -1,8 +1,11 @@
 #/** @file\r
-# Component description file for Runtime module.\r
+#  Module that produces EFI runtime virtual switch over services.\r
 #\r
-# This module is used to produce the EFI runtime virtual switch over services.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  This runtime module installs Runtime Architectural Protocol and registers\r
+#  CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer\r
+#  runtime services table.\r
+#\r
+#  Copyright (c) 2006 - 2008, Intel Corporation\r
 #\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
   FILE_GUID                      = B601F8C4-43B7-4784-95B1-F4226CB40CEE\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = RuntimeDriverInitialize\r
 \r
+#\r
+# The following information is for reference only and not required by the build tools.\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
   PeCoffLib\r
   CacheMaintenanceLib\r
   UefiBootServicesTableLib\r
+  UefiLib\r
   UefiRuntimeServicesTableLib\r
-  BaseMemoryLib\r
   ReportStatusCodeLib\r
   DebugLib\r
   UefiDriverEntryPoint\r
   BaseLib\r
 \r
-[Guids]\r
-\r
 [Protocols]\r
-  gEfiRuntimeArchProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiRuntimeArchProtocolGuid                   ## PRODUCES\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
 \r
 [FixedPcd.common]\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap\r