X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=035aa9a59609f493a6294af8828bfe4b66cdba16;hp=3739aba973dea46024c6bc9bb74f931bc955ac56;hb=322d827c0f41efe14387ee67834ddced09f95c9c;hpb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 3739aba973..035aa9a596 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -5,9 +5,9 @@ # CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer # runtime services table. # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -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 @@ -58,4 +59,7 @@ gEfiLoadedImageProtocolGuid ## CONSUMES [depex] - TRUE \ No newline at end of file + TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + RuntimeDxeExtra.uni \ No newline at end of file