]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
Update NT32 to produce the gEfiMemoryTypeInformation HOB
[mirror_edk2.git] / Nt32Pkg / WinNtAutoScanPei / WinNtAutoScanPei.inf
CommitLineData
7b202cb0 1## @file\r
6c25c60e 2# Component description file for WinNtAutoScan module\r
3#\r
4# This module abstracts memory auto-scan in a Windows NT environment.\r
8f2a5f80 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6c25c60e 6#\r
8f2a5f80 7# This program and the accompanying materials\r
6c25c60e 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
7b202cb0 15##\r
6c25c60e 16\r
6c25c60e 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = WinNtAutoScan\r
20 FILE_GUID = BE0FEABA-3443-4919-9F3A-2D4216329EA9\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
6c25c60e 23\r
24 ENTRY_POINT = PeimInitializeWinNtAutoScan\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31\r
7b202cb0 32[Sources]\r
d5469f43 33 WinNtAutoScan.c\r
6c25c60e 34\r
6c25c60e 35[Packages]\r
6c25c60e 36 MdePkg/MdePkg.dec\r
0dea993c
A
37 MdeModulePkg/MdeModulePkg.dec\r
38 Nt32Pkg/Nt32Pkg.dec\r
6c25c60e 39\r
40\r
6c25c60e 41[LibraryClasses]\r
42 HobLib\r
43 PeimEntryPoint\r
44 DebugLib\r
68443c61 45 PeiServicesLib\r
6c25c60e 46\r
6c25c60e 47[Ppis]\r
6c25c60e 48 gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED\r
57b31029 49 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
6c25c60e 50\r
57b31029 51[Guids]\r
52 gEfiMemoryTypeInformationGuid\r
53 \r
54[Depex]\r
55 gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid\r