]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / EmulatorPkg / FirmwareVolumePei / FirmwareVolumePei.inf
1 ## @file
2 # Component description file for EmuFwh module
3 #
4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
5 # on the Emu emulator.
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FirmwareVolumePei
17 FILE_GUID = 6DB075DE-449E-2644-96D0-CC5A1B4C3B2A
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 ENTRY_POINT = PeimInitializeFirmwareVolumePei
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 FirmwareVolumePei.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 PeimEntryPoint
41 DebugLib
42
43 [Pcd]
44 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize
45 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase
46 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
47 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
48 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
49
50 [Ppis]
51 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
52
53 [Depex]
54 gEmuThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
55