2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2007-07-05 17:27:43 +02:00
|
|
|
# Component description file for WinNtFwh module
|
|
|
|
#
|
|
|
|
# This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
|
|
|
|
# on the NT32 emulator.
|
2010-01-30 00:30:55 +01:00
|
|
|
# Copyright (c) 2006 - 2010, Intel Corporation
|
2007-07-05 17:27:43 +02:00
|
|
|
#
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2007-07-05 17:27:43 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2007-07-17 04:18:39 +02:00
|
|
|
BASE_NAME = WinNtFirmwareVolumePei
|
2007-07-05 17:27:43 +02:00
|
|
|
FILE_GUID = F0384FFD-8633-452f-9010-F6B7D2EAE2F1
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = PeimInitializeWinNtFwh
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
#
|
|
|
|
|
2010-01-30 00:30:55 +01:00
|
|
|
[Sources]
|
2007-07-05 17:27:43 +02:00
|
|
|
WinntFwh.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
Nt32Pkg/Nt32Pkg.dec
|
|
|
|
MdePkg/MdePkg.dec
|
2007-11-22 07:55:30 +01:00
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
2007-07-05 17:27:43 +02:00
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
HobLib
|
|
|
|
PeimEntryPoint
|
|
|
|
DebugLib
|
2007-08-03 10:52:48 +02:00
|
|
|
PcdLib
|
2007-07-05 17:27:43 +02:00
|
|
|
|
|
|
|
[Ppis]
|
|
|
|
gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
|
|
|
|
|
2010-01-30 00:30:55 +01:00
|
|
|
[Pcd]
|
2007-08-30 11:11:54 +02:00
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase
|
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize
|
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase
|
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize
|
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
|
2007-11-30 10:18:29 +01:00
|
|
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
|
2007-08-30 11:11:54 +02:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
|
2007-08-03 10:52:48 +02:00
|
|
|
|
2010-01-30 00:30:55 +01:00
|
|
|
[Depex]
|
2007-07-05 17:27:43 +02:00
|
|
|
gNtFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
|