]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtAutoScanPei / WinNtAutoScanPei.inf
1 ## @file
2 # Component description file for WinNtAutoScan module
3 #
4 # This module abstracts memory auto-scan in a Windows NT environment.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = WinNtAutoScan
15 FILE_GUID = BE0FEABA-3443-4919-9F3A-2D4216329EA9
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = PeimInitializeWinNtAutoScan
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 WinNtAutoScan.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 Nt32Pkg/Nt32Pkg.dec
34
35
36 [LibraryClasses]
37 HobLib
38 PeimEntryPoint
39 DebugLib
40 PeiServicesLib
41
42 [Ppis]
43 gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
44 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED
45
46 [Guids]
47 gEfiMemoryTypeInformationGuid
48
49 [Depex]
50 gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid