]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / RuntimeDxe.inf
index 717dbe0e09bd40f17e3507ee357a32a4746cf5da..d66c8b9f09eeda2bf46fa157f2eda71841a4a665 100644 (file)
@@ -1,10 +1,13 @@
-#/** @file\r
+## @file\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
+#  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
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = RuntimeDxe\r
+  MODULE_UNI_FILE                = RuntimeDxe.uni\r
   FILE_GUID                      = B601F8C4-43B7-4784-95B1-F4226CB40CEE\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Crc32.c\r
   Runtime.h\r
   Runtime.c\r
\r
+\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   BaseLib\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
-  \r
 [depex]\r
-  TRUE  
\ No newline at end of file
+  TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  RuntimeDxeExtra.uni\r