]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / Nt32Pkg / WinNtFirmwareVolumePei / WinNtFirmwareVolumePei.inf
CommitLineData
7b202cb0 1## @file\r
56a71b55 2# Component description file for WinNtFwh module\r
3#\r
4# This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices\r
5# on the NT32 emulator.\r
b78c4934 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
56a71b55 7#\r
8f2a5f80 8# This program and the accompanying materials\r
56a71b55 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
7b202cb0 16##\r
56a71b55 17\r
56a71b55 18[Defines]\r
19 INF_VERSION = 0x00010005\r
9e851ec7 20 BASE_NAME = WinNtFirmwareVolumePei\r
56a71b55 21 FILE_GUID = F0384FFD-8633-452f-9010-F6B7D2EAE2F1\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
56a71b55 24 ENTRY_POINT = PeimInitializeWinNtFwh\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
b78c4934 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
56a71b55 30#\r
31\r
f7c58a94 32[Sources]\r
56a71b55 33 WinntFwh.c\r
34\r
56a71b55 35[Packages]\r
36 Nt32Pkg/Nt32Pkg.dec\r
37 MdePkg/MdePkg.dec\r
2b642e5a 38 MdeModulePkg/MdeModulePkg.dec\r
56a71b55 39\r
56a71b55 40[LibraryClasses]\r
41 HobLib\r
42 PeimEntryPoint\r
43 DebugLib\r
6d3aa33e 44 PcdLib \r
56a71b55 45\r
56a71b55 46[Ppis]\r
47 gNtFwhPpiGuid # PPI ALWAYS_CONSUMED\r
48\r
f7c58a94 49[Pcd]\r
b3af5df6 50 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase\r
51 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize\r
52 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase\r
53 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize\r
54 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase\r
706e7534 55 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase\r
b3af5df6 56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
6d3aa33e 59\r
f7c58a94 60[Depex]\r
b78c4934 61 gNtFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r