X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntimeDxe.inf;h=60576dcc2e5a3011b9ee50714268e72b14a8a4cd;hb=0677cc4925d580f7016ac092dc591be0ebe03495;hp=2d583518af544e8f95c7df9ad36e3056bc43fa52;hpb=7bfc66a284e167ef9e63855a2fedee3559933496;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf index 2d583518af..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 @@ -56,9 +56,6 @@ [Protocols] gEfiRuntimeArchProtocolGuid ## PRODUCES gEfiLoadedImageProtocolGuid ## CONSUMES - -[FixedPcd.common] - gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap - + [depex] TRUE \ No newline at end of file