X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=2d583518af544e8f95c7df9ad36e3056bc43fa52;hp=8519cc84fba02fea09b86f991389812ad6a60c2c;hb=f324bf4dbeda4d64b769bd005331e8f9404b692d;hpb=10e2e070c9f62e884d7b18752ff91ca9d0b74fb2 diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 8519cc84fb..2d583518af 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -1,8 +1,11 @@ #/** @file -# Component description file for Runtime module. +# 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. +# +# Copyright (c) 2006 - 2008, 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,11 +24,11 @@ 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 # @@ -38,25 +41,21 @@ [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec [LibraryClasses] PeCoffLib CacheMaintenanceLib UefiBootServicesTableLib + UefiLib UefiRuntimeServicesTableLib - BaseMemoryLib ReportStatusCodeLib DebugLib UefiDriverEntryPoint BaseLib -[Guids] - gEfiCapsuleInfoGuid - [Protocols] - gEfiRuntimeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED - gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiRuntimeArchProtocolGuid ## PRODUCES + gEfiLoadedImageProtocolGuid ## CONSUMES [FixedPcd.common] gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap