]> 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 3739aba973dea46024c6bc9bb74f931bc955ac56..d66c8b9f09eeda2bf46fa157f2eda71841a4a665 100644 (file)
@@ -5,9 +5,9 @@
 #  CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer\r
 #  runtime services table.\r
 #\r
-#  Copyright (c) 2006 - 2010, 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
@@ -21,6 +21,7 @@
 [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
@@ -37,7 +38,7 @@
   Crc32.c\r
   Runtime.h\r
   Runtime.c\r
\r
+\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -56,6 +57,9 @@
 [Protocols]\r
   gEfiRuntimeArchProtocolGuid                   ## PRODUCES\r
   gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
\r
+\r
 [depex]\r
-  TRUE  
\ No newline at end of file
+  TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  RuntimeDxeExtra.uni\r