]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[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
9d2eedba 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6c25c60e 8#\r
9#\r
7b202cb0 10##\r
6c25c60e 11\r
6c25c60e 12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = WinNtAutoScan\r
15 FILE_GUID = BE0FEABA-3443-4919-9F3A-2D4216329EA9\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
6c25c60e 18\r
19 ENTRY_POINT = PeimInitializeWinNtAutoScan\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
7b202cb0 27[Sources]\r
d5469f43 28 WinNtAutoScan.c\r
6c25c60e 29\r
6c25c60e 30[Packages]\r
6c25c60e 31 MdePkg/MdePkg.dec\r
0dea993c
A
32 MdeModulePkg/MdeModulePkg.dec\r
33 Nt32Pkg/Nt32Pkg.dec\r
6c25c60e 34\r
35\r
6c25c60e 36[LibraryClasses]\r
37 HobLib\r
38 PeimEntryPoint\r
39 DebugLib\r
68443c61 40 PeiServicesLib\r
6c25c60e 41\r
6c25c60e 42[Ppis]\r
6c25c60e 43 gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED\r
57b31029 44 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
6c25c60e 45\r
57b31029 46[Guids]\r
47 gEfiMemoryTypeInformationGuid\r
48 \r
49[Depex]\r
50 gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid\r