X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FWinNtAutoScanPei%2FWinNtAutoScanPei.inf;h=0971c0ea29d5753e4c6d0b3b9d22cd79f34c24f8;hp=c04d062f72c2415eb4fe96a2ebfbdb8f1c9b983b;hb=57b3102955693be2d3e44575b1d98c13a8a535e7;hpb=68443c61b4e51bdef20a60692bf1c417c5e06fb8 diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf index c04d062f72..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] @@ -47,8 +45,11 @@ 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