X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=60576dcc2e5a3011b9ee50714268e72b14a8a4cd;hp=89cbd0e693570062e4732f07dbb9d098bac53652;hb=0677cc4925d580f7016ac092dc591be0ebe03495;hpb=48557c6550adecf39e1e8e140b1736275d070dfb diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 89cbd0e693..60576dcc2e 100644 --- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf +++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf @@ -1,13 +1,13 @@ -#/** @file +## @file # Module that produces EFI runtime virtual switch over services. # # This runtime module installs Runtime Architectural Protocol and registers # CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer # runtime services table. # -# Copyright (c) 2006 - 2008, Intel Corporation +# Copyright (c) 2006 - 2010, 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 @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] @@ -33,7 +33,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] Crc32.c Runtime.h Runtime.c @@ -54,11 +54,8 @@ 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