]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/AutoScanPei/AutoScanPei.inf
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / EmulatorPkg / AutoScanPei / AutoScanPei.inf
1 ## @file
2 # Component description file for EmuAutoScan module
3 #
4 # This module abstracts memory auto-scan in a Emu environment.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = AutoScanPei
16 FILE_GUID = 2D6F6BCC-9681-8E42-8579-B57DCD0060F0
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = PeimInitializeAutoScanPei
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 AutoScanPei.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 # MdeModulePkg/MdeModulePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36 [LibraryClasses]
37 PeiServicesTablePointerLib
38 PeiServicesLib
39 HobLib
40 BaseMemoryLib
41 BaseLib
42 PeimEntryPoint
43 DebugLib
44
45
46 [Ppis]
47 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED
48 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
49
50
51 [Depex]
52 gEmuThunkPpiGuid AND gEfiPeiMasterBootModePpiGuid
53