]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / WinNtFirmwareVolumePei / WinNtFirmwareVolumePei.inf
1 ## @file
2 # Component description file for WinNtFwh module
3 #
4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
5 # on the NT32 emulator.
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = WinNtFirmwareVolumePei
16 FILE_GUID = F0384FFD-8633-452f-9010-F6B7D2EAE2F1
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 ENTRY_POINT = PeimInitializeWinNtFwh
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 WinntFwh.c
29
30 [Packages]
31 Nt32Pkg/Nt32Pkg.dec
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 HobLib
37 PeimEntryPoint
38 DebugLib
39 PcdLib
40
41 [Ppis]
42 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
43
44 [Pcd]
45 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase
46 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize
47 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase
48 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize
49 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
50 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
54
55 [Depex]
56 gNtFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid