X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FWinNtFirmwareVolumePei%2FWinNtFirmwareVolumePei.inf;h=721f1b374cce968cec0efc2b1009b50376afe6c3;hb=8e01b449de91cfcd1bdf473ae1bc766c22eb616e;hp=a15bdbbb2b845f3f8f6244d1585f05e51c15deea;hpb=6d3aa33ed03ca6d9d1af2e5425e8c5adec3f5f5d;p=mirror_edk2.git diff --git a/Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf b/Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf index a15bdbbb2b..721f1b374c 100644 --- a/Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf +++ b/Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf @@ -1,11 +1,11 @@ -#/** @file +## @file # Component description file for WinNtFwh module # # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices # on the NT32 emulator. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -21,9 +21,6 @@ FILE_GUID = F0384FFD-8633-452f-9010-F6B7D2EAE2F1 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = PeimInitializeWinNtFwh # @@ -32,13 +29,13 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] WinntFwh.c - [Packages] Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] HobLib @@ -49,17 +46,16 @@ [Ppis] gNtFwhPpiGuid # PPI ALWAYS_CONSUMED - -[PcdsFixedAtBuild.common] - PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid - PcdWinNtFlashFvRecoverySize|gEfiNt32PkgTokenSpaceGuid - PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid - PcdWinNtFlashNvStorageEventLogSize|gEfiNt32PkgTokenSpaceGuid - PcdWinNtFlashNvStorageVariableBase|gEfiNt32PkgTokenSpaceGuid - - PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid - PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid - PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid - -[depex] +[Pcd] + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase + gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize + +[Depex] gNtFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid \ No newline at end of file