X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=60576dcc2e5a3011b9ee50714268e72b14a8a4cd;hp=99e31a5c899ea362b668ebbcdac6ba6726b2b4d7;hb=0677cc4925d580f7016ac092dc591be0ebe03495;hpb=078bee4ebfc4dfdff3eff06823c4fd514c9130f5 diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 99e31a5c89..60576dcc2e 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -1,10 +1,13 @@ -#/** @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 +# Copyright (c) 2006 - 2010, 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 # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] @@ -21,8 +24,6 @@ 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 @@ -32,7 +33,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] Crc32.c Runtime.h Runtime.c @@ -45,19 +46,16 @@ PeCoffLib CacheMaintenanceLib UefiBootServicesTableLib + UefiLib UefiRuntimeServicesTableLib - BaseMemoryLib ReportStatusCodeLib DebugLib UefiDriverEntryPoint BaseLib [Protocols] - gEfiRuntimeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED - gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED - -[FixedPcd.common] - gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap - + gEfiRuntimeArchProtocolGuid ## PRODUCES + gEfiLoadedImageProtocolGuid ## CONSUMES + [depex] TRUE \ No newline at end of file