X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=d66c8b9f09eeda2bf46fa157f2eda71841a4a665;hp=60576dcc2e5a3011b9ee50714268e72b14a8a4cd;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=cd5ebaa06dca3e6ef3c464081e6defe00d358c69 diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 60576dcc2e..d66c8b9f09 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -5,7 +5,7 @@ # CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer # runtime services table. # -# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -21,6 +21,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = RuntimeDxe + MODULE_UNI_FILE = RuntimeDxe.uni FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 @@ -37,7 +38,7 @@ Crc32.c Runtime.h Runtime.c - + [Packages] MdePkg/MdePkg.dec @@ -56,6 +57,9 @@ [Protocols] gEfiRuntimeArchProtocolGuid ## PRODUCES gEfiLoadedImageProtocolGuid ## CONSUMES - + [depex] - TRUE \ No newline at end of file + TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + RuntimeDxeExtra.uni