]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
BaseTools/Build: Support python scripts in PREBUILD/POSTBUILD
[mirror_edk2.git] / Nt32Pkg / WinNtAutoScanPei / WinNtAutoScanPei.inf
... / ...
CommitLineData
1## @file\r
2# Component description file for WinNtAutoScan module\r
3#\r
4# This module abstracts memory auto-scan in a Windows NT environment.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
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
15##\r
16\r
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
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
32[Sources]\r
33 WinNtAutoScan.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 Nt32Pkg/Nt32Pkg.dec\r
39\r
40\r
41[LibraryClasses]\r
42 HobLib\r
43 PeimEntryPoint\r
44 DebugLib\r
45 PeiServicesLib\r
46\r
47[Ppis]\r
48 gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED\r
49 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
50\r
51[Guids]\r
52 gEfiMemoryTypeInformationGuid\r
53 \r
54[Depex]\r
55 gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid\r