X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=694c7690fa191444c45fad0cf3e6f613230d5850;hb=9d510e61fceee7b92955ef9a3c20343752d8ce3f;hp=8979d6aec514e31d9eb443d74fe273e33a4249cf;hpb=914268946128cfb2e28aa92dd184ffd85cf1d723;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 8979d6aec5..694c7690fa 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -1,42 +1,39 @@ -#/** @file -# Component description file for Runtime module. +## @file +# Module that produces EFI runtime virtual switch over services. # -# This module is used to produce the EFI runtime virtual switch over services. -# Copyright (c) 2006 - 2007, Intel Corporation +# This runtime module installs Runtime Architectural Protocol and registers +# CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer +# runtime services table. # -# All rights reserved. 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 -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# +# SPDX-License-Identifier: BSD-2-Clause-Patent # -#**/ +# +## [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 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = RuntimeDriverInitialize # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # -[Sources.common] +[Sources] Crc32.c Runtime.h Runtime.c - + [Packages] MdePkg/MdePkg.dec @@ -45,6 +42,7 @@ PeCoffLib CacheMaintenanceLib UefiBootServicesTableLib + UefiLib UefiRuntimeServicesTableLib ReportStatusCodeLib DebugLib @@ -52,11 +50,11 @@ BaseLib [Protocols] - gEfiRuntimeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED - gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiRuntimeArchProtocolGuid ## PRODUCES + gEfiLoadedImageProtocolGuid ## CONSUMES -[FixedPcd.common] - gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap - [depex] - TRUE \ No newline at end of file + TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + RuntimeDxeExtra.uni