]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / RuntimeDxe.inf
index 12c6636278b7c65b859ac88ae7f3034bd9e8a8a5..a2b4a4699fe34d507a3c364acf7a8996212ade53 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 - 2010, 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
@@ -43,6 +46,7 @@
   PeCoffLib\r
   CacheMaintenanceLib\r
   UefiBootServicesTableLib\r
+  UefiLib\r
   UefiRuntimeServicesTableLib\r
   ReportStatusCodeLib\r
   DebugLib\r
   BaseLib\r
 \r
 [Protocols]\r
-  gEfiRuntimeArchProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-\r
-[FixedPcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap\r
-  \r
+  gEfiRuntimeArchProtocolGuid                   ## PRODUCES\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
\r
 [depex]\r
   TRUE  
\ No newline at end of file