X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FWinNtAutoScanPei%2FWinNtAutoScanPei.inf;h=0971c0ea29d5753e4c6d0b3b9d22cd79f34c24f8;hp=078293142db103b18c69eeb4158c44b21efe2173;hb=57b3102955693be2d3e44575b1d98c13a8a535e7;hpb=d5469f43e3076dacb73957fa84eebd28ee138c12 diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf index 078293142d..0971c0ea29 100644 --- a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf +++ b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # Component description file for WinNtAutoScan module # # This module abstracts memory auto-scan in a Windows NT environment. -# Copyright (c) 2006 - 2007, 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 @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,8 +20,6 @@ FILE_GUID = BE0FEABA-3443-4919-9F3A-2D4216329EA9 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = PeimInitializeWinNtAutoScan @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] WinNtAutoScan.c [Packages] @@ -44,11 +42,14 @@ HobLib PeimEntryPoint DebugLib - + PeiServicesLib [Ppis] - gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_CONSUMED gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED + gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED -[depex] - gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid +[Guids] + gEfiMemoryTypeInformationGuid + +[Depex] + gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid